Information about mesh vertex.
More...
#include <MEDVertexInfo.h>
|
|
| MEDVertexInfo (void) |
| | Constructor.
|
| |
|
| MEDVertexInfo (const Mesh &) |
| | Constructor.
|
| |
|
size_t | getNumVertices (void) const |
| | Returns the number of vertices.
|
| |
|
const std::vector< double > & | getCoordenadas (void) const |
| | Acceso al vector de coordenadas.
|
| |
|
size_t | getSpaceDimension (void) const |
| |
|
void | setSpaceDimension (const size_t &sz) |
| |
|
const std::string & | getTipoCoordenadas (void) const |
| |
|
void | setTipoCoordenadas (const std::string &str) |
| |
|
const std::vector< std::string > & | getCoordinateNames (void) const |
| |
|
void | setCoordinateNames (const boost::python::list &) |
| | Assigns coordinate names.
|
| |
|
const std::vector< std::string > & | getUnitNames (void) const |
| |
|
void | setUnitNames (const boost::python::list &) |
| | Assigns coordinate units.
|
| |
| void | newVertex (const size_t &i, const boost::python::list &) |
| | Appends a new vertex. More...
|
| |
|
void | to_med (MEDMEM::MESHING &mesh) const |
| | Dumps cells definition on MED mesh.
|
| |
|
void | clear (void) |
| | Deletes mesh.
|
| |
|
const MEDMapIndices & | getMapIndices (void) const |
| | Returns a const reference to the indices container.
|
| |
|
| MEDObject (void) |
| | Constructor.
|
| |
|
|
void | new_vertice (size_t i, const std::vector< double > &coo) |
| | Creates the i-th vertex.
|
| |
|
void | new_tag (size_t tag) |
| | Appends i to the indices.
|
| |
|
|
typedef ObjMap< MEDObject > | contenedor |
| |
|
typedef contenedor::iterator | iterator |
| |
|
typedef contenedor::const_iterator | const_iterator |
| |
|
MEDMapIndices | indices |
| | Map between XC and MED indexes.
|
| |
Information about mesh vertex.
| void XC::MEDVertexInfo::newVertex |
( |
const size_t & |
i, |
|
|
const boost::python::list & |
l |
|
) |
| |
Appends a new vertex.
- Parameters
-
| i | index of the vertex in the container. l coordinates of the vertex. |
The documentation for this class was generated from the following files:
- /usr/local/src/prg/xc/src/utility/med_xc/MEDVertexInfo.h
- /usr/local/src/prg/xc/src/utility/med_xc/MEDVertexInfo.cc