ITK
6.0.0
Insight Toolkit
|
#include <itkVTKImageExportBase.h>
Provide compatibility between VTK 4.4 and earlier versions.
Definition at line 81 of file itkVTKImageExportBase.h.
Public Types | |
using | DoubleCallbackType = double *(*)(void *) |
using | FloatCallbackType = float *(*)(void *) |
Public Member Functions | |
CallbackTypeProxy (DoubleCallbackType d, FloatCallbackType f) | |
operator DoubleCallbackType () | |
operator FloatCallbackType () | |
Private Attributes | |
DoubleCallbackType | m_DoubleCallback |
FloatCallbackType | m_FloatCallback |
using itk::VTKImageExportBase::CallbackTypeProxy::DoubleCallbackType = double * (*)(void *) |
Definition at line 84 of file itkVTKImageExportBase.h.
using itk::VTKImageExportBase::CallbackTypeProxy::FloatCallbackType = float * (*)(void *) |
Definition at line 85 of file itkVTKImageExportBase.h.
|
inline |
Definition at line 90 of file itkVTKImageExportBase.h.
|
inline |
Definition at line 86 of file itkVTKImageExportBase.h.
|
inline |
Definition at line 89 of file itkVTKImageExportBase.h.
|
private |
Definition at line 96 of file itkVTKImageExportBase.h.
|
private |
Definition at line 97 of file itkVTKImageExportBase.h.