ITK  5.4.0
Insight 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 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
 

Member Typedef Documentation

◆ DoubleCallbackType

Definition at line 84 of file itkVTKImageExportBase.h.

◆ FloatCallbackType

Definition at line 85 of file itkVTKImageExportBase.h.

Constructor & Destructor Documentation

◆ CallbackTypeProxy()

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

Definition at line 90 of file itkVTKImageExportBase.h.

Member Function Documentation

◆ operator DoubleCallbackType()

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

Definition at line 86 of file itkVTKImageExportBase.h.

◆ operator FloatCallbackType()

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

Definition at line 89 of file itkVTKImageExportBase.h.

Member Data Documentation

◆ m_DoubleCallback

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

Definition at line 96 of file itkVTKImageExportBase.h.

◆ m_FloatCallback

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

Definition at line 97 of file itkVTKImageExportBase.h.


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