xc
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::Axis XC::SectionReferenceFrame XC::Spot XC::Segment XC::SectionCartesianReferenceFrame

Public Member Functions

 EntGeomSection (const std::string &nmb="", GeomSection *sccGeom=nullptr)
 Constructor.
 
 EntGeomSection (const EntGeomSection &)
 Copy constructor.
 
EntGeomSectionoperator= (const EntGeomSection &)
 Assignment operator.
 
const GeomSectionGetGeomSection (void) const
 
GeomSectionGetGeomSection (void)
 
int getVtkCellType (void) const
 VTK interface.
 
SectionReferenceFrameSectionReferenceFrameActual (void)
 Returns current reference system.
 
const SectionReferenceFrameSectionReferenceFrameActual (void) const
 Returns current reference system.
 
SpotBuscaSpot (const size_t &)
 Returns a pointer to the point with the identifier being passed as parameter.
 
const SpotBuscaSpot (const size_t &) const
 Returns a const pointer to the point with the identifier being passed as parameter.
 
AxisfindAxis (const size_t &)
 Returns a pointer to the axis indentified by the tag being passed as parameter. More...
 
const AxisfindAxis (const size_t &) const
 Returns a pointer to the Axis 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.

Member Function Documentation

§ findAxis()

XC::Axis * XC::EntGeomSection::findAxis ( const size_t &  id_Axis)

Returns a pointer to the axis indentified by the tag being passed as parameter.


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