Holds some global program arguments. More...
Public Member Functions | |
void | printInfo () |
Public Attributes | |
bool | useTopFile |
A flag to specify that a top file needs to be read. More... | |
bool | withGhost |
A flag that specifies that ghost nodes need to be included. More... | |
bool | readControlFile |
A flag that specifies that a control file needs to be read. More... | |
std::string | cntrlfile |
Filename of the control file. More... | |
std::string | topfile |
Filename for the top file. More... | |
std::string | fileregx |
Regular expression that describes the files that need to be read. More... | |
std::string | outputfile |
The filename of the output file. More... | |
|
inline |
Definition at line 745 of file hdf2plt.C.
References cntrlfile, fileregx, outputfile, readControlFile, topfile, useTopFile, and withGhost.
Referenced by main().
std::string cntrlfile |
Filename of the control file.
Definition at line 740 of file hdf2plt.C.
Referenced by getWindow(), and printInfo().
std::string fileregx |
Regular expression that describes the files that need to be read.
Definition at line 742 of file hdf2plt.C.
Referenced by getWindow(), and printInfo().
std::string outputfile |
The filename of the output file.
Definition at line 743 of file hdf2plt.C.
Referenced by printInfo(), writePlotFile(), Mesh::writeVtkData(), and writeVtkFiles().
bool readControlFile |
A flag that specifies that a control file needs to be read.
Definition at line 739 of file hdf2plt.C.
Referenced by getWindow(), and printInfo().
std::string topfile |
bool useTopFile |
A flag to specify that a top file needs to be read.
Definition at line 737 of file hdf2plt.C.
Referenced by printInfo().
bool withGhost |
A flag that specifies that ghost nodes need to be included.
Definition at line 738 of file hdf2plt.C.
Referenced by printInfo().