|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkShapeRelabelImageFilter_h
19 #define itkShapeRelabelImageFilter_h
45 template <
typename TInputImage>
70 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
71 static constexpr
unsigned int OutputImageDimension = TInputImage::ImageDimension;
72 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
89 #ifdef ITK_USE_CONCEPT_CHECKING
110 itkGetConstMacro(ReverseOrdering,
bool);
111 itkSetMacro(ReverseOrdering,
bool);
112 itkBooleanMacro(ReverseOrdering);
123 this->SetAttribute(LabelObjectType::GetAttributeFromName(s));
131 PrintSelf(std::ostream & os,
Indent indent)
const override;
137 GenerateInputRequestedRegion()
override;
141 EnlargeOutputRequestedRegion(
DataObject * itkNotUsed(output))
override;
146 GenerateData()
override;
150 bool m_ReverseOrdering{};
155 #ifndef ITK_MANUAL_INSTANTIATION
156 # include "itkShapeRelabelImageFilter.hxx"
unsigned int AttributeType
SmartPointer< Self > Pointer
typename OutputImageType::Pointer OutputImagePointer
SmartPointer< const Self > ConstPointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
convert a labeled image to a label collection image
Control indentation during Print() invocation.
void SetAttribute(const std::string &s)
The valuator class for the ShapeLabelObject.
typename OutputImageType::ConstPointer OutputImageConstPointer
Templated n-dimensional image to store labeled objects.
typename OutputImageType::PixelType OutputImagePixelType
TInputImage InputImageType
Base class for filters that take an image as input and produce an image as output.
Light weight base class for most itk classes.
typename LabelObjectType::AttributeType AttributeType
ImageBaseType::RegionType RegionType
Relabels objects according to their shape attributes.
typename InputImageType::ConstPointer InputImageConstPointer
TInputImage OutputImageType
typename OutputImageType::RegionType OutputImageRegionType
typename InputImageType::RegionType InputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
A Label object to store the common attributes related to the shape of the object.
Converts a LabelMap to a labeled image.
relabel objects according to their shape attributes
Templated n-dimensional image class.
Base class for all data objects in ITK.