this class extends OSMatrix for use, e.g., in the matrixCon section of OSoL and OSrL More...
#include <OSMatrix.h>


Public Member Functions | |
| OSMatrixWithMatrixConIdx () | |
| ---------- Methods for class OSMatrixWithMatrixConIdx ---------- | |
| ~OSMatrixWithMatrixConIdx () | |
| virtual std::string | getMatrixNodeInXML () |
| virtual OSMatrixWithMatrixConIdx * | cloneMatrixNode () |
| The implementation of the virtual functions. | |
| bool | IsEqual (OSMatrixWithMatrixConIdx *that) |
| A function to check for the equality of two objects. | |
| bool | setRandom (double density, bool conformant, int iMin, int iMax) |
| A function to make a random instance of this class. | |
| bool | deepCopyFrom (OSMatrixWithMatrixConIdx *that) |
| A function to make a deep copy of an instance of this class. | |
Public Attributes | |
| int | matrixConIdx |
this class extends OSMatrix for use, e.g., in the matrixCon section of OSoL and OSrL
Definition at line 2445 of file OSMatrix.h.
| OSMatrixWithMatrixConIdx::OSMatrixWithMatrixConIdx | ( | ) |
---------- Methods for class OSMatrixWithMatrixConIdx ----------
Definition at line 3859 of file OSMatrix.cpp.
| OSMatrixWithMatrixConIdx::~OSMatrixWithMatrixConIdx | ( | ) |
Definition at line 3868 of file OSMatrix.cpp.
| std::string OSMatrixWithMatrixConIdx::getMatrixNodeInXML | ( | ) | [virtual] |
The following method writes a matrix node in OSgL format. it is used by OSgLWriter to write a <matrix> element.
Reimplemented from OSMatrix.
Definition at line 3875 of file OSMatrix.cpp.
| OSMatrix * OSMatrixWithMatrixConIdx::cloneMatrixNode | ( | ) | [virtual] |
The implementation of the virtual functions.
Reimplemented from OSMatrix.
Definition at line 3901 of file OSMatrix.cpp.
| bool OSMatrixWithMatrixConIdx::IsEqual | ( | OSMatrixWithMatrixConIdx * | that | ) | [virtual] |
A function to check for the equality of two objects.
Reimplemented from OSMatrix.
| bool OSMatrixWithMatrixConIdx::setRandom | ( | double | density, | |
| bool | conformant, | |||
| int | iMin, | |||
| int | iMax | |||
| ) |
A function to make a random instance of this class.
| density,: | corresponds to the probability that a particular child element is created | |
| conformant,: | if true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children) | |
| iMin,: | lowest index value (inclusive) that a variable reference in this matrix can take | |
| iMax,: | greatest index value (inclusive) that a variable reference in this matrix can take |
Reimplemented from OSMatrix.
| bool OSMatrixWithMatrixConIdx::deepCopyFrom | ( | OSMatrixWithMatrixConIdx * | that | ) |
A function to make a deep copy of an instance of this class.
| that,: | the instance from which information is to be copied |
Reimplemented from OSMatrix.
Definition at line 2448 of file OSMatrix.h.
1.6.1