15 #ifndef __ImageRandomCoordinateSampler_h
16 #define __ImageRandomCoordinateSampler_h
19 #include "itkInterpolateImageFunction.h"
20 #include "itkBSplineInterpolateImageFunction.h"
21 #include "itkMersenneTwisterRandomVariateGenerator.h"
36 template <
class TInputImage >
75 Superclass::InputImageDimension );
80 typedef InterpolateImageFunction<
99 itkGetConstMacro(UseRandomSampleRegion,
bool);
100 itkSetMacro(UseRandomSampleRegion,
bool);
112 void PrintSelf( std::ostream& os, Indent indent )
const;
153 #ifndef ITK_MANUAL_INSTANTIATION
154 #include "itkImageRandomCoordinateSampler.txx"
157 #endif // end #ifndef __ImageRandomCoordinateSampler_h