XC Open source finite element analysis program
Public Member Functions | Protected Attributes | List of all members
XC::MEDCellBaseInfo Class Reference

Basic information about mesh cells. More...

#include <MEDCellBaseInfo.h>

Inheritance diagram for XC::MEDCellBaseInfo:
XC::MEDBaseInfo XC::MEDObject XC::MEDCellInfo XC::MEDGroupInfo

Public Member Functions

size_t getNumberOfElements (void) const
 Returns the number of elements.
 
void new_cell (size_t i, const MED_EN::medGeometryElement &)
 Adds cell connectivity.
 
const MEDMapNumCeldasPorTipogetMapCellTypes (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.
 
- Public Member Functions inherited from XC::MEDBaseInfo
const MEDMapIndicesgetMapIndices (void) const
 Returns a const reference to the indices container.
 
virtual void clear (void)
 Indices deletion.
 
- Public Member Functions inherited from XC::MEDObject
 MEDObject (void)
 Constructor.
 

Protected Attributes

MEDMapNumCeldasPorTipo cell_types
 Type and number of elements for each of those types.
 
- Protected Attributes inherited from XC::MEDBaseInfo
MEDMapIndices indices
 Map between XC and MED indexes.
 

Additional Inherited Members

- Public Types inherited from XC::MEDObject
typedef ObjMap< MEDObjectcontenedor
 
typedef contenedor::iterator iterator
 
typedef contenedor::const_iterator const_iterator
 
- Protected Member Functions inherited from XC::MEDBaseInfo
void new_tag (size_t tag)
 Appends i to the indices.
 

Detailed Description

Basic information about mesh cells.


The documentation for this class was generated from the following files: