#include <Output.h>
Public Attributes | |
short int | iSaveFreq |
How often, in timesteps, to save data. | |
short int | iSumTimestep |
For keeping track of save frequency. | |
short int | iNumInts |
How many int data members we're saving for. | |
short int | iNumFloats |
How many float data members we're saving for. | |
short int | iNumChars |
How many char data members we're saving for. | |
short int | iNumBools |
How mnay bool data members we're saving for. | |
short int * | p_iIntCodes |
Codes for int data members. | |
short int * | p_iFloatCodes |
Codes for float data members. | |
short int * | p_iCharCodes |
Codes for char data members. | |
short int * | p_iBoolCodes |
Codes for bool data members. | |
bool | bSaveThisTimeStep |
Shortcut for quickly determining whether this tree is saved this timestep. |
short int clOutput::stcTreeOutputInfo::iSaveFreq |
How often, in timesteps, to save data.
For keeping track of save frequency.
short int clOutput::stcTreeOutputInfo::iNumInts |
How many int data members we're saving for.
short int clOutput::stcTreeOutputInfo::iNumFloats |
How many float data members we're saving for.
short int clOutput::stcTreeOutputInfo::iNumChars |
How many char data members we're saving for.
short int clOutput::stcTreeOutputInfo::iNumBools |
How mnay bool data members we're saving for.
short int* clOutput::stcTreeOutputInfo::p_iIntCodes |
Codes for int data members.
short int* clOutput::stcTreeOutputInfo::p_iFloatCodes |
Codes for float data members.
short int* clOutput::stcTreeOutputInfo::p_iCharCodes |
Codes for char data members.
short int* clOutput::stcTreeOutputInfo::p_iBoolCodes |
Codes for bool data members.
Shortcut for quickly determining whether this tree is saved this timestep.