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);
204 void PrintSelf( std::ostream & os,
Indent indent )
const;
211 virtual void GenerateData();
215 using Superclass::MakeOutput;
230 #ifndef ITK_MANUAL_INSTANTIATION
231 #include "itkScalarImageToRunLengthFeaturesFilter.hxx"