C++ main module for mmsd Package
1.0
|
This class describes the main interface class for a soft user interface (R,matlab,python etc...) class. More...
#include <UI_Class.h>
Public Member Functions | |
virtual SP::UI_Class | NewInstance () const =0 |
create a new instance of class More... | |
void | setFactory (SP::CORE_ClassFactory fact) |
void | setInterfaceType (const tFlag &f) |
set the interface type More... | |
int | getInterfaceType () const |
set the interface type More... | |
void | setIsArrayCopied (const tBoolean &v) |
set if the arrays must be copied More... | |
tBoolean | isArrayCopied () const |
return true if the array must be copied More... | |
void | setVersion (const tString &v) |
set the version More... | |
tString | getVersion () const |
set the version More... | |
virtual tBoolean | isBoolean (tBoolean &isVector) const =0 |
virtual tBoolean | isChar (tBoolean &isVector, tBoolean &isUnsigned) const =0 |
virtual tBoolean | isShortInt (tBoolean &isVector, tBoolean &isUnsigned) const =0 |
virtual tBoolean | isInt (tBoolean &isVector, tBoolean &isUnsigned) const =0 |
virtual tBoolean | isLongInt (tBoolean &isVector, tBoolean &isUnsigned) const =0 |
virtual tBoolean | isLongLongInt (tBoolean &isVector, tBoolean &isUnsigned) const =0 |
virtual tBoolean | isInteger (tBoolean &isVector, tBoolean &isUnsigned) const |
virtual tBoolean | isFloat (tBoolean &isVector) const =0 |
virtual tBoolean | isDouble (tBoolean &isVector) const =0 |
virtual tBoolean | isLongDouble (tBoolean &isVector) const =0 |
virtual tBoolean | isString (tBoolean &isVector) const =0 |
virtual tBoolean | isDoubleFullMatrix () const =0 |
virtual tBoolean | isClass () const =0 |
verify if the data of the class is a struct More... | |
virtual tBoolean | hasField (const tString &field) const =0 |
verify if the data of the class is a struct with fields names More... | |
virtual tBoolean | hasFields (const vector< tString > &fields) const =0 |
verify the data of the class is a struct with fields More... | |
virtual tString | getClassName () const =0 |
get the class name More... | |
virtual tBoolean | getString (tString &name) const =0 |
get the string value of argvalue More... | |
virtual tBoolean | getScalar (tString &name) const |
get the string value of argvalue More... | |
virtual tBoolean | getScalar (tBoolean &value) const =0 |
get the boolean value of argvalue More... | |
virtual tBoolean | getScalar (char &value) const =0 |
get the boolean value of argvalue More... | |
virtual tBoolean | getScalar (unsigned char &value) const =0 |
get the boolean value of argvalue More... | |
virtual tBoolean | getScalar (short int &value) const =0 |
get the integer value of argvalue More... | |
virtual tBoolean | getScalar (int &value) const =0 |
get the integer value of argvalue More... | |
virtual tBoolean | getScalar (long int &value) const =0 |
get the integer value of argvalue More... | |
virtual tBoolean | getScalar (long long int &value) const =0 |
get the integer value of argvalue More... | |
virtual tBoolean | getScalar (unsigned long long int &value) const =0 |
get the integer value of argvalue More... | |
virtual tBoolean | getScalar (double &value) const =0 |
get the double value of argvalue More... | |
virtual tBoolean | getScalar (long double &value) const =0 |
get the double value of argvalue More... | |
virtual tBoolean | getVector (int &n, tString *&value, tBoolean &isCopied) const =0 |
get the vector value of argvalue More... | |
virtual tBoolean | getVector (int &n, bool *&value, tBoolean &isCopied) const =0 |
get the vector value of argvalue More... | |
virtual tBoolean | getVector (int &n, int *&value, tBoolean &isCopied) const =0 |
get the vector value of argvalue More... | |
virtual tBoolean | getVector (int &n, unsigned int *&value, tBoolean &isCopied) const =0 |
get the vector value of argvalue More... | |
virtual tBoolean | getVector (int &n, unsigned long int *&value, tBoolean &isCopied) const =0 |
get the vector value of argvalue More... | |
virtual tBoolean | getVector (int &n, unsigned char *&value, tBoolean &isCopied) const =0 |
get the vector value of argvalue More... | |
virtual tBoolean | getVector (int &n, long int *&value, tBoolean &isCopied) const =0 |
get the vector value of argvalue More... | |
virtual tBoolean | getVector (int &n, long long int *&value, tBoolean &isCopied) const =0 |
get the vector value of argvalue More... | |
virtual tBoolean | getVector (int &n, double *&value, tBoolean &isCopied) const =0 |
get the vector value of argvalue More... | |
virtual tBoolean | getVector (int &n, long double *&value, tBoolean &isCopied) const =0 |
get the vector value of argvalue More... | |
virtual tBoolean | getVector (vector< tString > &name) const =0 |
get the string vector value of argvalue More... | |
virtual tBoolean | getVector (vector< bool > &value) const |
get the int vector value of argvalue More... | |
virtual tBoolean | getVector (vector< unsigned char > &value) const |
get the int vector value of argvalue More... | |
virtual tBoolean | getVector (vector< int > &value) const |
get the int vector value of argvalue More... | |
virtual tBoolean | getVector (vector< double > &value) const |
get the int vector value of argvalue More... | |
virtual tBoolean | getVector (vector< long double > &value) const |
get the int vector value of argvalue More... | |
virtual tBoolean | getFullMatrix (int &nRows, int &nCols, double *&value, tBoolean &isCopied) const =0 |
get the double full matrix value of argvalue More... | |
tBoolean | getFullSymmetricMatrix (int &nRows, double *&value, tBoolean &isCopied) const |
tBoolean | getPackedSymmetricMatrix (int &nRows, double *&value, tBoolean &isCopied) const |
template<class T > | |
tBoolean | getVector2D (CORE_Array2D< T > &array2D, tBoolean &isCopied) const |
get a 2D vector (or dynamical matrix with different row size) More... | |
template<class T , class Q > | |
tBoolean | getPrimitiveMap (map< T, Q > &primitiveMap) const |
get a primitive map More... | |
template<class T , class Q > | |
tBoolean | getPrimitiveMap (CORE_Map< T, Q > &primitiveMap) const |
get a primitive map More... | |
virtual void | createString (const tString &value)=0 |
create a string More... | |
virtual void | createScalar (const tString &value) |
create a scalar More... | |
virtual void | createScalar (const unsigned char &value)=0 |
create a scalar More... | |
virtual void | createScalar (const unsigned int &value)=0 |
create a scalar More... | |
virtual void | createScalar (const short int &value)=0 |
create a scalar More... | |
virtual void | createScalar (const int &value)=0 |
create a scalar More... | |
virtual void | createScalar (const long int &value)=0 |
create a scalar More... | |
virtual void | createScalar (const long long int &value)=0 |
create a scalar More... | |
virtual void | createScalar (const unsigned long long int &value)=0 |
create a scalar More... | |
virtual void | createScalar (const tBoolean &value)=0 |
create a scalar More... | |
virtual void | createScalar (const double &value)=0 |
create a scalar More... | |
virtual void | createScalar (const long double &value)=0 |
create a scalar More... | |
virtual double * | createDoubleVector (const int &n)=0 |
create a vector of double of size n More... | |
virtual int * | createIntVector (const int &n)=0 |
create a vector of int of size n More... | |
virtual void | createVector (const vector< tString > &values)=0 |
create a vector of string More... | |
virtual void | createVector (const vector< tBoolean > &values)=0 |
create a vector of string More... | |
virtual void | createVector (const vector< unsigned char > &values)=0 |
create a vector of string More... | |
virtual void | createVector (const vector< int > &values)=0 |
create a vector of string More... | |
virtual void | createVector (const vector< double > &values)=0 |
create a vector of string More... | |
virtual void | createVector (const vector< long double > &values)=0 |
create a vector of string More... | |
virtual void | createVector (const int &n, const tString *&values, const tBoolean &isCopied)=0 |
create a vector size of values must be n More... | |
virtual void | createVector (const int &n, const tBoolean *&values, const tBoolean &isCopied)=0 |
create a vector size of values must be n More... | |
virtual void | createVector (const int &n, const int *&values, const tBoolean &isCopied)=0 |
create a vector size of values must be n More... | |
virtual void | createVector (const int &n, const unsigned char *&values, const tBoolean &isCopied)=0 |
create a vector size of values must be n More... | |
virtual void | createVector (const int &n, const long int *&values, const tBoolean &isCopied)=0 |
create a vector size of values must be n More... | |
virtual void | createVector (const int &n, const long long int *&values, const tBoolean &isCopied)=0 |
create a vector of long long int size of values must be n More... | |
virtual void | createVector (const int &n, const double *&values, const tBoolean &isCopied)=0 |
create a vector size of values must be n More... | |
virtual void | createVector (const int &n, const long double *&values, const tBoolean &isCopied)=0 |
create a vector size of values must be n More... | |
virtual void | createVector (const int &n, const tBoolean *values) |
create a vector size of values must be n More... | |
virtual void | createVector (const int &n, const int *values) |
create a vector size of values must be n More... | |
virtual void | createVector (const int &n, const long int *values) |
create a vector size of values must be n More... | |
virtual void | createVector (const int &n, const double *values) |
create a vector size of values must be n More... | |
virtual void | createVector (const int &n, const long double *values) |
create a vector size of values must be n More... | |
virtual void | createFullMatrix (const int &nRows, const int &nCols, const double *values, tBoolean &isCopied)=0 |
create a matrix values must be of size nRows*nCols More... | |
virtual void | createFullMatrix (const int &nRows, const int &nCols, const double *values) |
create a matrix values must be of size nRows*nCols More... | |
virtual double * | createFullMatrix (const int &nRows, const int &nCols)=0 |
create a matrix values must be of size nRows*nCols More... | |
virtual void | createFullSymmetricMatrix (const int &nRows, const double *values, const tBoolean &isCopied) |
create a full symmetric matrix values must be of size nRows*nRows More... | |
virtual void | createFullSymmetricMatrix (const int &nRows, const double *values) |
create a full symmetric matrix More... | |
virtual void | createPackedSymmetricMatrix (const int &nRows, const double *values, const tBoolean &isCopied) |
create a packed symmetric matrix values must be of size nRows*(nRows+1)/2 More... | |
virtual void | createPackedSymmetricMatrix (const int &nRows, const double *values) |
create a packed symmetric matrix values must be of size nRows*(nRows+1)/2 More... | |
template<class T > | |
void | createVector2D (const CORE_Array2D< T > &array2D, const tBoolean &isCopied) |
template<class T > | |
void | createVector2D (const CORE_Array2D< T > &array2D) |
template<class T , class Q > | |
void | createPrimitiveMap (const map< T, Q > &primitiveMap) |
template<class T , class Q > | |
void | createPrimitiveMap (const CORE_Map< T, Q > &primitiveMap) |
void | saveClass (const UI_Object &obj) |
save class obj in the UI class structure More... | |
virtual void | createClass (const tString &id)=0 |
create the empty class with type id More... | |
virtual tBoolean | createClass (const tString &id, CORE_SharedPointersVMap< tString, UI_Class > &fields) |
creathe the class More... | |
virtual void | createClassesList (const tString &fieldName, const tBoolean &isComposite, const int &n)=0 |
create a multiple association of size n with name fieldname of type isComoposite More... | |
virtual tBoolean | setClassIntoList (const tString &fieldName, const int &index, UI_Class &fieldValue)=0 |
set the index-th element of the classes list supposed to be composite or not depending on isComposite value More... | |
virtual tBoolean | setField (const tString &fieldName, const tBoolean &isComposite, UI_Class &fieldValue)=0 |
set the field fieldName of the class More... | |
virtual tBoolean | setField (const tString &fieldName, UI_Class &fieldValue) |
set the field fieldName of the class More... | |
virtual tBoolean | getClassFromList (const tString &fieldName, const int &index, UI_Class &uiClass) const =0 |
get the field of the index-th class in the list More... | |
virtual tBoolean | getField (const tString &field, UI_Class &uiClass) const =0 |
get the field name of the class More... | |
virtual int | getClassesListSize (const tString &fieldName) const =0 |
get the number of classes of the list More... | |
virtual void | getFieldNames (vector< tString > &name) const =0 |
get the field names More... | |
virtual void | printErrorMessage (const tString &msg) const =0 |
print the message & quit More... | |
virtual void | printMessage (const tString &msg) const =0 |
print the message on screen More... | |
tBoolean | loadField (const tString &name, tString &v) const |
tBoolean | loadField (const tString &name, bool &v) const |
tBoolean | loadField (const tString &name, unsigned char &v) const |
tBoolean | loadField (const tString &name, char &v) const |
tBoolean | loadField (const tString &name, short &v) const |
tBoolean | loadField (const tString &name, int &v) const |
tBoolean | loadField (const tString &name, long int &v) const |
tBoolean | loadField (const tString &name, long long int &v) const |
tBoolean | loadField (const tString &name, unsigned long long int &v) const |
tBoolean | loadField (const tString &name, double &v) const |
tBoolean | loadField (const tString &name, long double &v) const |
tBoolean | loadField (const tString &name, vector< tString > &v) const |
tBoolean | loadField (const tString &name, vector< tBoolean > &v) const |
tBoolean | loadField (const tString &name, vector< unsigned char > &v) const |
tBoolean | loadField (const tString &name, vector< int > &v) const |
tBoolean | loadField (const tString &name, vector< double > &v) const |
tBoolean | loadField (const tString &name, vector< long double > &v) const |
template<class T > | |
tBoolean | loadField (const tString &name, CORE_Array< T > &v) const |
template<class T > | |
tBoolean | loadField (const tString &name, CORE_Array< T > &v, tBoolean &isCopied) const |
template<class T > | |
tBoolean | loadField (const tString &name, CORE_Array2D< T > &array2D, tBoolean &isCopied) const |
template<class T > | |
tBoolean | loadField (const tString &name, CORE_Array2D< T > &array2D) const |
template<class T > | |
tBoolean | loadField (const tString &name, CORE_Vector< T > &v) const |
tBoolean | loadField (const tString &name, int &n, tString *&v, tBoolean &isCopied) const |
tBoolean | loadField (const tString &name, int &n, tBoolean *&v, tBoolean &isCopied) const |
tBoolean | loadField (const tString &name, int &n, unsigned char *&v, tBoolean &isCopied) const |
tBoolean | loadField (const tString &name, int &n, int *&v, tBoolean &isCopied) const |
tBoolean | loadField (const tString &name, int &n, unsigned long int *&v, tBoolean &isCopied) const |
tBoolean | loadField (const tString &name, int &n, double *&v, tBoolean &isCopied) const |
tBoolean | loadField (const tString &name, int &n, long double *&v, tBoolean &isCopied) const |
tBoolean | loadField (const tString &name, int &n, long double *&v) const |
tBoolean | loadField (const tString &name, int &n, double *&v) const |
tBoolean | loadField (const tString &name, int &n, tString *&v) const |
tBoolean | loadField (const tString &name, int &n, int *&v) const |
tBoolean | loadField (const tString &name, const int &n, long double v[]) const |
tBoolean | loadField (const tString &name, const int &n, double v[]) const |
tBoolean | loadField (const tString &name, const int &n, int v[]) const |
template<class T , class Q > | |
tBoolean | loadField (const tString &name, map< T, Q > &primitiveMap) const |
template<class T , class Q > | |
tBoolean | loadField (const tString &name, CORE_Map< T, Q > &primitiveMap) const |
tBoolean | loadFullMatrixField (const tString &name, int &nRows, int &nCols, double *&values, tBoolean &isCopied) const |
tBoolean | loadFullMatrixField (const tString &name, int &nRows, int &nCols, double *&values) const |
tBoolean | loadFullSymmetricMatrixField (const tString &name, int &nRows, double *&values, tBoolean &isCopied) const |
tBoolean | loadFullSymmetricMatrixField (const tString &name, int &nRows, double *&values) const |
tBoolean | loadPackedSymmetricMatrixField (const tString &name, int &nRows, double *&values, tBoolean &isCopied) const |
tBoolean | loadPackedSymmetricMatrixField (const tString &name, int &nRows, double *&values) const |
tBoolean | saveField (const tString &name, const tString &v) |
tBoolean | saveField (const tString &name, const tBoolean &v) |
tBoolean | saveField (const tString &name, const char &v) |
tBoolean | saveField (const tString &name, const unsigned char &v) |
tBoolean | saveField (const tString &name, const short int &v) |
tBoolean | saveField (const tString &name, const int &v) |
tBoolean | saveField (const tString &name, const long int &v) |
tBoolean | saveField (const tString &name, const long long int &v) |
tBoolean | saveField (const tString &name, const unsigned long long int &v) |
tBoolean | saveField (const tString &name, const double &v) |
tBoolean | saveField (const tString &name, const long double &v) |
template<class T > | |
tBoolean | saveField (const tString &name, const int &n, const T *v) |
template<class T > | |
tBoolean | saveField (const tString &name, const int &n, const T *v, const tBoolean &isCopied) |
template<class T > | |
tBoolean | saveField (const tString &name, const vector< T > &v) |
template<class T , class Q > | |
tBoolean | saveField (const tString &name, const map< T, Q > &primitiveMap) |
template<class T > | |
tBoolean | saveField (const tString &name, const CORE_Array< T > &v) |
template<class T > | |
tBoolean | saveField (const tString &name, const CORE_Array2D< T > &v) |
template<class T > | |
tBoolean | saveField (const tString &name, const CORE_Vector< T > &v) |
template<class T , class Q > | |
tBoolean | saveField (const tString &name, const CORE_Map< T, Q > &primitiveMap) |
tBoolean | createFullMatrixField (const tString &name, const int &nRows, const int &nCols) |
tBoolean | saveFullMatrixField (const tString &name, const int &nRows, const int &nCols, const double *values) |
tBoolean | saveFullSymmetricMatrixField (const tString &name, const int &nRows, const double *values) |
tBoolean | savePackedSymmetricMatrixField (const tString &name, const int &nRows, const double *values) |
virtual void | finalize () |
method called for finalizing the saving in UI_CLass More... | |
void | saveAssociation (const tString &name, const tBoolean &isComposite, const CORE_Object *obj) |
save the association with single cardinality More... | |
SP::CORE_Object | loadAssociation (const tString &name, const tBoolean &isComposite) const |
load the association Note that the factory class must be set to create the class If nit the return object is null. More... | |
void | saveAssociation (const tString &name, const CORE_Object *obj) |
save the association with single cardinality More... | |
SP::CORE_Object | loadAssociation (const tString &name) const |
load the association Note that the factory class must be set to create the class If nit the return object is null. More... | |
template<class T > | |
void | saveAssociation (const tString &name, const boost::shared_ptr< T > &obj) |
save the association with single cardiality More... | |
template<class T > | |
void | loadAssociation (const tString &name, boost::shared_ptr< T > &object) const |
template<class T > | |
void | saveAssociation (const tString &name, const boost::weak_ptr< T > &obj) |
save the association with single cardiality More... | |
template<class T > | |
void | loadAssociation (const tString &name, boost::weak_ptr< T > &object) const |
template<class T > | |
void | saveAssociation (const tString &name, const CORE_SharedPointersList< T > &obj) |
save the association with multiple cardinality More... | |
template<class T > | |
void | loadAssociation (const tString &name, CORE_SharedPointersList< T > &objs) const |
load the association with multiple cardinality More... | |
template<class T > | |
void | saveAssociation (const tString &name, const CORE_WeakPointersList< T > &obj) |
save the association with multiple cardinality More... | |
template<class T > | |
void | loadAssociation (const tString &name, CORE_WeakPointersList< T > &objs) const |
load the association with multiple cardinality More... | |
template<class T , class V > | |
void | saveAssociation (const tString &name, const CORE_SharedPointersVMap< T, V > &objs) |
save the association with multiple cardinality More... | |
template<class K , class V > | |
void | loadAssociation (const tString &name, CORE_SharedPointersVMap< K, V > &objs) const |
load the association with multiple cardinality More... | |
template<class T , class V > | |
void | loadAssociation (const tString &name, CORE_SharedPointersVMap< T, V > &objects) const |
void | getSharedPointer (SP::CORE_Object &p) |
get the shared pointer of this class into p More... | |
void | getSharedPointer (SPC::CORE_Object &p) const |
get the shared pointer of this class into p More... | |
tString | getIdentityString () const |
return the identity string of the object of the form className_at_address More... | |
tString | getPointerAddress () const |
return the identity string of the object More... | |
template<class T > | |
tBoolean | isInstanceOf () const |
return true if the object is an instance of T More... | |
virtual tString | toString () const |
return the string representation of the object node More... | |
virtual void | print () |
print the class More... | |
virtual ostream & | print (ostream &out) const |
print the class More... | |
virtual void | print (const tString &message) |
print the class More... | |
virtual void | print (const tInteger &str) |
print More... | |
virtual void | print (const tRelativeInteger &str) |
print More... | |
virtual void | print (const tReal &str) |
print More... | |
virtual void | print (const int &str) |
print More... | |
Static Public Member Functions | |
static tString | getClassName (const tString &identityString) |
return the class name of the object using only the identity string More... | |
template<class T > | |
static tString | getTypeName () |
get type name More... | |
static tBoolean | is64Architecture () |
return true if the machine is a 64 bits machine More... | |
static tBoolean | is32Architecture () |
return true if the machine is a 32 bits machine More... | |
static tString | pointer2String (const void *obj) |
return the string represantation of a pointer More... | |
static void | setOutput (ostream &out) |
set output More... | |
static ostream & | getOutput () |
get output More... | |
static void | printObjectsInMemory () |
print object in memory More... | |
static ostream & | print (ostream &out, const tString &message) |
print the class More... | |
static void | outputPrint (const tString &message) |
Static Public Attributes | |
static tBoolean | mIsMemoryTesting =false |
indicator to store all classes created and deleted only for debuging version More... | |
Protected Member Functions | |
UI_Class (void) | |
create an object More... | |
virtual | ~UI_Class (void) |
destroy an object. More... | |
void | setThis (SP::CORE_Object p) |
set this weak shared pointer called toDoAfterThis setting method More... | |
virtual void | setType (tString type) |
set the type of the object More... | |
virtual void | toDoAfterThisSetting () |
method called after setThis() method this method can oly be called once. More... | |
This class describes the main interface class for a soft user interface (R,matlab,python etc...) class.
The purpose of this class is to load or to save a class into R,matlab or xml project.
The interface type of saving (or loading) depends on either UI_Class::INTERFACE or UI_Class::BACKUP type setting by UI_Class::setInterfaceType().
Different versions may be managed by the UI_Class::getVersion(), UI_Class::setVersion() methods.
A class factory must be associated to a class to generate class UI_Class::setFactory() or UI_Class::getFactory().
The are 5 sets of methods :
At the end of saving or loading a class, the method UI_Class::finalize() must be called.
An array may be either copied element by element or by reference (UI_Class::isArrayCopied(), UI_Class::setIsArrayCopied())
|
protected |
create an object
|
protectedvirtual |
destroy an object.
|
pure virtual |
create the empty class with type id
Implemented in MM_Structure.
Referenced by MM_Structure::createClass(), createClass(), createPrimitiveMap(), createVector2D(), and saveClass().
|
virtual |
creathe the class
Reimplemented in MM_Structure.
References createClass(), finalize(), CORE_SharedPointersVMap< Key, Value >::getKeys(), null, setField(), and tBoolean.
|
pure virtual |
create a multiple association of size n with name fieldname of type isComoposite
Implemented in MM_Structure.
Referenced by saveAssociation().
|
pure virtual |
create a vector of double of size n
Implemented in MM_Structure.
|
pure virtual |
create a matrix values must be of size nRows*nCols
Implemented in MM_Structure.
Referenced by createFullMatrix().
|
inlinevirtual |
create a matrix values must be of size nRows*nCols
References createFullMatrix(), and tBoolean.
|
pure virtual |
create a matrix values must be of size nRows*nCols
Implemented in MM_Structure.
|
inlinevirtual |
create a full symmetric matrix values must be of size nRows*nRows
References createVector().
Referenced by createFullSymmetricMatrix().
|
inlinevirtual |
create a full symmetric matrix
values must be of size nRows*nRows
References createFullSymmetricMatrix(), and tBoolean.
|
pure virtual |
create a vector of int of size n
Implemented in MM_Structure.
|
inlinevirtual |
create a packed symmetric matrix values must be of size nRows*(nRows+1)/2
References createVector().
Referenced by createPackedSymmetricMatrix().
|
inlinevirtual |
create a packed symmetric matrix values must be of size nRows*(nRows+1)/2
References createPackedSymmetricMatrix(), and tBoolean.
|
inline |
|
inline |
References createClass(), CORE_Object::getIdentityString(), CORE_Map< Key, Value >::getKeys(), CORE_Map< Key, Value >::getValues(), and saveField().
|
inlinevirtual |
|
pure virtual |
create a scalar
Implemented in MM_Structure.
|
pure virtual |
create a scalar
Implemented in MM_Structure.
|
pure virtual |
create a scalar
Implemented in MM_Structure.
|
pure virtual |
create a scalar
Implemented in MM_Structure.
|
pure virtual |
create a scalar
Implemented in MM_Structure.
|
pure virtual |
create a scalar
Implemented in MM_Structure.
|
pure virtual |
create a scalar
Implemented in MM_Structure.
|
pure virtual |
create a scalar
Implemented in MM_Structure.
|
pure virtual |
create a scalar
Implemented in MM_Structure.
|
pure virtual |
create a scalar
Implemented in MM_Structure.
|
pure virtual |
create a string
Implemented in MM_Structure.
Referenced by createScalar().
|
pure virtual |
create a vector of string
Implemented in MM_Structure.
Referenced by createFullSymmetricMatrix(), createPackedSymmetricMatrix(), and createVector().
|
pure virtual |
create a vector of string
|
pure virtual |
create a vector of string
Implemented in MM_Structure.
|
pure virtual |
create a vector of string
Implemented in MM_Structure.
|
pure virtual |
create a vector of string
Implemented in MM_Structure.
|
pure virtual |
create a vector of string
Implemented in MM_Structure.
|
pure virtual |
create a vector size of values must be n
Implemented in MM_Structure.
|
pure virtual |
create a vector size of values must be n
Implemented in MM_Structure.
|
pure virtual |
create a vector size of values must be n
Implemented in MM_Structure.
|
pure virtual |
create a vector size of values must be n
Implemented in MM_Structure.
|
pure virtual |
create a vector size of values must be n
Implemented in MM_Structure.
|
pure virtual |
create a vector of long long int size of values must be n
Implemented in MM_Structure.
|
pure virtual |
create a vector size of values must be n
Implemented in MM_Structure.
|
pure virtual |
create a vector size of values must be n
Implemented in MM_Structure.
|
inlinevirtual |
create a vector size of values must be n
Reimplemented in MM_Structure.
References createVector(), and tBoolean.
|
inlinevirtual |
create a vector size of values must be n
Reimplemented in MM_Structure.
References createVector(), and tBoolean.
|
inlinevirtual |
create a vector size of values must be n
Reimplemented in MM_Structure.
References createVector(), and tBoolean.
|
inlinevirtual |
create a vector size of values must be n
Reimplemented in MM_Structure.
References createVector(), and tBoolean.
|
inlinevirtual |
create a vector size of values must be n
Reimplemented in MM_Structure.
References createVector(), and tBoolean.
|
inline |
References createClass(), CORE_Object::getClassName(), CORE_Array2D< T >::getRowIndices(), CORE_Array2D< T >::getRowsNumber(), CORE_Array2D< T >::getValues(), CORE_Array2D< T >::getValuesNumber(), and saveField().
Referenced by createVector2D().
|
inline |
|
inlinevirtual |
method called for finalizing the saving in UI_CLass
Referenced by createClass(), and saveClass().
|
pure virtual |
get the number of classes of the list
Implemented in MM_Structure.
Referenced by loadAssociation().
|
pure virtual |
get the field of the index-th class in the list
uiClass | : value of the class |
Implemented in MM_Structure.
Referenced by loadAssociation().
return the class name of the object using only the identity string
Referenced by createVector2D(), LAP_DoublePackedUpperMatrix::matrixProduct(), LAP_DoubleBandedUpperMatrix::matrixProduct(), LAP_DoubleFullUpperMatrix::matrixProduct(), and CORE_Object::printObjectsInMemory().
|
pure virtual |
get the class name
Implemented in MM_Structure.
|
pure virtual |
get the field name of the class
field | : name of the field of the class |
uiClass | : value of the field (class or attribute) |
Implemented in MM_Structure.
Referenced by getVector2D(), loadAssociation(), loadField(), loadFullMatrixField(), loadFullSymmetricMatrixField(), and loadPackedSymmetricMatrixField().
|
pure virtual |
get the field names
Implemented in MM_Structure.
|
pure virtual |
get the double full matrix value of argvalue
isCopied | if true a new vector of size n is created if false no vector is created: value is a reference to a vector of size n. Note: isCopied may changed if it is false and the double vector can not be referenced |
Implemented in MM_Structure.
|
inlineinherited |
return the identity string of the object of the form className_at_address
References CORE_Object::getClassName(), CORE_Object::pointer2String(), and tString.
Referenced by createPrimitiveMap(), saveAssociation(), saveClass(), UI_ClassFactory::saveIntoClass(), MATH_StiefelFunction::toString(), LAP_2DView::toString(), CORE_Object::toString(), MATH_StiefelOptimizer::toString(), and MM_Class::toString().
|
inline |
set the interface type
Referenced by loadAssociation(), MMSD_Cluster::loadFromUIClass(), MMSD_Model::loadFromUIClass(), saveAssociation(), MMSD_Cluster::saveToUIClass(), and MMSD_Model::saveToUIClass().
|
inlinestaticinherited |
get output
|
inlineinherited |
return the identity string of the object
References CORE_Object::pointer2String().
|
inline |
get a primitive map
References hasField(), and loadField().
|
inline |
get a primitive map
References CORE_Map< Key, Value >::clear(), hasField(), loadField(), and CORE_Map< Key, Value >::put().
get the string value of argvalue
References getString().
get the boolean value of argvalue
Implemented in MM_Structure.
|
pure virtual |
get the boolean value of argvalue
Implemented in MM_Structure.
|
pure virtual |
get the boolean value of argvalue
Implemented in MM_Structure.
|
pure virtual |
get the integer value of argvalue
Implemented in MM_Structure.
|
pure virtual |
get the integer value of argvalue
Implemented in MM_Structure.
|
pure virtual |
get the integer value of argvalue
Implemented in MM_Structure.
|
pure virtual |
get the integer value of argvalue
Implemented in MM_Structure.
|
pure virtual |
get the integer value of argvalue
Implemented in MM_Structure.
|
pure virtual |
|
pure virtual |
|
inlineinherited |
get the shared pointer of this class into p
Referenced by CORE_Map< Key, Value >::getSharedPointer(), CORE_Array< tFlag >::getSharedPointer(), LAP_ConstVector< lapack_real >::getSharedPointer(), STAT_Combinatorial< T >::getSharedPointer(), LAP_Vector< lapack_int >::getSharedPointer(), CORE_Vector< T >::getSharedPointer(), CORE_Matrix< T >::getSharedPointer(), and CORE_Object::printObjectsInMemory().
|
inlineinherited |
get the shared pointer of this class into p
get the string value of argvalue
Implemented in MM_Structure.
Referenced by getScalar().
|
inlinestaticinherited |
get type name
References tString.
|
pure virtual |
get the vector value of argvalue
isCopied | if true a new vector of size n is created if false no vector is created: value is a reference to a vector of size n. Note: isCopied may changed if it is false and the double vector can not be referenced |
Implemented in MM_Structure.
Referenced by getFullSymmetricMatrix(), getPackedSymmetricMatrix(), and getVector().
|
pure virtual |
get the vector value of argvalue
isCopied | if true a new vector of size n is created if false no vector is created: value is a reference to a vector of size n. Note: isCopied may changed if it is false and the double vector can not be referenced |
Implemented in MM_Structure.
|
pure virtual |
get the vector value of argvalue
isCopied | if true a new vector of size n is created if false no vector is created: value is a reference to a vector of size n. Note: isCopied may changed if it is false and the double vector can not be referenced |
Implemented in MM_Structure.
|
pure virtual |
get the vector value of argvalue
isCopied | if true a new vector of size n is created if false no vector is created: value is a reference to a vector of size n. Note: isCopied may changed if it is false and the double vector can not be referenced |
Implemented in MM_Structure.
|
pure virtual |
get the vector value of argvalue
isCopied | if true a new vector of size n is created if false no vector is created: value is a reference to a vector of size n. Note: isCopied may changed if it is false and the double vector can not be referenced |
Implemented in MM_Structure.
|
pure virtual |
get the vector value of argvalue
isCopied | if true a new vector of size n is created if false no vector is created: value is a reference to a vector of size n. Note: isCopied may changed if it is false and the double vector can not be referenced |
Implemented in MM_Structure.
|
pure virtual |
get the vector value of argvalue
isCopied | if true a new vector of size n is created if false no vector is created: value is a reference to a vector of size n. Note: isCopied may changed if it is false and the double vector can not be referenced |
Implemented in MM_Structure.
|
pure virtual |
get the vector value of argvalue
isCopied | if true a new vector of size n is created if false no vector is created: value is a reference to a vector of size n. Note: isCopied may changed if it is false and the double vector can not be referenced |
Implemented in MM_Structure.
|
pure virtual |
get the vector value of argvalue
isCopied | if true a new vector of size n is created if false no vector is created: value is a reference to a vector of size n. Note: isCopied may changed if it is false and the double vector can not be referenced |
Implemented in MM_Structure.
|
pure virtual |
get the vector value of argvalue
isCopied | if true a new vector of size n is created if false no vector is created: value is a reference to a vector of size n. Note: isCopied may changed if it is false and the double vector can not be referenced |
Implemented in MM_Structure.
get the string vector value of argvalue
Implemented in MM_Structure.
|
inlinevirtual |
get the int vector value of argvalue
References getVector(), null, and tBoolean.
|
inlinevirtual |
get the int vector value of argvalue
References getVector(), null, and tBoolean.
|
inlinevirtual |
get the int vector value of argvalue
References getVector(), null, and tBoolean.
|
inlinevirtual |
get the int vector value of argvalue
References getVector(), null, and tBoolean.
|
inlinevirtual |
get the int vector value of argvalue
References getVector(), null, and tBoolean.
|
inline |
get a 2D vector (or dynamical matrix with different row size)
References getField(), NewInstance(), null, CORE_Array2D< T >::setValues(), and tBoolean.
|
inline |
verify if the data of the class is a struct with fields names
Implemented in MM_Structure.
Referenced by getPrimitiveMap(), and loadAssociation().
verify the data of the class is a struct with fields
Implemented in MM_Structure.
|
inlinestaticinherited |
return true if the machine is a 32 bits machine
References CORE_Object::is64Architecture().
|
staticinherited |
return true if the machine is a 64 bits machine
Referenced by CORE_Object::is32Architecture().
|
inline |
return true if the array must be copied
Referenced by loadAssociation(), loadField(), and saveAssociation().
Implemented in MM_Structure.
|
pure virtual |
verify if the data of the class is a struct
Implemented in MM_Structure.
Implemented in MM_Structure.
|
pure virtual |
Implemented in MM_Structure.
Implemented in MM_Structure.
|
inlineinherited |
return true if the object is an instance of T
References null.
|
inlinevirtual |
References isChar(), isInt(), isLongInt(), isLongLongInt(), and isShortInt().
Implemented in MM_Structure.
Implemented in MM_Structure.
void UI_Class::loadAssociation | ( | const tString & | name, |
CORE_SharedPointersVMap< T, V > & | objects | ||
) | const |
References CORE_SharedPointersVMap< Key, Value >::clear(), getField(), getInterfaceType(), UI_Object::hasBeenLoaded(), hasField(), isArrayCopied(), UI_Object::loadFromUIClass(), NewInstance(), null, CORE_SharedPointersVMap< Key, Value >::put(), and UI_Object::setHasBeenLoaded().
SP::CORE_Object UI_Class::loadAssociation | ( | const tString & | name, |
const tBoolean & | isComposite | ||
) | const |
load the association Note that the factory class must be set to create the class If nit the return object is null.
References getField(), getInterfaceType(), UI_Object::hasBeenLoaded(), hasField(), isArrayCopied(), UI_Object::loadFromUIClass(), NewInstance(), null, UI_Object::setHasBeenLoaded(), and tString.
Referenced by loadAssociation(), MMSD_Cluster::loadFromUIClass(), and MMSD_Model::loadFromUIClass().
|
inline |
load the association Note that the factory class must be set to create the class If nit the return object is null.
References loadAssociation().
|
inline |
|
inline |
void UI_Class::loadAssociation | ( | const tString & | name, |
CORE_SharedPointersList< T > & | objs | ||
) | const |
load the association with multiple cardinality
References CORE_SharedPointersList< T >::add(), CORE_SharedPointersList< T >::clear(), getClassesListSize(), getClassFromList(), getInterfaceType(), UI_Object::hasBeenLoaded(), hasField(), isArrayCopied(), UI_Object::loadFromUIClass(), NewInstance(), null, UI_Object::setHasBeenLoaded(), and tString.
void UI_Class::loadAssociation | ( | const tString & | name, |
CORE_WeakPointersList< T > & | objs | ||
) | const |
load the association with multiple cardinality
References CORE_WeakPointersList< T >::add(), CORE_WeakPointersList< T >::clear(), getClassesListSize(), getClassFromList(), getInterfaceType(), hasField(), isArrayCopied(), NewInstance(), null, and UI_Object::setHasBeenLoaded().
void UI_Class::loadAssociation | ( | const tString & | name, |
CORE_SharedPointersVMap< K, V > & | objs | ||
) | const |
load the association with multiple cardinality
References getField(), and NewInstance().
Referenced by getPrimitiveMap(), getVersion(), loadField(), MATH_KeplerFunction::loadFromUIClass(), MATH_QuadraticPolynom::loadFromUIClass(), MATH_CubicPolynom::loadFromUIClass(), MATH_Equation::loadFromUIClass(), MATH_TranscendentEquation::loadFromUIClass(), MMSD_Law::loadFromUIClass(), MMSD_DataSet::loadFromUIClass(), MMSD_Cluster::loadFromUIClass(), and MMSD_Model::loadFromUIClass().
|
inline |
|
inline |
References isArrayCopied(), loadField(), null, CORE_Array< T >::setValues(), CORE_Array< T >::setValuesByReference(), and tBoolean.
|
inline |
|
inline |
|
inline |
References CORE_Vector< T >::getValues(), loadField(), and tBoolean.
|
inline |
References CORE_Map< Key, Value >::clear(), getField(), and NewInstance().
|
inline |
References getField(), and NewInstance().
Referenced by MMSD_Law::loadFromUIClass(), MMSD_DataSet::loadFromUIClass(), MMSD_Cluster::loadFromUIClass(), and loadFullMatrixField().
|
inline |
References getField(), and NewInstance().
Referenced by loadFullSymmetricMatrixField().
|
inline |
References getField(), and NewInstance().
Referenced by loadPackedSymmetricMatrixField().
|
inline |
References loadPackedSymmetricMatrixField(), and tBoolean.
|
pure virtual |
create a new instance of class
Implemented in MM_Structure.
Referenced by createFullMatrixField(), getVector2D(), loadAssociation(), loadField(), loadFullMatrixField(), loadFullSymmetricMatrixField(), loadPackedSymmetricMatrixField(), saveAssociation(), saveField(), saveFullMatrixField(), saveFullSymmetricMatrixField(), and savePackedSymmetricMatrixField().
|
staticinherited |
print on output
References null, and CORE_Object::print().
Referenced by CORE_Exception::CORE_Exception().
|
staticinherited |
return the string represantation of a pointer
References tString.
Referenced by CORE_Object::CORE_Object(), CORE_Object::getIdentityString(), CORE_Object::getPointerAddress(), and CORE_Object::~CORE_Object().
|
inlinevirtualinherited |
print the class
References CORE_Object::toString().
Referenced by CORE_Object::outputPrint(), CORE_Out::print(), CORE_Object::print(), CORE_Out::printInt(), CORE_Out::println(), CORE_Out::printReal(), CORE_Out::printString(), and CORE_Out::setAction().
|
inlinevirtualinherited |
print the class
References CORE_Object::print(), and CORE_Object::toString().
|
virtualinherited |
print the class
Reimplemented in CORE_Out.
References null, and CORE_Object::print().
|
virtualinherited |
References null.
|
virtualinherited |
References null.
|
inlinestaticinherited |
print the class
|
pure virtual |
print the message & quit
Implemented in MM_Structure.
|
pure virtual |
print the message on screen
Implemented in MM_Structure.
|
staticinherited |
print object in memory
References CORE_Object::getClassName(), CORE_Object::getSharedPointer(), and CORE_Object::mIsMemoryTesting.
Referenced by main().
void UI_Class::saveAssociation | ( | const tString & | name, |
const tBoolean & | isComposite, | ||
const CORE_Object * | obj | ||
) |
save the association with single cardinality
References CORE_Object::getIdentityString(), getInterfaceType(), isArrayCopied(), NewInstance(), null, UI_Object::saveToUIClass(), and setField().
Referenced by saveAssociation(), MMSD_Cluster::saveToUIClass(), and MMSD_Model::saveToUIClass().
|
inline |
save the association with single cardinality
References saveAssociation().
|
inline |
save the association with single cardiality
References saveAssociation().
|
inline |
save the association with single cardiality
References saveAssociation().
void UI_Class::saveAssociation | ( | const tString & | name, |
const CORE_SharedPointersList< T > & | obj | ||
) |
save the association with multiple cardinality
References createClassesList(), CORE_SharedPointersList< T >::get(), CORE_Object::getIdentityString(), getInterfaceType(), CORE_SharedPointersList< T >::getSize(), isArrayCopied(), NewInstance(), null, UI_Object::saveToUIClass(), setClassIntoList(), and tBoolean.
void UI_Class::saveAssociation | ( | const tString & | name, |
const CORE_WeakPointersList< T > & | obj | ||
) |
save the association with multiple cardinality
References createClassesList(), CORE_WeakPointersList< T >::get(), CORE_Object::getIdentityString(), getInterfaceType(), CORE_WeakPointersList< T >::getSize(), isArrayCopied(), NewInstance(), null, UI_Object::saveToUIClass(), setClassIntoList(), and tBoolean.
void UI_Class::saveAssociation | ( | const tString & | name, |
const CORE_SharedPointersVMap< T, V > & | objs | ||
) |
save the association with multiple cardinality
References CORE_SharedPointersVMap< Key, Value >::get(), CORE_Object::getIdentityString(), getInterfaceType(), CORE_SharedPointersVMap< Key, Value >::getKeys(), CORE_SharedPointersVMap< Key, Value >::getSize(), isArrayCopied(), NewInstance(), null, UI_Object::saveToUIClass(), setField(), tBoolean, and tString.
|
inline |
save class obj in the UI class structure
References createClass(), finalize(), CORE_Object::getIdentityString(), CORE_ClassFactory::New(), null, UI_Object::saveToUIClass(), and setFactory().
References NewInstance(), and setField().
Referenced by createPrimitiveMap(), createVector2D(), saveField(), MATH_KeplerFunction::saveToUIClass(), MATH_QuadraticPolynom::saveToUIClass(), MATH_CubicPolynom::saveToUIClass(), MATH_Equation::saveToUIClass(), MATH_TranscendentEquation::saveToUIClass(), MMSD_Law::saveToUIClass(), MMSD_DataSet::saveToUIClass(), MMSD_Cluster::saveToUIClass(), MMSD_Model::saveToUIClass(), and setVersion().
|
inline |
References CORE_Array< T >::getSize(), CORE_Array< T >::getValues(), saveField(), and tBoolean.
|
inline |
|
inline |
References CORE_Vector< T >::getValues(), and saveField().
|
inline |
References NewInstance(), setField(), and tBoolean.
Referenced by MMSD_Law::saveToUIClass(), MMSD_DataSet::saveToUIClass(), and MMSD_Cluster::saveToUIClass().
|
pure virtual |
set the index-th element of the classes list supposed to be composite or not depending on isComposite value
Implemented in MM_Structure.
Referenced by saveAssociation().
|
inline |
|
pure virtual |
set the field fieldName of the class
Implemented in MM_Structure.
Referenced by createClass(), createFullMatrixField(), saveAssociation(), saveField(), saveFullMatrixField(), saveFullSymmetricMatrixField(), savePackedSymmetricMatrixField(), and setField().
|
inlinevirtual |
set the field fieldName of the class
Reimplemented in MM_Structure.
References setField(), and tBoolean.
|
inline |
set the interface type
|
inline |
set if the arrays must be copied
|
inlinestaticinherited |
set output
|
inlineprotectedinherited |
set this weak shared pointer called toDoAfterThis setting method
References CORE_Object::toDoAfterThisSetting().
|
inlineprotectedvirtualinherited |
set the type of the object
Referenced by LAP_IntegerVector::LAP_IntegerVector(), MATH_BetaFunction::MATH_BetaFunction(), MATH_C1Function::MATH_C1Function(), MATH_DigammaFunction::MATH_DigammaFunction(), MATH_EigenFunction::MATH_EigenFunction(), MATH_Equation::MATH_Equation(), MATH_Function::MATH_Function(), MATH_GammaFunction::MATH_GammaFunction(), MATH_KeplerFunction::MATH_KeplerFunction(), MATH_LogGammaFunction::MATH_LogGammaFunction(), MATH_NewtonEquation::MATH_NewtonEquation(), MATH_StiefelFunction::MATH_StiefelFunction(), MATH_StiefelOptimizer::MATH_StiefelOptimizer(), MATH_TranscendentEquation::MATH_TranscendentEquation(), MATH_TrigammaFunction::MATH_TrigammaFunction(), MATH_ZeroEquation::MATH_ZeroEquation(), MATH_ZKeplerFunction::MATH_ZKeplerFunction(), MM_Attribute::MM_Attribute(), MM_Class::MM_Class(), MM_ClassFactory::MM_ClassFactory(), MM_Data::MM_Data(), MM_Structure::MM_Structure(), MMSD_ClassFactory::MMSD_ClassFactory(), MMSD_Cluster::MMSD_Cluster(), MMSD_ConstDoubleVector::MMSD_ConstDoubleVector(), MMSD_ConstraintGaussianCluster::MMSD_ConstraintGaussianCluster(), MMSD_ConstraintGaussianModel::MMSD_ConstraintGaussianModel(), MMSD_DataSet::MMSD_DataSet(), MMSD_DataSetClassFactory::MMSD_DataSetClassFactory(), MMSD_DoubleFullMatrix::MMSD_DoubleFullMatrix(), MMSD_DoubleSymmetricMatrix::MMSD_DoubleSymmetricMatrix(), MMSD_DoubleVector::MMSD_DoubleVector(), MMSD_FluryGautschiGaussianLaw::MMSD_FluryGautschiGaussianLaw(), MMSD_GaussianCluster::MMSD_GaussianCluster(), MMSD_GaussianFDFunction::MMSD_GaussianFDFunction(), MMSD_GaussianLaw::MMSD_GaussianLaw(), MMSD_GaussianModel::MMSD_GaussianModel(), MMSD_Law::MMSD_Law(), MMSD_Model::MMSD_Model(), MMSD_ModelClassFactory::MMSD_ModelClassFactory(), MMSD_Object::MMSD_Object(), MMSD_StiefelFunction::MMSD_StiefelFunction(), MMSD_StiefelGaussianLaw::MMSD_StiefelGaussianLaw(), STAT_BernoulliDistribution::STAT_BernoulliDistribution(), STAT_BinomialDistribution::STAT_BinomialDistribution(), STAT_Combinatorial< T >::STAT_Combinatorial(), STAT_DiracDistribution::STAT_DiracDistribution(), STAT_Distribution::STAT_Distribution(), STAT_ExponentialDistribution::STAT_ExponentialDistribution(), STAT_GammaDistribution::STAT_GammaDistribution(), STAT_GeometricDistribution::STAT_GeometricDistribution(), STAT_InverseNormalDistribution::STAT_InverseNormalDistribution(), STAT_NormalDistribution::STAT_NormalDistribution(), STAT_Object::STAT_Object(), STAT_PoissonDistribution::STAT_PoissonDistribution(), STAT_UniformDistribution::STAT_UniformDistribution(), and STAT_UniformLaplaceTransform::STAT_UniformLaplaceTransform().
|
inline |
|
inlineprotectedvirtualinherited |
method called after setThis() method this method can oly be called once.
Reimplemented in STAT_UniformLaplaceTransform.
Referenced by CORE_Object::setThis(), and STAT_UniformLaplaceTransform::toDoAfterThisSetting().
|
virtualinherited |
return the string representation of the object node
Reimplemented in MM_Attribute, MM_Structure, MMSD_DoubleSymmetricMatrix, CORE_Time, CORE_Vector< T >, CORE_Array< T >, CORE_Array< tString >, CORE_Array< int >, CORE_Array< tFlag >, MM_Class, MMSD_Model, LAP_DoubleMatrix, LAP_DoubleVector, CORE_Array2D< T >, MMSD_Cluster, MMSD_FluryGautschiGaussianLaw, CORE_Color, CORE_Matrix< T >, MMSD_DataSet, CORE_SharedPointersVMap< Key, Value >, CORE_SharedPointersVMap< tString, const CORE_Object >, CORE_SharedPointersVMap< tString, CORE_Object >, MATH_StiefelOptimizer, MMSD_Law, CORE_SharedPointersListVMap< Key, Value >, MATH_Equation, CORE_SharedPointersKVMap< Key, Value >, MATH_TranscendentEquation, MMSD_GaussianLaw, MMSD_GaussianCluster, MMSD_StiefelGaussianLaw, MATH_NewtonEquation, CORE_String, LAP_View, CORE_Integer, LAP_2DView, MMSD_StiefelFunction, CORE_Array3D< T >, MATH_CubicPolynom, MATH_QuadraticPolynom, MATH_ZeroEquation, MMSD_ConstraintGaussianCluster, CORE_Complex, CORE_Real, MATH_EigenFunction, and MATH_StiefelFunction.
References CORE_Object::getIdentityString().
Referenced by CORE_Object::print(), MM_ClassFactory::saveIntoFile(), CORE_SharedPointersKVMap< Key, Value >::toString(), CORE_SharedPointersListVMap< Key, Value >::toString(), MMSD_Law::toString(), CORE_SharedPointersVMap< Key, Value >::toString(), MMSD_Cluster::toString(), and MMSD_Model::toString().
|
staticinherited |
indicator to store all classes created and deleted only for debuging version
Referenced by CORE_Object::CORE_Object(), main(), CORE_Object::printObjectsInMemory(), and CORE_Object::~CORE_Object().