30 #ifndef __itkEnhancedScalarImageToRunLengthFeaturesFilter_h
31 #define __itkEnhancedScalarImageToRunLengthFeaturesFilter_h
33 #include "itkDataObjectDecorator.h"
106 template<
typename TImageType,
107 typename THistogramFrequencyContainer = DenseFrequencyContainer2 >
143 typedef VectorContainer<
unsigned char,
154 typedef DataObjectDecorator< FeatureValueVector >
164 using Superclass::SetInput;
204 itkGetConstMacro(FastCalculations,
bool);
205 itkSetMacro(FastCalculations,
bool);
206 itkBooleanMacro(FastCalculations);
207 itkGetConstMacro(CombinedFeatureCalculation,
bool);
208 itkSetMacro(CombinedFeatureCalculation,
bool);
209 itkBooleanMacro(CombinedFeatureCalculation);
214 void PrintSelf( std::ostream & os, Indent indent )
const ITK_OVERRIDE;
235 bool m_FastCalculations;
236 bool m_CombinedFeatureCalculation;
241 #ifndef ITK_MANUAL_INSTANTIATION
242 #include "itkEnhancedScalarImageToRunLengthFeaturesFilter.hxx"