#include <irregulardata.h>
Public Member Functions | |
IrregularDataFloatTexture (const T &v) | |
virtual | ~IrregularDataFloatTexture () |
virtual T | Evaluate (const TsPack *tspack, const DifferentialGeometry &) const |
Private Attributes | |
T | value |
Definition at line 34 of file irregulardata.h.
lux::IrregularDataFloatTexture< T >::IrregularDataFloatTexture | ( | const T & | v | ) | [inline] |
Definition at line 37 of file irregulardata.h.
References lux::IrregularDataFloatTexture< T >::value.
virtual lux::IrregularDataFloatTexture< T >::~IrregularDataFloatTexture | ( | ) | [inline, virtual] |
Definition at line 38 of file irregulardata.h.
virtual T lux::IrregularDataFloatTexture< T >::Evaluate | ( | const TsPack * | tspack, | |
const DifferentialGeometry & | ||||
) | const [inline, virtual] |
Implements lux::Texture< T >.
Definition at line 39 of file irregulardata.h.
References lux::IrregularDataFloatTexture< T >::value.
T lux::IrregularDataFloatTexture< T >::value [private] |
Definition at line 43 of file irregulardata.h.
Referenced by lux::IrregularDataFloatTexture< T >::Evaluate(), and lux::IrregularDataFloatTexture< T >::IrregularDataFloatTexture().