18 #ifndef __itkTobogganImageFilter_h
19 #define __itkTobogganImageFilter_h
38 template<
class TInputImage >
42 Image< IdentifierType, TInputImage::ImageDimension > >
52 itkStaticConstMacro(NDimensions,
unsigned int, TInputImage::ImageDimension);
64 enum { ImageDimension = InputImageType::ImageDimension };
68 typedef typename InputImageType::SizeType
SizeType;
69 typedef typename InputImageType::IndexType
IndexType;
92 void GenerateInputRequestedRegion();
94 void EnlargeOutputRequestedRegion(
DataObject *);
100 #ifdef ITK_USE_CONCEPT_CHECKING
113 void PrintSelf(std::ostream & os,
Indent indent)
const;
117 void operator=(
const Self &);
121 #ifndef ITK_MANUAL_INSTANTIATION
122 #include "itkTobogganImageFilter.hxx"