#include <VgridHeader.h>
Public Attributes | |
| int | mSX |
| int | mSY |
| int | mSZ |
| int | mNF |
| int | mNT |
| float | mDT |
Definition at line 9 of file VgridHeader.h.
| int vGridHeader::mSX |
Size of Grid in X Dimension.
Definition at line 11 of file VgridHeader.h.
Referenced by VFlowData::generateGlyphIndices(), VFlowData::readDat(), and VFlowData::readGrid().
| int vGridHeader::mSY |
Size of Grid in Y Dimension.
Definition at line 12 of file VgridHeader.h.
Referenced by VFlowData::generateGlyphIndices(), VFlowData::readDat(), and VFlowData::readGrid().
| int vGridHeader::mSZ |
Size of Grid in Z Dimension.
Definition at line 13 of file VgridHeader.h.
Referenced by VFlowData::readGrid().
| int vGridHeader::mNF |
Number of Additonal Data Sets.
Definition at line 15 of file VgridHeader.h.
Referenced by VFlowData::getNumDataValues(), VFlowData::loadData(), VFlowData::readDat(), and VFlowData::readGrid().
| int vGridHeader::mNT |
Number of TimeSteps.
Definition at line 16 of file VgridHeader.h.
Referenced by VFlowData::getNumTimeSteps(), VFlowData::loadData(), and VFlowData::readGrid().
| float vGridHeader::mDT |
Time Between Two TimeSteps.
Definition at line 17 of file VgridHeader.h.
Referenced by VFlowData::readGrid().
1.5.4