30 #ifndef ENTGEOMSECTION_H 31 #define ENTGEOMSECTION_H 33 #include "utility/kernel/NamedEntity.h" 36 class SectionGeometry;
37 class SectionReferenceFrame;
SectionGeometryWrapper(const std::string &nmb="", SectionGeometry *sccGeom=nullptr)
Constructor.
Definition: SectionGeometryWrapper.cc:43
Base class of section geometry representation classes.
Definition: SectionGeometryWrapper.h:48
SectionReferenceFrame * SectionReferenceFrameActual(void)
Returns current reference system.
Definition: SectionGeometryWrapper.cc:69
int getVtkCellType(void) const
VTK interface.
Definition: SectionGeometryWrapper.cc:151
Spot * BuscaSpot(const size_t &)
Returns a pointer to the point with the identifier being passed as parameter.
Definition: SectionGeometryWrapper.cc:87
Base class for 1D entities in section definition.
Definition: Axis.h:44
const SectionGeometry * getSectionGeometry(void) const
Returns a pointer to the SectionGeometry.
Definition: SectionGeometryWrapper.cc:36
SectionGeometryWrapper & operator=(const SectionGeometryWrapper &)
Assignment operator.
Definition: SectionGeometryWrapper.cc:59
Axis * findAxis(const size_t &)
Returns a pointer to the axis identified by the tag being passed as parameter.
Definition: SectionGeometryWrapper.cc:119
Reference system used for make easier defining point positions.
Definition: SectionReferenceFrame.h:43
Point object for section geometry definition.
Definition: Spot.h:44
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Object identified by a name.
Definition: NamedEntity.h:37
Cross section geometry.
Definition: SectionGeometry.h:65