18 #ifndef __itkAttributePositionLabelMapFilter_h
19 #define __itkAttributePositionLabelMapFilter_h
42 template<
class TImage,
class TAttributeAccessor=
43 typename Functor::AttributeLabelObjectAccessor< typename TImage::LabelObjectType >,
bool VPhysicalPosition=
true >
66 itkStaticConstMacro(ImageDimension,
unsigned int,
67 TImage::ImageDimension);
76 #ifdef ITK_USE_CONCEPT_CHECKING
92 virtual void ThreadedProcessLabelObject( LabelObjectType * labelObject );
94 void PrintSelf(std::ostream& os,
Indent indent)
const;
98 void operator=(
const Self&);
104 #ifndef ITK_MANUAL_INSTANTIATION
105 #include "itkAttributePositionLabelMapFilter.hxx"