18 #ifndef __itkScalarImageToRunLengthFeaturesFilter_h
19 #define __itkScalarImageToRunLengthFeaturesFilter_h
94 template<
class TImageType,
95 class THistogramFrequencyContainer = DenseFrequencyContainer2 >
152 using Superclass::SetInput;
175 void SetNumberOfBinsPerAxis(
unsigned int);
184 void SetDistanceValueMinMax(
double min,
double max );
195 void SetInsidePixelValue(
PixelType InsidePixelValue);
197 itkGetConstMacro(FastCalculations,
bool);
198 itkSetMacro(FastCalculations,
bool);
199 itkBooleanMacro(FastCalculations);
203 void PrintSelf( std::ostream & os,
Indent indent )
const;
210 virtual void GenerateData();
214 using Superclass::MakeOutput;
229 #ifndef ITK_MANUAL_INSTANTIATION
230 #include "itkScalarImageToRunLengthFeaturesFilter.hxx"