18 #ifndef __itkGaussianRandomSpatialNeighborSubsampler_h
19 #define __itkGaussianRandomSpatialNeighborSubsampler_h
24 namespace Statistics {
44 template <
class TSample,
class TRegion >
63 typedef typename Superclass::SampleType
SampleType;
79 typedef typename Superclass::SizeType
SizeType;
86 itkStaticConstMacro(DefaultVariance,
RealType, 900);
92 itkGetConstMacro(Variance,
RealType);
105 virtual void PrintSelf(std::ostream& os,
Indent indent)
const;
110 virtual RandomIntType GetIntegerVariate(RandomIntType lowerBound,
111 RandomIntType upperBound,
118 void operator=(
const Self&);
125 #ifndef ITK_MANUAL_INSTANTIATION
126 #include "itkGaussianRandomSpatialNeighborSubsampler.hxx"