ARB
Public Member Functions | List of all members
NoTuple Class Reference
Inheritance diagram for NoTuple:
Inheritance graph
[legend]
Collaboration diagram for NoTuple:
Collaboration graph
[legend]

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< ValueTupleShadedValue
 
- 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)
 

Detailed Description

Definition at line 358 of file ValueTuple.cxx.

Constructor & Destructor Documentation

NoTuple::NoTuple ( )
inline

Definition at line 360 of file ValueTuple.cxx.

Referenced by clone().

NoTuple::~NoTuple ( )
inline

Definition at line 361 of file ValueTuple.cxx.

Member Function Documentation

bool NoTuple::is_defined ( ) const
inlinevirtual

Implements ValueTuple.

Definition at line 363 of file ValueTuple.cxx.

ShadedValue NoTuple::clone ( ) const
inlinevirtual

Implements ValueTuple.

Definition at line 364 of file ValueTuple.cxx.

References NoTuple().

int NoTuple::range_offset ( const Phaser ) const
inlinevirtual

Implements ValueTuple.

Definition at line 365 of file ValueTuple.cxx.

References is_assert.

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.

ShadedValue NoTuple::mix ( float  ,
const ValueTuple other 
) const
inlinevirtual

Implements ValueTuple.

Definition at line 375 of file ValueTuple.cxx.


The documentation for this class was generated from the following file: