Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkVTKImageImport.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk

Classes

class  itk::VTKImageImport< TOutputImage >
 Connect the end of an VTK pipeline to an ITK image pipeline. More...

Defines

#define itkSetMacro2(name, type)


Define 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.


Generated at Thu Nov 6 01:07:23 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000