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. | |
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 364 of file OSInstance.h.
| QuadraticCoefficients::QuadraticCoefficients | ( | ) |
The QuadraticCoefficients class constructor.
| QuadraticCoefficients::~QuadraticCoefficients | ( | ) |
The QuadraticCoefficients class destructor.
numberOfQuadraticTerms is the number of quadratic terms in the <quadraticCoefficients> element.
Definition at line 376 of file OSInstance.h.
qTerm is a pointer to an array of QuadraticTerm object pointers
Definition at line 380 of file OSInstance.h.
1.6.1