The in-memory representation of the <quadraticCoefficients> element. More...
#include <OSInstance.h>

Public Member Functions | |
| QuadraticCoefficients () | |
| The QuadraticCoefficients class constructor. | |
| ~QuadraticCoefficients () | |
| The QuadraticCoefficients class destructor. | |
| bool | IsEqual (QuadraticCoefficients *that) |
| A function to check for the equality of two objects. | |
| QuadraticCoefficients () | |
| The QuadraticCoefficients class constructor. | |
| ~QuadraticCoefficients () | |
| The QuadraticCoefficients class destructor. | |
Public Attributes | |
| int | numberOfQuadraticTerms |
| numberOfQuadraticTerms is the number of quadratic terms in the <quadraticCoefficients> element. | |
| QuadraticTerm ** | qTerm |
| qTerm is a pointer to an array of QuadraticTerm object pointers | |
The in-memory representation of the <quadraticCoefficients> element.
Definition at line 416 of file OSInstance.h.
| QuadraticCoefficients::QuadraticCoefficients | ( | ) |
The QuadraticCoefficients class constructor.
Definition at line 672 of file OSInstance.cpp.
| QuadraticCoefficients::~QuadraticCoefficients | ( | ) |
The QuadraticCoefficients class destructor.
Definition at line 682 of file OSInstance.cpp.
| 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.
Definition at line 5992 of file OSInstance.cpp.
numberOfQuadraticTerms is the number of quadratic terms in the <quadraticCoefficients> element.
Definition at line 429 of file OSInstance.h.
qTerm is a pointer to an array of QuadraticTerm object pointers
Definition at line 433 of file OSInstance.h.
1.6.1