#include <inverse.h>
Public Member Functions | |
Access methods | |
unsigned | GetHandle () const |
Returns unique inverse handle as specified in XML file. | |
const char * | GetName () const |
Returns name of inverse as specified in XML file as const char* . | |
const char * | GetAtomicClassName () const |
Returns class name as specified in XML file as const char* . | |
const char * | GetFileName () const |
Returns file name of atomic class where the inverse is declared as const char* . | |
SPARK::AtomicTypes | GetAtomicType () const |
Returns the type of the inverse as SPARK::AtomicTypes. | |
const char * | GetActiveCallbackName () const |
Returns the name of the currently active callback, Returns "" if none active! | |
unsigned | GetNumObjects () const |
Returns the number of TObject instances of this inverse. | |
SPARK::TObject * | GetObject (unsigned idx) |
Returns instance idx as a SPARK::TObject pointer. | |
const SPARK::TProblem * | GetProblem () const |
Returns pointer to SPARK::TProblem object this inverse belongs to. | |
double | GetTolerance () const |
Returns value of relative tolerance currently used by solver. | |
Data methods | |
void * | GetStaticData () |
Returns static private data as void* . | |
void | SetStaticData (void *address) |
Sets the static private data to address . |
Also contains all instances as SPARK::TObject objects of an inverse, as well as the void* pointer to the static data.
|
Returns unique inverse handle as specified in XML file.
|
|
Returns name of inverse as specified in XML file as
|
|
Returns class name as specified in XML file as
|
|
Returns file name of atomic class where the inverse is declared as
|
|
Returns the type of the inverse as SPARK::AtomicTypes.
|
|
Returns the name of the currently active callback, Returns "" if none active!
|
|
Returns the number of TObject instances of this inverse.
|
|
Returns instance idx as a SPARK::TObject pointer.
|
|
Returns pointer to SPARK::TProblem object this inverse belongs to.
|
|
Returns value of relative tolerance currently used by solver.
|
|
Returns static private data as
|
|
Sets the static private data to
|