#include <diskraw.h>
Inheritance diagram for vlVolDataDiskRawPlugin:

Public Member Functions | |
| vlVolDataDiskRawPlugin () | |
| Default constructor. | |
| virtual | ~vlVolDataDiskRawPlugin () |
| 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 42 of file diskraw.h.
|
|
Definition at line 39 of file diskraw.cpp. References vlPluginInfo::addAuthor(), vlPlugin::infoRef(), vlPluginInfo::setCopyrightText(), vlPluginInfo::setName(), vlPluginInfo::setService(), and vlPluginInfo::setVersion(). |
|
|
Definition at line 52 of file diskraw.cpp. |
|
|
Implements vlVolDataLayoutPlugin. Definition at line 87 of file diskraw.cpp. References callFunctionOnDataType, vlVolume::dataType(), and getConstIterT(). |
|
||||||||||||||||
|
Definition at line 104 of file diskraw.cpp. Referenced by getConstIter(). |
|
|
Implements vlVolDataLayoutPlugin. Definition at line 80 of file diskraw.cpp. References callFunctionOnDataType, vlVolume::dataType(), and getIterT(). |
|
||||||||||||||||
|
Definition at line 95 of file diskraw.cpp. Referenced by getIter(). |
|
||||||||||||||||
|
Implements vlVolDataLayoutPlugin. Definition at line 61 of file diskraw.cpp. References callFunctionOnDataType, and getLayoutT(). |
|
||||||||||||||||||||
|
Definition at line 71 of file diskraw.cpp. Referenced by getLayout(). |
|
|
Implements vlVolDataLayoutPlugin. Definition at line 56 of file diskraw.cpp. References vlLayoutType. |
1.3.3