CFx SDK Documentation  2020SP3
Public Member Functions | Protected Member Functions | List of all members
OdIfcModelerGeometryModule Class Referenceabstract

#include <IfcModelerModule.h>

Inheritance diagram for OdIfcModelerGeometryModule:
OdRxModule OdRxObject

Public Member Functions

virtual OdIfc::OdIfcModelerGeometryPtr createModeler ()=0
 
- Public Member Functions inherited from OdRxModule
 ODRX_DECLARE_MEMBERS (OdRxModule)
 
virtual voidsysData ()=0
 
virtual void deleteModule ()=0
 
virtual OdString moduleName () const =0
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () const
 
virtual void addRef ()=0
 
virtual void release ()=0
 
virtual long numRefs () const
 
bool isKindOf (const OdRxClass *pClass) const
 
virtual OdRxObjectPtr clone () const
 
virtual void copyFrom (const OdRxObject *pSource)
 
virtual OdRx::Ordering comparedTo (const OdRxObject *pOther) const
 
virtual bool isEqualTo (const OdRxObject *pOther) const
 

Protected Member Functions

void initApp ()
 
void uninitApp ()
 

Additional Inherited Members

- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 

Detailed Description

Definition at line 31 of file IfcModelerModule.h.

Member Function Documentation

◆ createModeler()

virtual OdIfc::OdIfcModelerGeometryPtr OdIfcModelerGeometryModule::createModeler ( )
pure virtual

◆ initApp()

void OdIfcModelerGeometryModule::initApp ( )
protectedvirtual

Declares the notification method being called at the start of the client application.

Remarks
It is the pure virtual method that does not have an implementation. You must redefine it in the derived class. Overrides of this module should register any custom objects or commands defined in the module.
See also
<link CustomApplications.html, Creating Custom Applications>

Implements OdRxModule.

◆ uninitApp()

void OdIfcModelerGeometryModule::uninitApp ( )
protectedvirtual

Declares the notification method being called at the end of the client application.

Remarks
It is the pure virtual method that does not have an implementation. You must redefine it in the derived class. Overrides of this module should unregister any custom objects or commands defined in the module.
See also
<link CustomApplications.html, Creating Custom Applications>

Implements OdRxModule.


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