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

Base class of section geometry representation classes. More...

#include <EntGeomSection.h>

Inheritance diagram for XC::EntGeomSection:
XC::Eje XC::SisRefScc XC::Spot XC::Segment XC::SisRefSccCartesianas2d

Public Member Functions

 EntGeomSection (const std::string &nmb="", GeomSection *sccGeom=nullptr)
 Constructor.
 
 EntGeomSection (const EntGeomSection &otro)
 Copy constructor.
 
EntGeomSectionoperator= (const EntGeomSection &otro)
 Assignment operator.
 
const GeomSectionGetGeomSection (void) const
 
GeomSectionGetGeomSection (void)
 
int getVtkCellType (void) const
 Interfaz con VTK.
 
virtual int getMEDCellType (void) const
 Interfaz con el formato MED de Salome.
 
SisRefSccSisRefSccActual (void)
 Returns current reference system.
 
const SisRefSccSisRefSccActual (void) const
 Returns current reference system.
 
SpotBuscaSpot (const size_t &id_punto)
 Returns a pointer to the point with the identifier being passed as parameter.
 
const SpotBuscaSpot (const size_t &id_punto) const
 Returns a const pointer to the point with the identifier being passed as parameter.
 
EjeBuscaEje (const size_t &id_edge)
 Returns a pointer to the Eje indentified by the tag being passed as parameter.
 
const EjeBuscaEje (const size_t &id_edge) const
 Returns a pointer to the Eje indentified by the tag being passed as parameter.
 

Protected Member Functions

const GeomSectiongetGeomSection (void) const
 Returns a pointer to the GeomSection.
 
GeomSectiongetGeomSection (void)
 Returns a pointer to the GeomSection.
 

Detailed Description

Base class of section geometry representation classes.


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