#include <rlencode.h>
Inheritance diagram for vlVolDataRLEncode:

Public Member Functions | |
| vlVolDataRLEncode () | |
| Default constructor. | |
| virtual | ~vlVolDataRLEncode () |
| Default destructor. | |
| vlVolData * | getLayout (const vlDataType &datatype, const vlDim &dim, const vlUnit &units) |
| Pointer to the layout. | |
| vlVolIterSuperBase * | getIter (vlVolume *vol) |
| Get an iterator object for the layout. | |
| vlVolIterSuperBase * | getConstIter (const vlVolume *vol) |
| Get a const iterator object for the layout. | |
| vlLayoutType | layoutType () const |
| Get the layout type supported by this plugin. | |
Protected Member Functions | |
| template<class DataType> vlVolData * | getLayoutT (DataType &dummy, const vlDim &dim, const vlUnit &units) |
| template<class DataType> vlVolIterSuperBase * | getIterT (DataType &dummy, vlVolume *vol) |
| template<class DataType> vlVolIterSuperBase * | getConstIterT (DataType &dummy, const vlVolume *vol) |
Definition at line 40 of file rlencode.h.
|
|
Definition at line 38 of file rlencode.cpp. References vlPluginInfo::addAuthor(), vlPlugin::infoRef(), vlPluginInfo::setCopyrightText(), vlPluginInfo::setName(), vlPluginInfo::setService(), and vlPluginInfo::setVersion(). |
|
|
Definition at line 51 of file rlencode.cpp. |
|
|
Implements vlVolDataLayoutPlugin. Definition at line 86 of file rlencode.cpp. References callFunctionOnDataType, vlVolume::dataType(), and getConstIterT(). |
|
||||||||||||||||
|
Definition at line 102 of file rlencode.cpp. Referenced by getConstIter(). |
|
|
Implements vlVolDataLayoutPlugin. Definition at line 79 of file rlencode.cpp. References callFunctionOnDataType, vlVolume::dataType(), and getIterT(). |
|
||||||||||||||||
|
Definition at line 94 of file rlencode.cpp. Referenced by getIter(). |
|
||||||||||||||||
|
Implements vlVolDataLayoutPlugin. Definition at line 60 of file rlencode.cpp. References callFunctionOnDataType, and getLayoutT(). |
|
||||||||||||||||||||
|
Definition at line 70 of file rlencode.cpp. Referenced by getLayout(). |
|
|
Implements vlVolDataLayoutPlugin. Definition at line 55 of file rlencode.cpp. References vlLayoutType. |
1.3.3