Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Macros
vtkITKImageToImageFilter.h File Reference
#include "vtkITK.h"
#include <itkCommand.h>
#include <itkProcessObject.h>
#include <vtkCommand.h>
#include <vtkImageAlgorithm.h>
#include <vtkImageCast.h>
#include <vtkImageData.h>
#include <vtkImageExport.h>
#include <vtkImageImport.h>
#include <vtkVersion.h>
Include dependency graph for vtkITKImageToImageFilter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkITKImageToImageFilter
 Abstract base class for connecting ITK and VTK. More...
 

Macros

#define itkExceptionMacro(x)
 
#define itkGenericExceptionMacro(x)
 

Macro Definition Documentation

◆ itkExceptionMacro

#define itkExceptionMacro (   x)
Value:
{ \
::std::ostringstream message; \
message << "itk::ERROR: " << this->GetNameOfClass() \
<< "(" << this << "): "; \
std::cout << message.str().c_str() << std::endl; \
}

Definition at line 34 of file vtkITKImageToImageFilter.h.

◆ itkGenericExceptionMacro

#define itkGenericExceptionMacro (   x)
Value:
{ \
::std::ostringstream message; \
message << "itk::ERROR: " x; \
std::cout << message.str() << std::endl; \
}

Definition at line 43 of file vtkITKImageToImageFilter.h.