XC Open source finite element analysis program
|
Base class of section geometry representation classes. More...
#include <EntGeomSection.h>
Public Member Functions | |
EntGeomSection (const std::string &nmb="", GeomSection *sccGeom=nullptr) | |
Constructor. | |
EntGeomSection (const EntGeomSection &otro) | |
Copy constructor. | |
EntGeomSection & | operator= (const EntGeomSection &otro) |
Assignment operator. | |
const GeomSection * | GetGeomSection (void) const |
GeomSection * | GetGeomSection (void) |
int | getVtkCellType (void) const |
Interfaz con VTK. | |
virtual int | getMEDCellType (void) const |
Interfaz con el formato MED de Salome. | |
SisRefScc * | SisRefSccActual (void) |
Returns current reference system. | |
const SisRefScc * | SisRefSccActual (void) const |
Returns current reference system. | |
Spot * | BuscaSpot (const size_t &id_punto) |
Returns a pointer to the point with the identifier being passed as parameter. | |
const Spot * | BuscaSpot (const size_t &id_punto) const |
Returns a const pointer to the point with the identifier being passed as parameter. | |
Eje * | BuscaEje (const size_t &id_edge) |
Returns a pointer to the Eje indentified by the tag being passed as parameter. | |
const Eje * | BuscaEje (const size_t &id_edge) const |
Returns a pointer to the Eje indentified by the tag being passed as parameter. | |
Protected Member Functions | |
const GeomSection * | getGeomSection (void) const |
Returns a pointer to the GeomSection. | |
GeomSection * | getGeomSection (void) |
Returns a pointer to the GeomSection. | |
Base class of section geometry representation classes.