Defines

dox/Widgets/vtkKWEITKImage.h File Reference

#include "VTKEdgeConfigure.h"
#include "itkVTKImageToImageFilter.h"
#include "itkImageToVTKImageFilter.h"
#include "itkCastImageFilter.h"
#include "vtkKWEITKFilterModuleBase.h"
#include "itkImage.h"
#include "vtkImageData.h"
#include "itkImageIOBase.h"
#include "vtkObject.h"
#include "vtkSmartPointer.h"
Include dependency graph for vtkKWEITKImage.h:

Go to the source code of this file.

Defines

#define vtkitkTemplateMacro___INT64
#define vtkitkTemplateMacro___UINT64
#define vtkitkTemplateMacro(call)

Define Documentation

#define vtkitkTemplateMacro___INT64

Definition at line 44 of file vtkKWEITKImage.h.

#define vtkitkTemplateMacro___UINT64

Definition at line 51 of file vtkKWEITKImage.h.

#define vtkitkTemplateMacro (   call  ) 
Value:
vtkTemplateMacroCase(VTK_DOUBLE, double, call);                           \
  vtkTemplateMacroCase(VTK_FLOAT, float, call);                             \
  vtkitkTemplateMacro___INT64                                               \
  vtkitkTemplateMacro___UINT64                                              \
  vtkTemplateMacroCase(VTK_LONG, long, call);                               \
  vtkTemplateMacroCase(VTK_UNSIGNED_LONG, unsigned long, call);             \
  vtkTemplateMacroCase(VTK_INT, int, call);                                 \
  vtkTemplateMacroCase(VTK_UNSIGNED_INT, unsigned int, call);               \
  vtkTemplateMacroCase(VTK_SHORT, short, call);                             \
  vtkTemplateMacroCase(VTK_UNSIGNED_SHORT, unsigned short, call);           \
  vtkTemplateMacroCase(VTK_CHAR, char, call);                               \
  vtkTemplateMacroCase(VTK_SIGNED_CHAR, signed char, call);                 \
  vtkTemplateMacroCase(VTK_UNSIGNED_CHAR, unsigned char, call)

Definition at line 57 of file vtkKWEITKImage.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines