ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkVTKImageExportBase.h>
Provide compatibility between VTK 4.4 and earlier versions.
Definition at line 74 of file 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 |
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.
|
inline |
Definition at line 88 of file itkVTKImageExportBase.h.
|
inline |
Definition at line 79 of file itkVTKImageExportBase.h.
|
inline |
Definition at line 84 of file itkVTKImageExportBase.h.
|
private |
Definition at line 92 of file itkVTKImageExportBase.h.
|
private |
Definition at line 93 of file itkVTKImageExportBase.h.