Go to the source code of this file.
Classes | |
class | itk::VTKImageImport< TOutputImage > |
Connect the end of an VTK pipeline to an ITK image pipeline. More... | |
Namespaces | |
namespace | itk |
Defines | |
#define | itkSetMacro2(name, type) |
#define itkSetMacro2 | ( | name, | ||
type | ||||
) |
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.