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