#include <object.h>
Public Member Functions | |
Access methods | |
unsigned | GetHandle () const |
Returns unique handle as specified in XML file. | |
unsigned | GetInstanceHandle () const |
Returns unique inverse handle set by SPARK::TInverse object for each instance. | |
const char * | GetName () const |
Returns name of object as specified in XML file as const char* . | |
const char * | GetActiveCallbackName () const |
Returns the name of the currently active callback, Returns "" if none active! | |
SPARK::TInverse * | GetInverse () |
Returns name of SPARK::TInverse this object is an instance of. | |
const SPARK::TProblem * | GetProblem () const |
Returns pointer to SPARK::TProblem object this object belongs to. | |
const SPARK::TComponent * | GetComponent () const |
Returns pointer to SPARK::TComponent object this object belongs to. | |
double | GetTolerance () const |
Returns value of relative tolerance curently used by solver. | |
Data methods | |
void * | GetData () |
Returns private data associated with this instance as void* . | |
void | SetData (void *address) |
Sets the private data to address . |
|
Returns unique handle as specified in XML file.
|
|
Returns unique inverse handle set by SPARK::TInverse object for each instance.
|
|
Returns name of object as specified in XML file as
|
|
Returns the name of the currently active callback, Returns "" if none active!
|
|
Returns name of SPARK::TInverse this object is an instance of.
|
|
Returns pointer to SPARK::TProblem object this object belongs to.
|
|
Returns pointer to SPARK::TComponent object this object belongs to.
|
|
Returns value of relative tolerance curently used by solver.
|
|
Returns private data associated with this instance as
|
|
Sets the private data to
|