|
xc
|
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 &) | |
| Copy constructor. | |
| EntGeomSection & | operator= (const EntGeomSection &) |
| Assignment operator. | |
| const GeomSection * | GetGeomSection (void) const |
| GeomSection * | GetGeomSection (void) |
| int | getVtkCellType (void) const |
| VTK interface. | |
| SectionReferenceFrame * | SectionReferenceFrameActual (void) |
| Returns current reference system. | |
| const SectionReferenceFrame * | SectionReferenceFrameActual (void) const |
| Returns current reference system. | |
| Spot * | BuscaSpot (const size_t &) |
| Returns a pointer to the point with the identifier being passed as parameter. | |
| const Spot * | BuscaSpot (const size_t &) const |
| Returns a const pointer to the point with the identifier being passed as parameter. | |
| Axis * | findAxis (const size_t &) |
| Returns a pointer to the axis indentified by the tag being passed as parameter. More... | |
| const Axis * | findAxis (const size_t &) const |
| Returns a pointer to the Axis 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.
| XC::Axis * XC::EntGeomSection::findAxis | ( | const size_t & | id_Axis | ) |
Returns a pointer to the axis indentified by the tag being passed as parameter.
1.8.12