Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

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

 operator DoubleCallbackType ()
 operator FloatCallbackType ()
 CallbackTypeProxy (DoubleCallbackType d, FloatCallbackType f)


Detailed Description

Provide compatibility between VTK 4.4 and earlier versions.

Definition at line 70 of file itkVTKImageExportBase.h.


Member Typedef Documentation

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

Definition at line 73 of file itkVTKImageExportBase.h.

Referenced by CallbackTypeProxy().

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

Definition at line 74 of file itkVTKImageExportBase.h.

Referenced by CallbackTypeProxy().


Constructor & Destructor Documentation

itk::VTKImageExportBase::CallbackTypeProxy::CallbackTypeProxy DoubleCallbackType  d,
FloatCallbackType  f
[inline]
 

Definition at line 83 of file itkVTKImageExportBase.h.

References DoubleCallbackType, and FloatCallbackType.


Member Function Documentation

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

Definition at line 75 of file itkVTKImageExportBase.h.

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

Definition at line 79 of file itkVTKImageExportBase.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:58:15 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000