|
chombo-discharge
|
Declaration of various routines for simple parsing of input data. More...
#include <List.H>#include <CD_ParticleSoA.H>#include <CD_LookupTable.H>#include <CD_Triangle.H>#include <CD_NamespaceHeader.H>#include <CD_NamespaceFooter.H>

Go to the source code of this file.
Namespaces | |
| namespace | DataParser |
| Class for simple data parsing from IO files. | |
Functions | |
| LookupTable1D< Real, 1 > | DataParser::simpleFileReadASCII (const std::string &a_fileName, const int a_xColumn=0, const int a_yColumn=1, const std::vector< char > &a_ignoreChars={'#', '/'}) |
| Simple file parser which reads a file and puts the data into two columns (a lookup table). | |
| LookupTable1D< Real, 1 > | DataParser::fractionalFileReadASCII (const std::string &a_fileName, const std::string &a_startRead, const std::string &a_stopRead, const int a_xColumn=0, const int a_yColumn=1, const std::vector< char > &a_ignoreChars={'#', '/'}) |
| Simple ASCII file parser which reads a file and puts the data into two columns (a lookup table) | |
| ParticleSoA< NoPayload > | DataParser::readPointParticlesASCII (const std::string &a_fileName, const unsigned int a_xColumn=0, const unsigned int a_yColumn=1, const unsigned int a_zColumn=2, const unsigned int a_wColumn=3, const std::vector< char > &a_ignoreChars={'#', '/'}) |
| Simple file parser which will read particles (position/weight) from an ASCII file. | |
| std::vector< std::shared_ptr< Triangle > > | DataParser::readTriangles (const std::string &a_filename, const std::string &a_vertexDataIdentifier) |
| Read a PLY or VTK triangle mesh file and return a list of Triangle objects. | |
Declaration of various routines for simple parsing of input data.