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

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...
 

Detailed Description

Defines what tree output data to save.

Member Data Documentation

◆ bSaveThisTimeStep

bool clOutput::stcTreeOutputInfo::bSaveThisTimeStep

Shortcut for quickly determining whether this tree is saved this timestep.

◆ iNumBools

short int clOutput::stcTreeOutputInfo::iNumBools

How mnay bool data members we're saving for.

◆ iNumFloats

short int clOutput::stcTreeOutputInfo::iNumFloats

How many float data members we're saving for.

◆ iNumInts

short int clOutput::stcTreeOutputInfo::iNumInts

How many int data members we're saving for.

◆ iNumStrings

short int clOutput::stcTreeOutputInfo::iNumStrings

How many string data members we're saving for.

◆ iSaveFreq

short int clOutput::stcTreeOutputInfo::iSaveFreq

How often, in timesteps, to save data.

◆ iSumTimestep

short int clOutput::stcTreeOutputInfo::iSumTimestep

For keeping track of save frequency.

◆ p_iBoolCodes

short int* clOutput::stcTreeOutputInfo::p_iBoolCodes

Codes for bool data members.

◆ p_iFloatCodes

short int* clOutput::stcTreeOutputInfo::p_iFloatCodes

Codes for float data members.

◆ p_iIntCodes

short int* clOutput::stcTreeOutputInfo::p_iIntCodes

Codes for int data members.

◆ p_iStringCodes

short int* clOutput::stcTreeOutputInfo::p_iStringCodes

Codes for string data members.


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