List of all members.
Public Member Functions
-
ASCIITecplotToF5 (std::string inFilename, std::string outFilename, bool write_as_uniform)
-
void ReadFile (std::string filename)
-
void PushBackToken (const std::string &tok)
-
std::string GetNextToken ()
-
void ParsePOINT (int numI, int numJ, int numK)
-
void ParseArraysPoint (int numNodes)
-
void POINTToF5 (int numI, int numJ, int numK)
-
void ConvertToF5 (void)
-
void WritePOINTSingleTimestep (F5Path *fpath, int numI, int numJ, int numK)
-
void SetupCoordinates (int pointCount)
-
void SetupVectorField (int pointCount)
-
void ResetVariables (void)
Public Attributes
-
std::string inputFilename
-
std::string outputFilename
-
int startIndex
-
int currentIndex
-
int endIndex
-
int timeIncrement
Protected Attributes
-
std::ifstream file
-
std::string saved_token
-
bool file_read
-
bool write_as_uniform
-
char next_char
-
bool next_char_valid
-
bool next_char_eof
-
bool next_char_eol
-
bool token_was_string
-
int Xindex
-
int Yindex
-
int Zindex
-
int Uindex
-
int Vindex
-
int Windex
-
int spatialDimension
-
int topologicalDimension
-
float time
-
F5_vec3_point_t * Coords
-
F5_vec3_point_t Coords_min
-
F5_vec3_point_t Coords_max
-
F5_vec3f_t * vectorData
-
std::string title
-
int numTotalVars
-
std::vector< std::string > variableNames
-
std::vector< std::string > allVariableNames
-
std::vector< int > variableCellCentered
-
std::vector< std::string > zoneTitles
-
std::vector< float * > varsData
-
hid_t output