ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkVTKImageExportBase.h>
Provide compatibility between VTK 4.4 and earlier versions.
Definition at line 77 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 80 of file itkVTKImageExportBase.h.
using itk::VTKImageExportBase::CallbackTypeProxy::FloatCallbackType = float *(*)(void *) |
Definition at line 81 of file itkVTKImageExportBase.h.
|
inline |
Definition at line 91 of file itkVTKImageExportBase.h.
|
inline |
Definition at line 82 of file itkVTKImageExportBase.h.
|
inline |
Definition at line 87 of file itkVTKImageExportBase.h.
|
private |
Definition at line 95 of file itkVTKImageExportBase.h.
|
private |
Definition at line 96 of file itkVTKImageExportBase.h.