SORTIE Core C++ Documentation
|
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... | |
Data structure for saving subplot data.
They get the same data saved as the plot as a whole.
bool** clOutput::stcSubplotInfo::p_bUseCell |
Array of grids, with each having a true or false designation for whether to include them in this subplot.
string clOutput::stcSubplotInfo::sSubplotName |
Name of the subplot so it can be identified in output files.
string clOutput::stcSubplotInfo::sSubplotTarball |
Root subplot detailed output file name plus extension for tarball (gzip'ed and tar'ed)