|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkWatershedBoundaryResolver_h
19 #define itkWatershedBoundaryResolver_h
64 template <
typename TPixelType,
unsigned int TDimension>
80 static constexpr
unsigned int ImageDimension = TDimension;
98 return static_cast<BoundaryType *>(this->GetInput(0));
111 return static_cast<BoundaryType *>(this->GetInput(1));
117 itkSetMacro(Face,
unsigned short);
118 itkGetConstMacro(Face,
unsigned short);
138 GenerateData()
override;
142 using Superclass::MakeOutput;
151 this->SetNumberOfRequiredOutputs(1);
158 PrintSelf(std::ostream & os,
Indent indent)
const override;
160 unsigned short m_Face{ 0 };
162 GenerateOutputRequestedRegion(
DataObject * output)
override;
167 #ifndef ITK_MANUAL_INSTANTIATION
168 # include "itkWatershedBoundaryResolver.hxx"
SmartPointer< Self > Pointer
Hash table to manage integral label equivalencies.
void SetBoundaryB(BoundaryType *bd)
DataObject * GetOutput(const DataObjectIdentifierType &key)
void SetEquivalencyTable(EquivalencyTableType::Pointer a)
Control indentation during Print() invocation.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
EquivalencyTableType::Pointer GetEquivalencyTable()
void SetBoundaryA(BoundaryType *bd)
Light weight base class for most itk classes.
BoundaryType::Pointer GetBoundaryB()
ObjectType * GetPointer() const noexcept
BoundaryType::Pointer GetBoundaryA()
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
virtual void SetNthOutput(DataObjectPointerArraySizeType idx, DataObject *output)
virtual void SetNthInput(DataObjectPointerArraySizeType idx, DataObject *input)
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject
SmartPointer< Self > Pointer
Base class for all data objects in ITK.