18 #ifndef __itkSpatialNeighborSubsampler_h
19 #define __itkSpatialNeighborSubsampler_h
25 namespace Statistics {
47 template <
class TSample,
class TRegion >
65 typedef typename Superclass::SampleType
SampleType;
79 typedef typename Superclass::SizeType
SizeType;
82 itkStaticConstMacro(ImageDimension,
unsigned int, RegionType::ImageDimension);
84 typedef ImageHelper<itkGetStaticConstMacro(ImageDimension),
89 void SetRadius(
unsigned int radius);
96 itkGetConstReferenceMacro(RadiusInitialized,
bool);
117 virtual void PrintSelf(std::ostream& os,
Indent indent)
const;
124 void operator=(
const Self&);
131 #ifndef ITK_MANUAL_INSTANTIATION
132 #include "itkSpatialNeighborSubsampler.hxx"