ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Attributes
itk::VTKImageExportBase::CallbackTypeProxy Class Reference

#include <itkVTKImageExportBase.h>

List of all members.

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

Detailed Description

Provide compatibility between VTK 4.4 and earlier versions.

Definition at line 74 of file itkVTKImageExportBase.h.


Member Typedef Documentation

Definition at line 77 of file itkVTKImageExportBase.h.

Definition at line 78 of file itkVTKImageExportBase.h.


Constructor & Destructor Documentation

Definition at line 88 of file itkVTKImageExportBase.h.


Member Function Documentation

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

Definition at line 79 of file itkVTKImageExportBase.h.

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

Definition at line 84 of file itkVTKImageExportBase.h.


Member Data Documentation

Definition at line 91 of file itkVTKImageExportBase.h.

Definition at line 92 of file itkVTKImageExportBase.h.


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