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

std::string sSubplotName
 Name of the subplot so it can be identified in output files. More...
 
stcCoordsp_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...
 

Detailed Description

Data structure for saving subplot data.

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

Member Data Documentation

◆ fArea

float clShortOutput::stcSubplotInfo::fArea

Subplot's area, in ha.

◆ iNumCells

short int clShortOutput::stcSubplotInfo::iNumCells

Number of grid cells in this subplot.

◆ p_cellList

stcCoords* clShortOutput::stcSubplotInfo::p_cellList

Array of grid cell coords.

◆ sSubplotName

std::string clShortOutput::stcSubplotInfo::sSubplotName

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


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