18 #ifndef itkDerivativeImageFilter_h
19 #define itkDerivativeImageFilter_h
47 template<
typename TInputImage,
typename TOutputImage >
68 TOutputImage::ImageDimension);
81 #ifdef ITK_USE_CONCEPT_CHECKING
89 itkSetMacro(Order,
unsigned int);
90 itkGetConstMacro(Order,
unsigned int);
91 itkSetMacro(Direction,
unsigned int);
92 itkGetConstMacro(Direction,
unsigned int);
107 itkSetMacro(UseImageSpacing,
bool);
108 itkGetConstMacro(UseImageSpacing,
bool);
140 void operator=(const Self &);
152 #ifndef ITK_MANUAL_INSTANTIATION
153 #include "itkDerivativeImageFilter.hxx"
virtual ~DerivativeImageFilter()
void SetUseImageSpacingOn()
SmartPointer< const Self > ConstPointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
virtual void GenerateInputRequestedRegion() override
static const unsigned int ImageDimension
TInputImage::InternalPixelType InputInternalPixelType
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
TInputImage InputImageType
virtual void SetUseImageSpacing(bool _arg)
DerivativeImageFilter Self
Base class for filters that take an image as input and produce an image as output.
TInputImage::PixelType InputPixelType
Control indentation during Print() invocation.
void PrintSelf(std::ostream &os, Indent indent) const override
TOutputImage::InternalPixelType OutputInternalPixelType
TOutputImage OutputImageType
#define itkConceptMacro(name, concept)
Computes the directional derivative of an image. The directional derivative at each pixel location is...
TOutputImage::PixelType OutputPixelType
void GenerateData() override
void SetUseImageSpacingOff()