ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Attributes | List of all members
itk::VTKImageExportBase::CallbackTypeProxy Class Reference

#include <itkVTKImageExportBase.h>

Detailed Description

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
 

Member Typedef Documentation

Definition at line 80 of file itkVTKImageExportBase.h.

Definition at line 81 of file itkVTKImageExportBase.h.

Constructor & Destructor Documentation

itk::VTKImageExportBase::CallbackTypeProxy::CallbackTypeProxy ( DoubleCallbackType  d,
FloatCallbackType  f 
)
inline

Definition at line 91 of file itkVTKImageExportBase.h.

Member Function Documentation

itk::VTKImageExportBase::CallbackTypeProxy::operator DoubleCallbackType ( )
inline

Definition at line 82 of file itkVTKImageExportBase.h.

itk::VTKImageExportBase::CallbackTypeProxy::operator FloatCallbackType ( )
inline

Definition at line 87 of file itkVTKImageExportBase.h.

Member Data Documentation

DoubleCallbackType itk::VTKImageExportBase::CallbackTypeProxy::m_DoubleCallback
private

Definition at line 95 of file itkVTKImageExportBase.h.

FloatCallbackType itk::VTKImageExportBase::CallbackTypeProxy::m_FloatCallback
private

Definition at line 96 of file itkVTKImageExportBase.h.


The documentation for this class was generated from the following file: