18 #ifndef __itkScalarImageToTextureFeaturesFilter_h
19 #define __itkScalarImageToTextureFeaturesFilter_h
104 template<
class TImageType,
105 class THistogramFrequencyContainer = DenseFrequencyContainer2 >
158 using Superclass::SetInput;
181 void SetNumberOfBinsPerAxis(
unsigned int);
196 void SetInsidePixelValue(
PixelType InsidePixelValue);
198 itkGetConstMacro(FastCalculations,
bool);
199 itkSetMacro(FastCalculations,
bool);
200 itkBooleanMacro(FastCalculations);
204 void PrintSelf(std::ostream & os,
Indent indent)
const;
211 virtual void GenerateData();
215 using Superclass::MakeOutput;
232 #ifndef ITK_MANUAL_INSTANTIATION
233 #include "itkScalarImageToTextureFeaturesFilter.hxx"