#include <nmrSingleVariablePowerBasis.h>
Collaboration diagram for nmrSingleVariablePowerBasis:

Definition at line 43 of file nmrSingleVariablePowerBasis.h.
| void nmrSingleVariablePowerBasis::Initialize | ( | PowerType | degree | ) | [inline] |
This function initializes the variable to zero and the degree to the given value. It is to be called during events such as serialization.
Definition at line 63 of file nmrSingleVariablePowerBasis.h.
| PowerType nmrSingleVariablePowerBasis::GetDegree | ( | ) | const [inline] |
Return the maximal degree of the variable in this power sequence
Definition at line 71 of file nmrSingleVariablePowerBasis.h.
| VariableType nmrSingleVariablePowerBasis::GetVariable | ( | ) | const [inline] |
Return the current value of the variable.
Definition at line 77 of file nmrSingleVariablePowerBasis.h.
| VariableType nmrSingleVariablePowerBasis::GetVariablePower | ( | PowerType | power | ) | const [inline] |
Return a pre-computed power of the variable (assert limits)
Definition at line 83 of file nmrSingleVariablePowerBasis.h.
| VariableType nmrSingleVariablePowerBasis::operator[] | ( | PowerType | power | ) | const [inline] |
Return a pre-computed power of the variable
Definition at line 90 of file nmrSingleVariablePowerBasis.h.
| void nmrSingleVariablePowerBasis::SetVariable | ( | VariableType | variable | ) |
Set the value of the variable and the rest of the power sequence