#include <CeresEngine/Foundation/Constraint/ConstraintExpression.hpp>
◆ Term() [1/4]
◆ Term() [2/4]
◆ Term() [3/4]
| CeresEngine::Constraint::ConstraintExpression::Term::Term |
( |
const Term & |
| ) |
|
|
default |
◆ Term() [4/4]
| CeresEngine::Constraint::ConstraintExpression::Term::Term |
( |
Term && |
| ) |
|
|
defaultnoexcept |
◆ ~Term()
| CeresEngine::Constraint::ConstraintExpression::Term::~Term |
( |
| ) |
|
|
default |
◆ getCoefficient()
| double CeresEngine::Constraint::ConstraintExpression::Term::getCoefficient |
( |
| ) |
const |
|
inline |
◆ getValue()
| double CeresEngine::Constraint::ConstraintExpression::Term::getValue |
( |
| ) |
const |
|
inline |
Returns the variable value multiplied by the coefficient.
◆ getVariable()
◆ operator=() [1/2]
| Term & CeresEngine::Constraint::ConstraintExpression::Term::operator= |
( |
const Term & |
| ) |
|
|
default |
◆ operator=() [2/2]
| Term & CeresEngine::Constraint::ConstraintExpression::Term::operator= |
( |
Term && |
| ) |
|
|
defaultnoexcept |
◆ mCoefficient
| double CeresEngine::Constraint::ConstraintExpression::Term::mCoefficient |
|
private |
◆ mVariable
The documentation for this class was generated from the following file: