#include <mlITKSupport.h>

Public Types | |
| typedef FILTER_TYPE::Pointer | ItkObjPtrType |
| The type of the pointer to the itk object. | |
Public Member Functions | |
| TypedObjectHolderT () | |
| Construction and storing of the itk object managed by the smart pointer. | |
| ItkObjPtrType | ptr () |
| Returns the smart pointer to the itk object. | |
Protected Attributes | |
| ItkObjPtrType | _typedFilterSmartPtr |
| The typed version of the itk object as smart pointer. | |
Definition at line 225 of file mlITKSupport.h.
| typedef FILTER_TYPE::Pointer TypedObjectHolderT< FILTER_TYPE >::ItkObjPtrType |
| TypedObjectHolderT< FILTER_TYPE >::TypedObjectHolderT | ( | ) | [inline] |
Construction and storing of the itk object managed by the smart pointer.
| ItkObjPtrType TypedObjectHolderT< FILTER_TYPE >::ptr | ( | ) | [inline] |
Returns the smart pointer to the itk object.
Definition at line 239 of file mlITKSupport.h.
References TypedObjectHolderT< FILTER_TYPE >::_typedFilterSmartPtr.
ItkObjPtrType TypedObjectHolderT< FILTER_TYPE >::_typedFilterSmartPtr [protected] |
The typed version of the itk object as smart pointer.
Definition at line 244 of file mlITKSupport.h.
Referenced by TypedObjectHolderT< FILTER_TYPE >::ptr().
1.5.8