Home
last modified time | relevance | path

Searched defs:TimeStepInfo (Results 1 – 1 of 1) sorted by relevance

/phasta/phastaIO/
H A DvtkPPhastaReader.cxx56 struct TimeStepInfo struct
58 int GeomIndex;
59 int FieldIndex;
60 double TimeValue;
62 TimeStepInfo() : GeomIndex(-1), FieldIndex(-1), TimeValue(0.0) in TimeStepInfo() function