![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
TFLookupTable (size_t size=1024) | |
TFLookupTable (const TFLookupTable &)=delete | |
TFLookupTable (TFLookupTable &&) noexcept=default | |
TFLookupTable & | operator= (const TFLookupTable &)=delete |
TFLookupTable & | operator= (TFLookupTable &&) noexcept=default |
void | setSize (size_t size) |
size_t | getSize () const |
void | calculate (const TransferFunction &tf) |
template<typename T> | |
const T * | getRepresentation () const |