#include "itkImageSource.h"
#include "itkImportImageContainer.h"
#include "itkVTKImageImport.hxx"
Go to the source code of this file.
#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(); \
} \
}
*brief Mask an image with the negative of a mask **This class is templated over the types of the *input image type
Definition at line 24 of file itkVTKImageImport.h.