Information about node and element sets.
More...
#include <MEDGroupInfo.h>
|
typedef std::map< int, std::vector< int > > | map_indices_tipo |
|
typedef ObjMap< MEDObject > | contenedor |
|
typedef contenedor::iterator | iterator |
|
typedef contenedor::const_iterator | const_iterator |
|
|
| ~MEDGroupInfo (void) |
| Destructor.
|
|
const std::string & | getNombre (void) const |
| Returns the nombre del grupo.
|
|
void | new_vertice (size_t i, const MEDMapIndices &) |
| Appends a vertex to the group.
|
|
void | nueva_celda (size_t i, const MED_EN::medGeometryElement &) |
| Appends a cell to the group.
|
|
void | to_med (void) const |
| Dumps group definition on mesh MED.
|
|
size_t | getNumberOfElements (void) const |
| Returns the number of elements.
|
|
void | new_cell (size_t i, const MED_EN::medGeometryElement &) |
| Adds cell connectivity.
|
|
const MEDMapNumCeldasPorTipo & | getMapCellTypes (void) const |
|
void | to_support_med (MEDMEM::SUPPORT &supp) const |
| Vuelca la las celdas en un objeto SUPPORT de MEDMEM.
|
|
void | to_med_mesh (MEDMEM::MESHING &) const |
| Dumps information on MED mesh.
|
|
const MEDMapIndices & | getMapIndices (void) const |
| Returns a const reference to the indices container.
|
|
virtual void | clear (void) |
| Indices deletion.
|
|
| MEDObject (void) |
| Constructor.
|
|
|
| MEDGroupInfo (MEDMeshing *mesh, const std::string &) |
| Constructor.
|
|
| MEDGroupInfo (MEDMeshing *mesh, const Set &) |
| Constructor.
|
|
std::vector< int > & | getElementOfTypeIndices (const MED_EN::medGeometryElement &) |
| Returns the vector with the indexes of the elements that match the type being passed as parameter.
|
|
std::vector< int > | getVectorIndicesTipos (void) const |
| Returns the vector with the positions of the different element types int the vector of element indexes.
|
|
std::vector< int > | getElementIndices (void) const |
| Returns a vector with the indexes of the elements ordered by type.
|
|
const MEDMeshing & | getMesh (void) const |
|
MEDMEM::GROUP * | getGrupoMED (void) const |
|
void | new_tag (size_t tag) |
| Appends i to the indices.
|
|
|
class | MEDMeshing |
|
class | MEDFieldInfo |
|
Information about node and element sets.
The documentation for this class was generated from the following files:
- /usr/local/src/prg/xc/src/utility/med_xc/MEDGroupInfo.h
- /usr/local/src/prg/xc/src/utility/med_xc/MEDGroupInfo.cc