18 #ifndef __itkDerivativeOperator_h
19 #define __itkDerivativeOperator_h
65 template<
class TPixel,
unsigned int VDimension = 2,
66 class TAllocator = NeighborhoodAllocator< TPixel > >
93 Superclass::operator=(other);
101 void SetOrder(
const unsigned int & order)
103 this->m_Order = order;
110 virtual void PrintSelf(std::ostream & os,
Indent i)
const
112 os << i <<
"DerivativeOperator { this=" <<
this
113 <<
", m_Order = " << m_Order <<
"}" << std::endl;
128 { Superclass::FillCenteredDirectional(coeff); }
136 #ifndef ITK_MANUAL_INSTANTIATION
137 #include "itkDerivativeOperator.hxx"