#include <solution.h>
Public Member Functions | |
| Solution () | |
| void | setFileName (const std::string &strFileName) |
| const std::shared_ptr< ResultGroup > & | scalars () const |
| const std::shared_ptr< ResultGroup > & | vectors () const |
| const std::shared_ptr< BoundingBox > & | boundingBox () const |
Static Public Member Functions | |
| static std::shared_ptr< Solution > | readVTKFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readVTUFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readVTIFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readVTPFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readVTSFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readVTRFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readVTMFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readGambitFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readTecplotFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readLSDynaFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readOpenFoamFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readEnSightFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readCGNSFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readDICOMFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readSLCFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readBYUFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readSTLFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readPLYFile (const std::string &strFileName) |
| static std::shared_ptr< Solution > | readOBJFile (const std::string &strFileName) |
| cil::Solution::Solution | ( | ) |
| const std::shared_ptr< BoundingBox > & cil::Solution::boundingBox | ( | ) | const |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| const std::shared_ptr< ResultGroup > & cil::Solution::scalars | ( | ) | const |
| void cil::Solution::setFileName | ( | const std::string & | strFileName | ) |
| const std::shared_ptr< ResultGroup > & cil::Solution::vectors | ( | ) | const |