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);
205 void PrintSelf(std::ostream & os,
Indent indent)
const;
212 virtual void GenerateData();
216 using Superclass::MakeOutput;
233 #ifndef ITK_MANUAL_INSTANTIATION
234 #include "itkScalarImageToTextureFeaturesFilter.hxx"