Functions | |
int | MEDMEM::MESH::getNumberOfNodes () const |
virtual const COORDINATE * | MEDMEM::MESH::getCoordinateptr () const |
string | MEDMEM::MESH::getCoordinatesSystem () const |
virtual const double * | MEDMEM::MESH::getCoordinates (MED_EN::medModeSwitch Mode) const |
virtual const double | MEDMEM::MESH::getCoordinate (int Number, int Axis) const |
const string * | MEDMEM::MESH::getCoordinatesNames () const |
const string * | MEDMEM::MESH::getCoordinatesUnits () const |
These methods are related to the extraction of information about the mesh nodes.
int MEDMEM::MESH::getNumberOfNodes | ( | ) | const [inherited] |
Gets the number of nodes used in the mesh.
References MEDMEM::MESH::_numberOfNodes.
Referenced by MEDMEM::MESH::deepCompare(), MEDMEM::MESH::getElementContainingPoint(), MEDMEM::MESH::getReverseConnectivityIndexLength(), MEDMEM::MESH::getReverseConnectivityLength(), MEDMEM::SUPPORT::makeMesh(), MEDMEM::MESH::printMySelf(), and MEDMEM::SUPPORT::update().
const COORDINATE * MEDMEM::MESH::getCoordinateptr | ( | ) | const [virtual, inherited] |
Reimplemented in MEDMEM::GRID.
References MEDMEM::MESH::_coordinate.
Referenced by MEDMEM::MESH::deepCompare(), and MEDMEM::MESH::printMySelf().
string MEDMEM::MESH::getCoordinatesSystem | ( | ) | const [inherited] |
Retrieves the system in which coordinates are given (CARTESIAN,CYLINDRICAL,SPHERICAL).
References MEDMEM::MESH::_coordinate.
Referenced by MEDMEM::SUPPORT::makeMesh().
const double * MEDMEM::MESH::getCoordinates | ( | MED_EN::medModeSwitch | Mode | ) | const [virtual, inherited] |
Gets the whole coordinates array in a given interlacing mode. The interlacing mode are :
Reimplemented in MEDMEM::GRID.
References MEDMEM::MESH::_coordinate.
Referenced by MEDMEM::FIELD< T, INTERLACING_TAG >::buildGradient(), MEDMEM::MESH::deepCompare(), MEDMEM::FIELD< T, INTERLACING_TAG >::fillFromAnalytic(), MEDMEM::MESH::getElementContainingPoint(), MEDMEM::SUPPORT::makeMesh(), and MEDMEM::MESH::printMySelf().
const double MEDMEM::MESH::getCoordinate | ( | int | number, | |
int | axis | |||
) | const [virtual, inherited] |
Gets the coordinate number number on axis axis.
Reimplemented in MEDMEM::GRID.
References MEDMEM::MESH::_coordinate.
const string * MEDMEM::MESH::getCoordinatesNames | ( | ) | const [inherited] |
Gets a pointer to the coordinate names array.
References MEDMEM::MESH::_coordinate.
Referenced by MEDMEM::MESH::getBarycenter(), MEDMEM::SUPPORT::makeMesh(), and MEDMEM::MESH::printMySelf().
const string * MEDMEM::MESH::getCoordinatesUnits | ( | ) | const [inherited] |
Gets a pointer to the coordinate units array.
References MEDMEM::MESH::_coordinate.
Referenced by MEDMEM::FIELD< T, INTERLACING_TAG >::buildGradient(), MEDMEM::MESH::getBarycenter(), MEDMEM::MESH::getVolume(), MEDMEM::SUPPORT::makeMesh(), and MEDMEM::MESH::printMySelf().