13 #ifndef _MITK_VTK_RESLICE_INTERPOLATION_PROPERTY__H_ 14 #define _MITK_VTK_RESLICE_INTERPOLATION_PROPERTY__H_ 18 #include <vtkImageReslice.h> 24 #pragma warning(disable : 4522) 38 itkFactorylessNewMacro(
Self);
49 virtual int GetInterpolation();
54 virtual void SetInterpolationToNearest();
59 virtual void SetInterpolationToLinear();
64 virtual void SetInterpolationToCubic();
66 using BaseProperty::operator=;
87 bool AddEnum(
const std::string &name,
const IdType &
id)
override;
93 virtual void AddInterpolationTypes();
99 itk::LightObject::Pointer InternalClone()
const override;
#define mitkNewMacro1Param(classname, type)
DataCollection - Class to facilitate loading/accessing structured data.
Abstract base class for properties.
#define mitkClassMacro(className, SuperClassName)