94 itkSetMacro(FullyConnected,
bool);
95 itkGetConstReferenceMacro(FullyConnected,
bool);
96 itkBooleanMacro(FullyConnected);
123 itkSetMacro(ComputeFeretDiameter,
bool);
124 itkGetConstReferenceMacro(ComputeFeretDiameter,
bool);
125 itkBooleanMacro(ComputeFeretDiameter);
132 itkSetMacro(ComputePerimeter,
bool);
133 itkGetConstReferenceMacro(ComputePerimeter,
bool);
134 itkBooleanMacro(ComputePerimeter);
141 this->SetNthInput(1,
const_cast<TFeatureImage *
>(input));
145 const FeatureImageType *
155 this->SetInput(input);
172 itkSetMacro(ComputeHistogram,
bool);
173 itkGetConstReferenceMacro(ComputeHistogram,
bool);
174 itkBooleanMacro(ComputeHistogram);
182 itkSetMacro(NumberOfBins,
unsigned int);
183 itkGetConstReferenceMacro(NumberOfBins,
unsigned int);