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

Data structure for saving subplot data. More...

#include <Output.h>

Public Attributes

string sSubplotName
 Name of the subplot so it can be identified in output files. More...
 
string sSubplotTarball
 Root subplot detailed output file name plus extension for tarball (gzip'ed and tar'ed) More...
 
bool ** p_bUseCell
 Array of grids, with each having a true or false designation for whether to include them 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

◆ p_bUseCell

bool** clOutput::stcSubplotInfo::p_bUseCell

Array of grids, with each having a true or false designation for whether to include them in this subplot.

◆ sSubplotName

string clOutput::stcSubplotInfo::sSubplotName

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

◆ sSubplotTarball

string clOutput::stcSubplotInfo::sSubplotTarball

Root subplot detailed output file name plus extension for tarball (gzip'ed and tar'ed)


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