Workspace 6.21.5
Public Member Functions | List of all members
Segment Class Reference

#include <Mesh/DataStructures/MeshModelInterface/elementtype.h>

Inheritance diagram for Segment:
[legend]

Public Member Functions

 Segment ()
 
- Public Member Functions inherited from TypeSingleton< Segment >
CSIRO_MESH_API const CSIRO::Mesh::ElementType::SegmentgetInstance ()
 
CSIRO_MESH_API const CSIRO::Mesh::ElementType::TrianglegetInstance ()
 
CSIRO_MESH_API const CSIRO::Mesh::ElementType::QuadgetInstance ()
 
CSIRO_MESH_API const CSIRO::Mesh::ElementType::TetrahedrongetInstance ()
 
CSIRO_MESH_API const CSIRO::Mesh::ElementType::HexahedrongetInstance ()
 
CSIRO_MESH_API const CSIRO::Mesh::ElementType::PointgetInstance ()
 
CSIRO_MESH_API const CSIRO::Mesh::ElementType::UnsupportedgetInstance ()
 
CSIRO_MESH_API const CSIRO::Mesh::ElementType::PolyLinegetInstance ()
 
CSIRO_MESH_API const CSIRO::Mesh::ElementType::PolygongetInstance ()
 
CSIRO_MESH_API const UnsupportedgetInstance ()
 
CSIRO_MESH_API const PointgetInstance ()
 
CSIRO_MESH_API const SegmentgetInstance ()
 
CSIRO_MESH_API const TrianglegetInstance ()
 
CSIRO_MESH_API const QuadrilateralgetInstance ()
 
CSIRO_MESH_API const TetrahedrongetInstance ()
 
CSIRO_MESH_API const HexahedrongetInstance ()
 
CSIRO_MESH_API const PolyLinegetInstance ()
 
CSIRO_MESH_API const PolygongetInstance ()
 
- Public Member Functions inherited from Type
unsigned getMaxNodes () const
 
unsigned getMinNodes () const
 
const QString & getName () const
 
unsigned getNumFaces () const
 
unsigned getNumPrimitivesPerFace () const
 
template<typename T >
bool isType () const
 
bool isValidNodeCount (unsigned count) const
 
bool isVolumeType () const
 
bool operator!= (const Type &other) const
 
bool operator== (const Type &other) const
 

Additional Inherited Members

- Static Public Member Functions inherited from TypeSingleton< Segment >
static const SegmentgetInstance ()
 
- Protected Member Functions inherited from TypeSingleton< Segment >
 TypeSingleton (const QString &name, unsigned minNodes, unsigned maxNodes, bool isVolumeType=false, unsigned numFaces=-1, unsigned numPrimitivesPerFace=-1)
 

Constructor & Destructor Documentation

◆ Segment()

Segment ( )
inline