SORTIE Core C++ Documentation
Public Attributes | List of all members
clShortOutput::stcSubplotInfo Struct Reference

Data structure for saving subplot data. More...

#include <OutputShort.h>

Public Attributes

char cSubplotName [MAX_SUBPLOT_NAME_SIZE]
 Name of the subplot so it can be identified in output files.
 
stcCoordsp_cellList
 Array of grid cell coords.
 
float fArea
 Subplot's area, in ha.
 
short int iNumCells
 Number of grid cells in this subplot.
 

Detailed Description

Data structure for saving subplot data.

They get the same data saved as the plot as a whole.

Member Data Documentation

char clShortOutput::stcSubplotInfo::cSubplotName[MAX_SUBPLOT_NAME_SIZE]

Name of the subplot so it can be identified in output files.

float clShortOutput::stcSubplotInfo::fArea

Subplot's area, in ha.

short int clShortOutput::stcSubplotInfo::iNumCells

Number of grid cells in this subplot.

stcCoords* clShortOutput::stcSubplotInfo::p_cellList

Array of grid cell coords.


The documentation for this struct was generated from the following file: