Public Member Functions | Public Attributes | List of all members
MatrixConstraintSolution Class Reference

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

#include <OSResult.h>

Collaboration diagram for MatrixConstraintSolution:
Collaboration graph
[legend]

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...
 

Detailed Description

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

Definition at line 2047 of file OSResult.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

bool MatrixConstraintSolution::IsEqual ( MatrixConstraintSolution that)

A function to check for the equality of two objects.

Member Data Documentation

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.


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