OpenLexocad  28.0
Topo::Coedge Class Referenceabstract

#include <Shape.h>

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

Public Member Functions

 Coedge ()=default
 
 Coedge (pConstCoedge rhs, bool deepCopy=true)
 
virtual ~Coedge ()=default
 
virtual void copyFrom (pConstCoedge rhs, bool deepCopy=true)=0
 
virtual void transform (const Geom::Trsf &)
 Variant operator. More...
 
virtual pConstEdge getEdge () const =0
 
- Public Member Functions inherited from Topo::TopologicalItem
 TopologicalItem ()=default
 
virtual ~TopologicalItem ()=default
 
virtual MesherType getMesherType () const =0
 
virtual ModelingKernel getModelingKernel () 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 bool getGeometricInformation (Topo::GeometricInformation &) const
 
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
 
void * operator new (size_t size)
 
void operator delete (void *p)
 
BaseClassoperator-> ()
 
BaseClassoperator-> () const
 
 BaseClass ()=default
 Construction. More...
 
virtual ~BaseClass ()
 Destruction. More...
 

Protected Member Functions

 Coedge (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  ModelingKernel {
  ModelingKernel::OCC, ModelingKernel::ACIS, ModelingKernel::CARVE, ModelingKernel::MIXED,
  ModelingKernel::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

◆ Coedge() [1/3]

Topo::Coedge::Coedge ( )
default

◆ Coedge() [2/3]

Topo::Coedge::Coedge ( pConstCoedge  rhs,
bool  deepCopy = true 
)

◆ ~Coedge()

virtual Topo::Coedge::~Coedge ( )
virtualdefault

◆ Coedge() [3/3]

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

Member Function Documentation

◆ copyFrom()

virtual void Topo::Coedge::copyFrom ( pConstCoedge  rhs,
bool  deepCopy = true 
)
pure virtual

◆ getEdge()

virtual pConstEdge Topo::Coedge::getEdge ( ) const
pure virtual

◆ getEdgeTool()

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

◆ transform()

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

Variant operator.

Friends And Related Function Documentation

◆ EdgeTool

friend class EdgeTool
friend

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