Data::Segment Class Referenceabstract

Segments Subelement type of the ComplexGeoData type It is used to split an object in further sub-parts. More...

#include <ComplexGeoData.h>

Public Member Functions

virtual std::string getName () const =0
 
virtual ~Segment ()
 
- Public Member Functions inherited from Base::BaseClass
 BaseClass ()
 Construction. More...
 
 BaseClass (const BaseClass &)=default
 
virtual PyObjectgetPyObject ()
 This method returns the Python wrapper for a C++ object. More...
 
virtual Type getTypeId () const
 
bool isDerivedFrom (const Type type) const
 
BaseClassoperator= (const BaseClass &)=default
 
virtual void setPyObject (PyObject *)
 
virtual ~BaseClass ()
 Destruction. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Base::BaseClass
static void * create ()
 
static Type getClassTypeId ()
 
static void init ()
 
- Static Protected Member Functions inherited from Base::BaseClass
static void initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)
 

Detailed Description

Segments Subelement type of the ComplexGeoData type It is used to split an object in further sub-parts.

Constructor & Destructor Documentation

◆ ~Segment()

virtual Data::Segment::~Segment ( )
virtual

Member Function Documentation

◆ getName()

virtual std::string Data::Segment::getName ( ) const
pure virtual

Implemented in Mesh::MeshSegment, and Part::ShapeSegment.


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