18 #ifndef itkTobogganImageFilter_h
19 #define itkTobogganImageFilter_h
38 template<
typename TInputImage >
42 Image< IdentifierType, TInputImage::ImageDimension > >
52 itkStaticConstMacro(
NDimensions,
unsigned int, TInputImage::ImageDimension);
68 typedef typename InputImageType::SizeType
SizeType;
69 typedef typename InputImageType::IndexType
IndexType;
100 #ifdef ITK_USE_CONCEPT_CHECKING
116 void operator=(const
Self &) ITK_DELETE_FUNCTION;
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkTobogganImageFilter.hxx"
void PrintSelf(std::ostream &os, Indent indent) const override
Light weight base class for most itk classes.
toboggan image segmentation The Toboggan segmentation takes a gradient magnitude image as input and p...
InputImageType::IndexType IndexType
OutputImageType::Pointer OutputImagePointer
InputImageType::RegionType RegionType
OutputImageType::PixelType OutputImagePixelType
static const unsigned int NDimensions
void GenerateInputRequestedRegion() override
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
InputImageType::ConstPointer InputImageConstPointer
void EnlargeOutputRequestedRegion(DataObject *) override
ImageToImageFilter< InputImageType, OutputImageType > Superclass
InputImageType::PixelType ScalarType
InputImageType::Pointer InputImagePointer
void GenerateData() override
Base class for filters that take an image as input and produce an image as output.
InputImageType::PixelType InputImagePixelType
Image< IdentifierType, itkGetStaticConstMacro(NDimensions) > OutputImageType
Control indentation during Print() invocation.
TInputImage InputImageType
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
Templated n-dimensional image class.
typedef(Concept::LessThanComparable< InputImagePixelType >) LessThanComparableCheck
SmartPointer< Self > Pointer
InputImageType::SizeType SizeType