#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. | |
1.4.6-NO