#include <mlITKSupport.h>

Public Member Functions | |
| TypedObjectHolderBase () | |
| Constructor for the itk object's base information. | |
| virtual | ~TypedObjectHolderBase () |
| Virtual destructor implicitly destroying the typed object in the derived class. | |
| void * | voidFilterPtr () |
| Access method to access the filter as a void pointer. | |
Protected Attributes | |
| void * | _m_Filter |
Definition at line 202 of file mlITKSupport.h.
| TypedObjectHolderBase::TypedObjectHolderBase | ( | ) | [inline] |
| virtual TypedObjectHolderBase::~TypedObjectHolderBase | ( | ) | [inline, virtual] |
Virtual destructor implicitly destroying the typed object in the derived class.
Definition at line 209 of file mlITKSupport.h.
| void* TypedObjectHolderBase::voidFilterPtr | ( | ) | [inline] |
Access method to access the filter as a void pointer.
Definition at line 212 of file mlITKSupport.h.
References _m_Filter.
void* TypedObjectHolderBase::_m_Filter [protected] |
Void pointer to the typed instance of the itk algorithm which is created
dependent on the type and dimension of the image data to be processed.
_m_Dimension and _m_PixelType specify its dimension and type.
Definition at line 218 of file mlITKSupport.h.
Referenced by voidFilterPtr().
1.5.8