#include <rgoffsets.h>
Inheritance diagram for vlRegionGrowOffsetFinder:

Public Member Functions | |
| vlRegionGrowOffsetFinder () | |
| Default constructor. | |
| virtual | ~vlRegionGrowOffsetFinder () |
| Default destructor. | |
| void | init () |
| This function is called after execution of setVolume(). | |
| bool | run () |
| Run the vol processor. | |
Protected Member Functions | |
| bool | regionGrowOffsets () |
Definition at line 20 of file rgoffsets.h.
|
|
Definition at line 21 of file rgoffsets.cpp. References vlVarListAdmin::add(), vlPluginInfo::addAuthor(), vlVolProcessor::configRef(), vlPlugin::infoRef(), vlPluginInfo::setCopyrightText(), vlPluginInfo::setName(), vlPluginInfo::setService(), vlPluginInfo::setVersion(), uint16, and uint64. |
|
|
Definition at line 42 of file rgoffsets.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 48 of file rgoffsets.cpp. |
|
|
|
Implements vlVolProcessor. Definition at line 54 of file rgoffsets.cpp. References regionGrowOffsets(). |
1.3.3