SORTIE Core C++ Documentation
|
Defines what tree output data to save. More...
#include <Output.h>
Public Attributes | |
short int | iSaveFreq |
How often, in timesteps, to save data. More... | |
short int | iSumTimestep |
For keeping track of save frequency. More... | |
short int | iNumInts |
How many int data members we're saving for. More... | |
short int | iNumFloats |
How many float data members we're saving for. More... | |
short int | iNumStrings |
How many string data members we're saving for. More... | |
short int | iNumBools |
How mnay bool data members we're saving for. More... | |
short int * | p_iIntCodes |
Codes for int data members. More... | |
short int * | p_iFloatCodes |
Codes for float data members. More... | |
short int * | p_iStringCodes |
Codes for string data members. More... | |
short int * | p_iBoolCodes |
Codes for bool data members. More... | |
bool | bSaveThisTimeStep |
Shortcut for quickly determining whether this tree is saved this timestep. More... | |
Defines what tree output data to save.
bool clOutput::stcTreeOutputInfo::bSaveThisTimeStep |
Shortcut for quickly determining whether this tree is saved this timestep.
short int clOutput::stcTreeOutputInfo::iNumBools |
How mnay bool data members we're saving for.
short int clOutput::stcTreeOutputInfo::iNumFloats |
How many float data members we're saving for.
short int clOutput::stcTreeOutputInfo::iNumInts |
How many int data members we're saving for.
short int clOutput::stcTreeOutputInfo::iNumStrings |
How many string data members we're saving for.
short int clOutput::stcTreeOutputInfo::iSaveFreq |
How often, in timesteps, to save data.
short int clOutput::stcTreeOutputInfo::iSumTimestep |
For keeping track of save frequency.
short int* clOutput::stcTreeOutputInfo::p_iBoolCodes |
Codes for bool data members.
short int* clOutput::stcTreeOutputInfo::p_iFloatCodes |
Codes for float data members.
short int* clOutput::stcTreeOutputInfo::p_iIntCodes |
Codes for int data members.
short int* clOutput::stcTreeOutputInfo::p_iStringCodes |
Codes for string data members.