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
Boundary< PixelType, TDimension > BoundaryType
static const unsigned int ImageDimension
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) override
Make a DataObject of the correct type to used as the specified output.
virtual void GenerateOutputRequestedRegion(DataObject *output) 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)
virtual void PrintSelf(std::ostream &os, Indent indent) const override
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)
Return an input.
Control indentation during Print() invocation.
virtual void SetNthInput(DataObjectPointerArraySizeType num, DataObject *input)
BoundaryType::Pointer GetBoundaryA()
virtual void SetNthOutput(DataObjectPointerArraySizeType num, DataObject *output)
virtual void GenerateData() override
EquivalencyTable EquivalencyTableType
Base class for all data objects in ITK.
BoundaryType::Pointer GetBoundaryB()
DataObject * GetOutput(const DataObjectIdentifierType &key)