|
xc
|
Base class for 1D entities in section definition. More...
#include <Axis.h>
Public Member Functions | |
| ~Axis (void) | |
| Destructor. | |
| virtual unsigned short int | GetDimension (void) const |
| Returns the object dimension (0, 1, 2 or 3). | |
| virtual Spot * | P1 (void) |
| Returns a pointer to start point. | |
| virtual const Spot * | P1 (void) const |
| Returns a constant pointer to start point. | |
| virtual Spot * | P2 (void) |
| Returns a pointer to end point. | |
| virtual const Spot * | P2 (void) const |
| Returns a constant pointer to end point. | |
| virtual size_t | getNumberOfVertices (void) const =0 |
| Returns the number of vertices. | |
| virtual const Spot * | getVertex (const size_t &i) const =0 |
| virtual Spot * | getVertex (const size_t &i)=0 |
| virtual void | SetVertice (const size_t &, Spot *)=0 |
| virtual void | SetNDiv (const size_t &nd) |
| virtual size_t | NDiv (void) const |
| void | update_topology (void) |
| Updates topology. | |
| virtual BND2d | Bnd (void) const =0 |
Public Member Functions inherited from XC::EntGeomSection | |
| 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 | |
| Axis (GeomSection *sr, const size_t &nd=4) | |
| Constructor. | |
| Axis (const std::string &nombre="", GeomSection *m=nullptr, const size_t &nd=4) | |
| Constructor. More... | |
Protected Member Functions inherited from XC::EntGeomSection | |
| const GeomSection * | getGeomSection (void) const |
| Returns a pointer to the GeomSection. | |
| GeomSection * | getGeomSection (void) |
| Returns a pointer to the GeomSection. | |
Protected Attributes | |
| size_t | ndiv |
| Number of divisions. | |
Friends | |
| class | GeomSection |
Base class for 1D entities in section definition.
|
protected |
Constructor.
| name | object identifier. |
| sr | pointer to section geometry. |
| nd | number of divisions. |
1.8.12