My Project
MatrixConstraintSolution Class Reference

The in-memory representation of the <MatrixConstraintSolution> element. More...

#include <OSResult.h>

Public Member Functions

 MatrixConstraintSolution ()
 The MatrixConstraintSolution class constructor.
 
 ~MatrixConstraintSolution ()
 The MatrixConstraintSolution class destructor.
 
bool IsEqual (MatrixConstraintSolution *that)
 A function to check for the equality of two objects.
 

Public Attributes

int numberOfOtherMatrixConstraintResults
 numberOfOtherMatrixConstraintResults gives the number of <other> children
 
OSMatrixWithMatrixConIdx ** matrixCon
 matrixCon is an array of pointers to the <matrixCon> children
 

Detailed Description

The in-memory representation of the <MatrixConstraintSolution> element.

Definition at line 2047 of file OSResult.h.

Constructor & Destructor Documentation

◆ MatrixConstraintSolution()

MatrixConstraintSolution::MatrixConstraintSolution ( )

The MatrixConstraintSolution class constructor.

Definition at line 1091 of file OSResult.cpp.

◆ ~MatrixConstraintSolution()

MatrixConstraintSolution::~MatrixConstraintSolution ( )

The MatrixConstraintSolution class destructor.

Definition at line 1101 of file OSResult.cpp.

Member Function Documentation

◆ IsEqual()

bool MatrixConstraintSolution::IsEqual ( MatrixConstraintSolution * that)

A function to check for the equality of two objects.

Member Data Documentation

◆ numberOfOtherMatrixConstraintResults

int MatrixConstraintSolution::numberOfOtherMatrixConstraintResults

numberOfOtherMatrixConstraintResults gives the number of <other> children

Definition at line 2051 of file OSResult.h.

◆ matrixCon

OSMatrixWithMatrixConIdx** MatrixConstraintSolution::matrixCon

matrixCon is an array of pointers to the <matrixCon> children

Definition at line 2054 of file OSResult.h.


The documentation for this class was generated from the following files: