#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>

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 vtkitkTemplateMacro___INT64 |
Definition at line 45 of file vtkKWEITKFilterModuleBase.h.
| #define vtkitkTemplateMacro___UINT64 |
Definition at line 52 of file vtkKWEITKFilterModuleBase.h.
| #define vtkitkTemplateMacro | ( | call | ) |
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.
1.7.1