ARB
|
Public Member Functions | |
NoTuple () | |
~NoTuple () OVERRIDE | |
bool | is_defined () const OVERRIDE |
ShadedValue | clone () const OVERRIDE |
int | range_offset (const Phaser &) const OVERRIDE |
ShadedValue | reverse_mix (float, const LinearTuple &other) const OVERRIDE |
ShadedValue | reverse_mix (float, const PlanarTuple &other) const OVERRIDE |
ShadedValue | reverse_mix (float, const SpatialTuple &other) const OVERRIDE |
ShadedValue | mix (float, const ValueTuple &other) const OVERRIDE |
Public Member Functions inherited from ValueTuple | |
virtual | ~ValueTuple () |
virtual ShadedValue | reverse_mix (float, const class NoTuple &) const |
virtual ShadedValue | reverse_mix (float, const class LinearTuple &) const |
virtual ShadedValue | reverse_mix (float, const class PlanarTuple &) const |
virtual ShadedValue | reverse_mix (float, const class SpatialTuple &) const |
Additional Inherited Members | |
Public Types inherited from ValueTuple | |
typedef SmartPtr< ValueTuple > | ShadedValue |
Static Public Member Functions inherited from ValueTuple | |
static ShadedValue | undefined () |
static ShadedValue | make (float f) |
static ShadedValue | make (float f1, float f2) |
static ShadedValue | make (float f1, float f2, float f3) |
Definition at line 358 of file ValueTuple.cxx.
|
inline |
Definition at line 360 of file ValueTuple.cxx.
Referenced by clone().
|
inline |
Definition at line 361 of file ValueTuple.cxx.
|
inlinevirtual |
Implements ValueTuple.
Definition at line 363 of file ValueTuple.cxx.
|
inlinevirtual |
ShadedValue NoTuple::reverse_mix | ( | float | , |
const LinearTuple & | other | ||
) | const |
Definition at line 498 of file ValueTuple.cxx.
ShadedValue NoTuple::reverse_mix | ( | float | , |
const PlanarTuple & | other | ||
) | const |
Definition at line 499 of file ValueTuple.cxx.
ShadedValue NoTuple::reverse_mix | ( | float | , |
const SpatialTuple & | other | ||
) | const |
Definition at line 500 of file ValueTuple.cxx.
|
inlinevirtual |
Implements ValueTuple.
Definition at line 375 of file ValueTuple.cxx.