#include <vlvoldata_linear_plugin.h>
Inheritance diagram for vlVolDataLinear:

Public Member Functions | |
| vlVolDataLinear () | |
| Default constructor. | |
| virtual | ~vlVolDataLinear () |
| 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 41 of file vlvoldata_linear_plugin.h.
|
|
Definition at line 55 of file vlvoldata_linear_plugin.cpp. References vlPluginInfo::addAuthor(), vlPlugin::infoRef(), vlPluginInfo::setCopyrightText(), vlPluginInfo::setName(), vlPluginInfo::setService(), and vlPluginInfo::setVersion(). |
|
|
Definition at line 68 of file vlvoldata_linear_plugin.cpp. |
|
|
Implements vlVolDataLayoutPlugin. Definition at line 101 of file vlvoldata_linear_plugin.cpp. References callFunctionOnDataType, vlVolume::dataType(), and getConstIterT(). |
|
||||||||||||||||
|
Definition at line 117 of file vlvoldata_linear_plugin.cpp. Referenced by getConstIter(). |
|
|
Implements vlVolDataLayoutPlugin. Definition at line 94 of file vlvoldata_linear_plugin.cpp. References callFunctionOnDataType, vlVolume::dataType(), and getIterT(). |
|
||||||||||||||||
|
Definition at line 109 of file vlvoldata_linear_plugin.cpp. Referenced by getIter(). |
|
||||||||||||||||
|
Implements vlVolDataLayoutPlugin. Definition at line 78 of file vlvoldata_linear_plugin.cpp. References callFunctionOnDataType, and getLayoutT(). |
|
||||||||||||||||||||
|
Definition at line 87 of file vlvoldata_linear_plugin.cpp. Referenced by getLayout(). |
|
|
Implements vlVolDataLayoutPlugin. Definition at line 72 of file vlvoldata_linear_plugin.cpp. References vlLayout::Linear, and vlLayoutType. |
1.3.3