OpenLexocad  27.1
Topo::Edge Class Referenceabstract

#include <Shape.h>

Inheritance diagram for Topo::Edge:
Topo::TopologicalItem Base::BaseClass

Public Member Functions

 Edge (void)
 
 Edge (pConstEdge rhs, bool deepCopy=true)
 
virtual ~Edge (void)
 
virtual void copyFrom (pConstEdge rhs, bool deepCopy=true)=0
 
 operator Core::Variant () const
 Variant operator. More...
 
virtual void transform (const Geom::Trsf &)
 
virtual bool getGeometricInformation (Topo::GeometricInformation &) const
 
- Public Member Functions inherited from Topo::TopologicalItem
 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::ShapeToolgetShapeTool () const =0
 
virtual ENTITY * getEntity () const
 
- Public Member Functions inherited from Base::BaseClass
virtual Type getTypeId (void) const
 
template<typename T >
bool isDerivedFrom () const
 
bool isDerivedFrom (const Type type) const
 
 BaseClass ()
 Construction. More...
 
virtual ~BaseClass ()
 Destruction. More...
 

Protected Member Functions

 Edge (ENTITY *ent)
 
virtual Topo::EdgeToolgetEdgeTool () const =0
 
- Protected Member Functions inherited from Topo::TopologicalItem
 TopologicalItem (ENTITY *)
 

Friends

class EdgeTool
 

Additional Inherited Members

- Public Types inherited from Topo::TopologicalItem
enum  MesherType { MesherType::Default_Mesher, MesherType::Acis_Mesher, MesherType::Compound_Mesher }
 
enum  ModellingKernel {
  ModellingKernel::OCC, ModellingKernel::ACIS, ModellingKernel::CARVE, ModellingKernel::MIXED,
  ModellingKernel::UNKNOWN
}
 
- Static Public Member Functions inherited from Base::BaseClass
static Type getClassTypeId (void)
 
static void init (void)
 
static void * create (void)
 
static void setIfcNameAndID (const std::string &n, int id)
 
- Public Attributes inherited from Base::BaseClass
long ____deadVal = 0xBADEAFFE
 
- Static Protected Member Functions inherited from Base::BaseClass
static void initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=0)
 
static void initIfcTypes (const std::string &s, Base::Type classTypeId, int id)
 
- Protected Attributes inherited from Topo::TopologicalItem
pConstTopologicalItem source
 

Constructor & Destructor Documentation

◆ Edge() [1/3]

Topo::Edge::Edge ( void  )

◆ Edge() [2/3]

Topo::Edge::Edge ( pConstEdge  rhs,
bool  deepCopy = true 
)

◆ ~Edge()

virtual Topo::Edge::~Edge ( void  )
virtual

◆ Edge() [3/3]

Topo::Edge::Edge ( ENTITY *  ent)
inlineprotected

Member Function Documentation

◆ copyFrom()

virtual void Topo::Edge::copyFrom ( pConstEdge  rhs,
bool  deepCopy = true 
)
pure virtual

◆ getEdgeTool()

virtual Topo::EdgeTool* Topo::Edge::getEdgeTool ( ) const
protectedpure virtual

◆ getGeometricInformation()

virtual bool Topo::Edge::getGeometricInformation ( Topo::GeometricInformation ) const
inlinevirtual

Implements Topo::TopologicalItem.

◆ operator Core::Variant()

Topo::Edge::operator Core::Variant ( ) const

Variant operator.

◆ transform()

virtual void Topo::Edge::transform ( const Geom::Trsf )
inlinevirtual

Friends And Related Function Documentation

◆ EdgeTool

friend class EdgeTool
friend

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