Public Types |
| typedef iterator< Zone > | Zone_iterator_t |
| typedef iterator< Family > | Family_iterator_t |
| enum | SimulationType { NULL_SIMULATION,
TIME_ACCURATE,
NON_TIME_ACCURATE,
USER_SIMULATION
} |
Public Methods |
| SimulationType | getSimulationType () const |
| bool | hasSimulationType () const |
| void | deleteSimulationType () |
| SimulationType | writeSimulationType (SimulationType) |
| BaseIterativeData | getBaseIterativeData () const |
| bool | hasBaseIterativeData () const |
| void | deleteBaseIterativeData () |
| BaseIterativeData | writeBaseIterativeData (int) |
| int | getCellDimension () const |
| int | getPhysicalDimension () const |
| int | getNumZone () const |
| bool | hasZone (std::string const &iName) const |
| Zone | getZone (std::string const &iName) const |
| Zone_iterator_t | beginZone () const |
| Zone_iterator_t | endZone () const |
| void | deleteZone (std::string const &iName) |
| Zone | writeStructured1DZone (std::string const &iZoneName, int iVertexI) |
| Zone | writeStructured2DZone (std::string const &iZoneName, int iVertexI, int iVertexJ) |
| Zone | writeStructured3DZone (std::string const &iZoneName, int iVertexI, int iVertexJ, int iVertexK) |
| Zone | writeUnstructuredZone (std::string const &iZoneName, int iNumVertices, int iNumCells, int iNumBoundaryVertices=0) |
| int | getNumFamily () const |
| bool | hasFamily (std::string const &iName) const |
| Family | getFamily (std::string const &iName) const |
| Family_iterator_t | beginFamily () const |
| Family_iterator_t | endFamily () const |
| void | deleteFamily (std::string const &iName) |
| Family | writeFamily (std::string const &) |
| | Base (Private::Base *iImpl) |