CFx SDK Documentation  2020SP3
Public Member Functions | Protected Member Functions | List of all members
SpaModeler Class Reference

#include <SpaModeler.h>

Inheritance diagram for SpaModeler:
OdRxModule OdRxObject

Public Member Functions

virtual OdResult setSPAParameters (const SPAParameters &pParameters)
 
virtual void getSPAParameters (SPAParameters &pParameters)
 
virtual void setSPAtolerances (const double &resabs, const double &resfit)
 
virtual void getSPAtolerances (double &resabs, double &resfit) const
 
virtual double getSPAresnor () const
 
- 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 ()
 
 SpaModeler ()
 

Additional Inherited Members

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

Detailed Description

Corresponding C++ library: ModelerGeometry <group Other_Classes>

Definition at line 40 of file SpaModeler.h.

Constructor & Destructor Documentation

◆ SpaModeler()

SpaModeler::SpaModeler ( )
protected

Member Function Documentation

◆ getSPAParameters()

virtual void SpaModeler::getSPAParameters ( SPAParameters pParameters)
virtual

◆ getSPAresnor()

virtual double SpaModeler::getSPAresnor ( ) const
virtual

◆ getSPAtolerances()

virtual void SpaModeler::getSPAtolerances ( double &  resabs,
double &  resfit 
) const
virtual

◆ initApp()

void SpaModeler::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.

◆ setSPAParameters()

virtual OdResult SpaModeler::setSPAParameters ( const SPAParameters pParameters)
virtual

◆ setSPAtolerances()

virtual void SpaModeler::setSPAtolerances ( const double &  resabs,
const double &  resfit 
)
virtual

◆ uninitApp()

void SpaModeler::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: