The in-memory representation of the <MatrixConstraintSolution> element. More...
#include <OSResult.h>
Public Member Functions | |
MatrixConstraintSolution () | |
The MatrixConstraintSolution class constructor. More... | |
~MatrixConstraintSolution () | |
The MatrixConstraintSolution class destructor. More... | |
bool | IsEqual (MatrixConstraintSolution *that) |
A function to check for the equality of two objects. More... | |
Public Attributes | |
int | numberOfOtherMatrixConstraintResults |
numberOfOtherMatrixConstraintResults gives the number of <other> children More... | |
OSMatrixWithMatrixConIdx ** | matrixCon |
matrixCon is an array of pointers to the <matrixCon> children More... | |
The in-memory representation of the <MatrixConstraintSolution> element.
Definition at line 2047 of file OSResult.h.
MatrixConstraintSolution::MatrixConstraintSolution | ( | ) |
The MatrixConstraintSolution class constructor.
Definition at line 1091 of file OSResult.cpp.
MatrixConstraintSolution::~MatrixConstraintSolution | ( | ) |
The MatrixConstraintSolution class destructor.
Definition at line 1101 of file OSResult.cpp.
bool MatrixConstraintSolution::IsEqual | ( | MatrixConstraintSolution * | that | ) |
A function to check for the equality of two objects.
int MatrixConstraintSolution::numberOfOtherMatrixConstraintResults |
numberOfOtherMatrixConstraintResults gives the number of <other> children
Definition at line 2051 of file OSResult.h.
OSMatrixWithMatrixConIdx** MatrixConstraintSolution::matrixCon |
matrixCon is an array of pointers to the <matrixCon> children
Definition at line 2054 of file OSResult.h.