SORTIE Core C++ Documentation
|
Data structure for saving subplot data. More...
#include <OutputShort.h>
Public Attributes | |
std::string | sSubplotName |
Name of the subplot so it can be identified in output files. More... | |
stcCoords * | p_cellList |
Array of grid cell coords. More... | |
float | fArea |
Subplot's area, in ha. More... | |
short int | iNumCells |
Number of grid cells in this subplot. More... | |
Data structure for saving subplot data.
They get the same data saved as the plot as a whole.
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.
std::string clShortOutput::stcSubplotInfo::sSubplotName |
Name of the subplot so it can be identified in output files.