Go to the source code of this file.
Namespaces | |
| namespace | itk |
Defines | |
| #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. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000