29 #ifndef ENTGEOMSECTION_H 30 #define ENTGEOMSECTION_H 32 #include "xc_utils/src/kernel/NamedEntity.h" 36 class SectionReferenceFrame;
59 inline const GeomSection *GetGeomSection(
void)
const Cross section geometry.
Definition: GeomSection.h:63
Axis * findAxis(const size_t &)
Returns a pointer to the axis indentified by the tag being passed as parameter.
Definition: EntGeomSection.cc:110
SectionReferenceFrame * SectionReferenceFrameActual(void)
Returns current reference system.
Definition: EntGeomSection.cc:60
EntGeomSection & operator=(const EntGeomSection &)
Assignment operator.
Definition: EntGeomSection.cc:52
Spot * BuscaSpot(const size_t &)
Returns a pointer to the point with the identifier being passed as parameter.
Definition: EntGeomSection.cc:78
Base class for 1D entities in section definition.
Definition: Axis.h:43
Reference system used for make easier definining point positions.
Definition: SectionReferenceFrame.h:42
Point object for section geometry definition.
Definition: Spot.h:43
const GeomSection * getGeomSection(void) const
Returns a pointer to the GeomSection.
Definition: EntGeomSection.cc:36
int getVtkCellType(void) const
VTK interface.
Definition: EntGeomSection.cc:142
Base class of section geometry representation classes.
Definition: EntGeomSection.h:47
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
EntGeomSection(const std::string &nmb="", GeomSection *sccGeom=nullptr)
Constructor.
Definition: EntGeomSection.cc:43