OpenLexocad
27.0
|
#include <Shape.h>
Public Member Functions | |
TopologicalItem () | |
virtual | ~TopologicalItem (void) |
virtual Topo::TopologicalItem::MesherType | getMesherType () const =0 |
virtual Topo::TopologicalItem::ModellingKernel | getModellingKernel () const =0 |
virtual pConstTopologicalItem | getOwner () const =0 |
Returns top-level owner. Returns this if item is top-level. More... | |
virtual Topo::ShapeTool * | getShapeTool () const =0 |
virtual ENTITY * | getEntity () const |
virtual bool | getGeometricInformation (Topo::GeometricInformation &) const =0 |
![]() | |
virtual Type | getTypeId (void) const |
template<typename T > | |
bool | isDerivedFrom () const |
BaseClass () | |
Construction. More... | |
virtual | ~BaseClass () |
Destruction. More... | |
Protected Member Functions | |
TopologicalItem (ENTITY *) | |
Protected Attributes | |
pConstTopologicalItem | source |
Additional Inherited Members | |
![]() | |
static Type | getClassTypeId (void) |
static void | init (void) |
static void * | create (void) |
static void | setIfcNameAndID (std::string n, int id) |
![]() | |
static void | initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=0) |
static void | initIfcTypes (std::string s, Base::Type classTypeId, int id) |
|
strong |
|
strong |
|
inline |
|
inlinevirtual |
|
inlineprotected |
|
inlinevirtual |
|
pure virtual |
Implemented in Topo::Vertex, Topo::Coedge, Topo::Edge, Topo::Wire, Topo::Face, Topo::Shell, Topo::Solid, Topo::Compound, Topo::MeshShape, and Topo::Shape.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Returns top-level owner. Returns this if item is top-level.
Implemented in Topo::Shape.
|
pure virtual |
|
protected |