18 #ifndef __itkLabelStatisticsOpeningImageFilter_h
19 #define __itkLabelStatisticsOpeningImageFilter_h
45 template<
class TInputImage,
class TFeatureImage >
74 itkStaticConstMacro(InputImageDimension,
unsigned int,
75 TInputImage::ImageDimension);
76 itkStaticConstMacro(OutputImageDimension,
unsigned int,
77 TInputImage::ImageDimension);
78 itkStaticConstMacro(ImageDimension,
unsigned int,
79 TInputImage::ImageDimension);
97 #ifdef ITK_USE_CONCEPT_CHECKING
120 itkGetConstMacro(Lambda,
double);
121 itkSetMacro(Lambda,
double);
130 itkGetConstMacro(ReverseOrdering,
bool);
131 itkSetMacro(ReverseOrdering,
bool);
132 itkBooleanMacro(ReverseOrdering);
141 void SetAttribute(
const std::string & s)
143 this->SetAttribute( LabelObjectType::GetAttributeFromName(s) );
148 void SetFeatureImage(
const TFeatureImage *input)
151 this->SetNthInput( 1, const_cast< TFeatureImage * >( input ) );
163 this->SetInput(input);
169 this->SetFeatureImage(input);
175 void PrintSelf(std::ostream & os,
Indent indent)
const;
180 void GenerateInputRequestedRegion();
183 void EnlargeOutputRequestedRegion(
DataObject *itkNotUsed(output) );
191 void operator=(
const Self &);
200 #ifndef ITK_MANUAL_INSTANTIATION
201 #include "itkLabelStatisticsOpeningImageFilter.hxx"