18#ifndef itkShapePositionLabelMapFilter_h
19#define itkShapePositionLabelMapFilter_h
38template <
typename TImage>
86 this->
SetAttribute(LabelObjectType::GetAttributeFromName(s));
96 template <
typename TAttributeAccessor>
100 using AttributeValueType =
typename TAttributeAccessor::AttributeValueType;
101 AttributeValueType position = accessor(labelObject);
106 using CoordinateType = double;
117 idx = this->
GetOutput()->TransformPhysicalPointToIndex(point);
128 labelObject->Clear();
130 labelObject->AddIndex(idx);
141#ifndef ITK_MANUAL_INSTANTIATION
142# include "itkShapePositionLabelMapFilter.hxx"
OutputImageType * GetOutput()
InPlaceLabelMapFilter()=default
Control indentation during Print() invocation.
A templated class holding a geometric point in n-Dimensional space.
typename ImageType::IndexType IndexType
InPlaceLabelMapFilter< TImage > Superclass
typename ImageType::LabelObjectType LabelObjectType
typename ImageType::ConstPointer ImageConstPointer
typename ImageType::Pointer ImagePointer
void TemplatedThreadedProcessLabelObject(const TAttributeAccessor &accessor, bool physical, LabelObjectType *labelObject)
SmartPointer< Self > Pointer
~ShapePositionLabelMapFilter() override=default
SmartPointer< const Self > ConstPointer
ShapePositionLabelMapFilter Self
typename ImageType::PixelType PixelType
void SetAttribute(const std::string &s)
ShapePositionLabelMapFilter()
virtual void SetAttribute(AttributeType _arg)
AttributeType m_Attribute
typename LabelObjectType::AttributeType AttributeType
static constexpr unsigned int ImageDimension
void PrintSelf(std::ostream &os, Indent indent) const override
void ThreadedProcessLabelObject(LabelObjectType *labelObject) override
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....