ITK  4.8.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 75 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
 

Member Typedef Documentation

typedef double*( * itk::VTKImageExportBase::CallbackTypeProxy::DoubleCallbackType)(void *)

Definition at line 78 of file itkVTKImageExportBase.h.

typedef float*( * itk::VTKImageExportBase::CallbackTypeProxy::FloatCallbackType)(void *)

Definition at line 79 of file itkVTKImageExportBase.h.

Constructor & Destructor Documentation

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

Definition at line 89 of file itkVTKImageExportBase.h.

Member Function Documentation

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

Definition at line 80 of file itkVTKImageExportBase.h.

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

Definition at line 85 of file itkVTKImageExportBase.h.

Member Data Documentation

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

Definition at line 93 of file itkVTKImageExportBase.h.

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

Definition at line 94 of file itkVTKImageExportBase.h.


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