ITK  5.0.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
itkVTKImageImport.h File Reference
#include "itkImageSource.h"
#include "itkImportImageContainer.h"
#include "itkVTKImageImport.hxx"
+ Include dependency graph for itkVTKImageImport.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::VTKImageImport< TOutputImage >
 

Namespaces

 itk
 

Macros

#define itkSetMacro2(name, type)
 

Macro Definition Documentation

#define itkSetMacro2 (   name,
  type 
)
Value:
virtual void Set##name (type _arg) \
{ \
itkDebugMacro("setting " #name " to " << _arg); \
if ( this->m_##name != _arg ) \
{ \
this->m_##name = _arg; \
this->Modified(); \
} \
}

Definition at line 24 of file itkVTKImageImport.h.