![]() |
VR-Forces 4.10 Class Documentation
|
non virtual container class for defining a blending equation More...
Public Member Functions | |
| DtIndirectBlendEquation () | |
| ctor (default to ADD) More... | |
| DtIndirectBlendEquation (DtIndirectBlendEquationMode mode) | |
| ctor More... | |
| DtIndirectBlendEquation (const DtIndirectBlendEquation &other) | |
| copy constructor More... | |
| DtIndirectBlendEquation & | operator= (const DtIndirectBlendEquation &other) |
| assignment operator More... | |
| ~DtIndirectBlendEquation () | |
| destructor - non virtual since this is a container class that should not be derived from More... | |
| const DtIndirectBlendEquationMode & | mode (void) const |
| the equation More... | |
| void | apply (void) const |
| apply the equation More... | |
Protected Attributes | |
| DtIndirectBlendEquationMode | myMode |
non virtual container class for defining a blending equation
| makVrv::DtIndirectBlendEquation::DtIndirectBlendEquation | ( | ) |
ctor (default to ADD)
| makVrv::DtIndirectBlendEquation::DtIndirectBlendEquation | ( | DtIndirectBlendEquationMode | mode | ) |
ctor
| makVrv::DtIndirectBlendEquation::DtIndirectBlendEquation | ( | const DtIndirectBlendEquation & | other | ) |
copy constructor
| makVrv::DtIndirectBlendEquation::~DtIndirectBlendEquation | ( | ) |
destructor - non virtual since this is a container class that should not be derived from
| DtIndirectBlendEquation& makVrv::DtIndirectBlendEquation::operator= | ( | const DtIndirectBlendEquation & | other | ) |
assignment operator
| const DtIndirectBlendEquationMode& makVrv::DtIndirectBlendEquation::mode | ( | void | ) | const |
the equation
| void makVrv::DtIndirectBlendEquation::apply | ( | void | ) | const |
apply the equation
|
protected |