17 #ifndef __itkLabelReconstructionLabelMapFilter_h
18 #define __itkLabelReconstructionLabelMapFilter_h
29 template<
class TImage,
class TMarkerImage,
class TAttributeAccessor=
30 typename Functor::AttributeLabelObjectAccessor< typename TImage::LabelObjectType > >
58 itkStaticConstMacro(ImageDimension,
unsigned int,
59 TImage::ImageDimension);
68 #ifdef ITK_USE_CONCEPT_CHECKING
80 void SetMarkerImage(TMarkerImage *input)
83 this->SetNthInput( 1, const_cast<TMarkerImage *>(input) );
93 void SetInput1(TImage *input)
95 this->SetInput( input );
99 void SetInput2(TMarkerImage *input)
101 this->SetMarkerImage( input );
108 virtual void ThreadedGenerateData( LabelObjectType * labelObject );
112 void operator=(
const Self&);
118 #ifndef ITK_MANUAL_INSTANTIATION