Classes | Namespaces | Defines

dox/Widgets/vtkKWEITKFilterModuleBase.h File Reference

#include "VTKEdgeConfigure.h"
#include "itkCommand.h"
#include "itkProcessObject.h"
#include "itkImageRegion.h"
#include "itkSize.h"
#include "itkIndex.h"
#include "vtkSetGet.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <fstream>
Include dependency graph for vtkKWEITKFilterModuleBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkitk::FilterModuleBase

Namespaces

namespace  vtkitk

Defines

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

Define Documentation

#define vtkitkTemplateMacro___INT64

Definition at line 45 of file vtkKWEITKFilterModuleBase.h.

#define vtkitkTemplateMacro___UINT64

Definition at line 52 of file vtkKWEITKFilterModuleBase.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 58 of file vtkKWEITKFilterModuleBase.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines