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

Information about mesh vertex. More...

#include <MEDVertexInfo.h>

Inheritance diagram for XC::MEDVertexInfo:
XC::MEDBaseInfo XC::MEDObject

Public Member Functions

 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.
 
- Public Member Functions inherited from XC::MEDBaseInfo
const MEDMapIndicesgetMapIndices (void) const
 Returns a const reference to the indices container.
 
- Public Member Functions inherited from XC::MEDObject
 MEDObject (void)
 Constructor.
 

Protected Member Functions

void new_vertice (size_t i, const std::vector< double > &coo)
 Creates the i-th vertex.
 
- Protected Member Functions inherited from XC::MEDBaseInfo
void new_tag (size_t tag)
 Appends i to the indices.
 

Additional Inherited Members

- Public Types inherited from XC::MEDObject
typedef ObjMap< MEDObjectcontenedor
 
typedef contenedor::iterator iterator
 
typedef contenedor::const_iterator const_iterator
 
- Protected Attributes inherited from XC::MEDBaseInfo
MEDMapIndices indices
 Map between XC and MED indexes.
 

Detailed Description

Information about mesh vertex.

Member Function Documentation

void XC::MEDVertexInfo::newVertex ( const size_t &  i,
const boost::python::list &  l 
)

Appends a new vertex.

Parameters
iindex of the vertex in the container. l coordinates of the vertex.

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