18 #ifndef __itkWatershedBoundaryResolver_h
19 #define __itkWatershedBoundaryResolver_h
63 template<
typename TPixelType,
unsigned int TDimension >
102 itkSetMacro(Face,
unsigned short);
103 itkGetConstMacro(Face,
unsigned short);
124 virtual
DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) ITK_OVERRIDE;
139 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
147 #ifndef ITK_MANUAL_INSTANTIATION
148 #include "itkWatershedBoundaryResolver.hxx"
void SetBoundaryB(BoundaryType *bd)
virtual void SetNumberOfRequiredOutputs(DataObjectPointerArraySizeType _arg)
Light weight base class for most itk classes.
virtual ~BoundaryResolver()
SmartPointer< const Self > ConstPointer
virtual void GenerateData() ITK_OVERRIDE
Boundary< PixelType, TDimension > BoundaryType
static const unsigned int ImageDimension
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
void operator=(const Self &)
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
ObjectType * GetPointer() const
void SetBoundaryA(BoundaryType *bd)
SmartPointer< Self > Pointer
BoundaryResolver(const Self &)
Segmenter< Image< TPixelType, TDimension > > SegmenterType
EquivalencyTableType::Pointer GetEquivalencyTable()
void SetEquivalencyTable(EquivalencyTableType::Pointer a)
Hash table to manage integral label equivalencies.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
DataObject::Pointer DataObjectPointer
DataObject * GetInput(const DataObjectIdentifierType &key)
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) ITK_OVERRIDE
Control indentation during Print() invocation.
virtual void SetNthInput(DataObjectPointerArraySizeType num, DataObject *input)
BoundaryType::Pointer GetBoundaryA()
virtual void SetNthOutput(DataObjectPointerArraySizeType num, DataObject *output)
virtual void GenerateOutputRequestedRegion(DataObject *output) ITK_OVERRIDE
EquivalencyTable EquivalencyTableType
Base class for all data objects in ITK.
BoundaryType::Pointer GetBoundaryB()
DataObject * GetOutput(const DataObjectIdentifierType &key)