ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkVTKImageExportBase.h>
Public Types | |
typedef double *(* | DoubleCallbackType )(void *) |
typedef float *(* | FloatCallbackType )(void *) |
Public Member Functions | |
CallbackTypeProxy (DoubleCallbackType d, FloatCallbackType f) | |
operator DoubleCallbackType () | |
operator FloatCallbackType () | |
Private Attributes | |
DoubleCallbackType | m_DoubleCallback |
FloatCallbackType | m_FloatCallback |
Provide compatibility between VTK 4.4 and earlier versions.
Definition at line 74 of file itkVTKImageExportBase.h.
typedef double*( * itk::VTKImageExportBase::CallbackTypeProxy::DoubleCallbackType)(void *) |
Definition at line 77 of file itkVTKImageExportBase.h.
typedef float*( * itk::VTKImageExportBase::CallbackTypeProxy::FloatCallbackType)(void *) |
Definition at line 78 of file itkVTKImageExportBase.h.
itk::VTKImageExportBase::CallbackTypeProxy::CallbackTypeProxy | ( | DoubleCallbackType | d, |
FloatCallbackType | f | ||
) | [inline] |
Definition at line 88 of file itkVTKImageExportBase.h.
itk::VTKImageExportBase::CallbackTypeProxy::operator DoubleCallbackType | ( | ) | [inline] |
Definition at line 79 of file itkVTKImageExportBase.h.
itk::VTKImageExportBase::CallbackTypeProxy::operator FloatCallbackType | ( | ) | [inline] |
Definition at line 84 of file itkVTKImageExportBase.h.
Definition at line 91 of file itkVTKImageExportBase.h.
Definition at line 92 of file itkVTKImageExportBase.h.