#include <sobel.h>
Inheritance diagram for vlVolProcessorSobel:

Public Member Functions | |
| vlVolProcessorSobel () | |
| Default constructor. | |
| virtual | ~vlVolProcessorSobel () |
| Default destructor. | |
| void | init () |
| This function is called after execution of setVolume(). | |
| bool | run () |
Protected Member Functions | |
| template<class DataType> bool | runT (DataType &dummy) |
Protected Attributes | |
| vlVolume * | m_cdVolume |
Definition at line 41 of file volprocessing/sobel/sobel.h.
|
|
Definition at line 43 of file volprocessing/sobel/sobel.cpp. References vlPlugin::infoRef(), vlPluginInfo::setName(), vlPluginInfo::setService(), and vlPluginInfo::setVersion(). |
|
|
Definition at line 53 of file volprocessing/sobel/sobel.cpp. |
|
|
If the volume argument is not valid, then init() is not called. Implement this function if you need to do any initialization before the user calls run. For e.g., this is the right place to add config parameters which are volume type dependent. Reimplemented from vlVolProcessor. Definition at line 58 of file volprocessing/sobel/sobel.cpp. References vlVarListAdmin::clear(), and vlVolProcessor::configRef(). |
|
|
add the result Implements vlVolProcessor. Definition at line 64 of file volprocessing/sobel/sobel.cpp. References vlVarListAdmin::add(), callFunctionOnDataTypeNoArgs, Float, vlVolume::isValid(), m_cdVolume, vlVolProcessor::resultsRef(), runT(), and vlVolProcessor::vol(). |
|
||||||||||
|
|
Definition at line 59 of file volprocessing/sobel/sobel.h. |
1.3.3