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 386 of file OSInstance.h.
QuadraticCoefficients::QuadraticCoefficients | ( | ) |
The QuadraticCoefficients class constructor.
Definition at line 665 of file OSInstance.cpp.
QuadraticCoefficients::~QuadraticCoefficients | ( | ) |
The QuadraticCoefficients class destructor.
Definition at line 675 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 6150 of file OSInstance.cpp.
numberOfQuadraticTerms is the number of quadratic terms in the <quadraticCoefficients> element.
Definition at line 399 of file OSInstance.h.
qTerm is a pointer to an array of QuadraticTerm object pointers
Definition at line 403 of file OSInstance.h.