|
OS
2.10.1
|
The in-memory representation of the <quadraticCoefficients> element. More...
#include <OSInstance.h>
Collaboration diagram for QuadraticCoefficients:Public Member Functions | |
| QuadraticCoefficients () | |
| The QuadraticCoefficients class constructor. More... | |
| ~QuadraticCoefficients () | |
| The QuadraticCoefficients class destructor. More... | |
| bool | IsEqual (QuadraticCoefficients *that) |
| A function to check for the equality of two objects. More... | |
Public Attributes | |
| int | numberOfQuadraticTerms |
| numberOfQuadraticTerms is the number of quadratic terms in the <quadraticCoefficients> element. More... | |
| QuadraticTerm ** | qTerm |
| qTerm is a pointer to an array of QuadraticTerm object pointers More... | |
The in-memory representation of the <quadraticCoefficients> element.
Definition at line 380 of file OSInstance.h.
| QuadraticCoefficients::QuadraticCoefficients | ( | ) |
The QuadraticCoefficients class constructor.
| QuadraticCoefficients::~QuadraticCoefficients | ( | ) |
The QuadraticCoefficients class destructor.
| bool QuadraticCoefficients::IsEqual | ( | QuadraticCoefficients * | that | ) |
A function to check for the equality of two objects.
| int QuadraticCoefficients::numberOfQuadraticTerms |
numberOfQuadraticTerms is the number of quadratic terms in the <quadraticCoefficients> element.
Definition at line 393 of file OSInstance.h.
| QuadraticTerm** QuadraticCoefficients::qTerm |
qTerm is a pointer to an array of QuadraticTerm object pointers
Definition at line 397 of file OSInstance.h.
1.8.11