14 #ifndef __MultiInputImageRandomCoordinateSampler_h
15 #define __MultiInputImageRandomCoordinateSampler_h
18 #include "itkInterpolateImageFunction.h"
19 #include "itkBSplineInterpolateImageFunction.h"
20 #include "itkMersenneTwisterRandomVariateGenerator.h"
35 template<
class TInputImage >
74 Superclass::InputImageDimension );
100 itkGetConstMacro( UseRandomSampleRegion,
bool );
101 itkSetMacro( UseRandomSampleRegion,
bool );
114 void PrintSelf( std::ostream & os, Indent indent )
const;
148 #ifndef ITK_MANUAL_INSTANTIATION
149 #include "itkMultiInputImageRandomCoordinateSampler.hxx"
152 #endif // end #ifndef __MultiInputImageRandomCoordinateSampler_h
ImageSampleType::RealType ImageSampleValueType
InputImageType::PointType InputImagePointType
A class that defines an image sample, which is the coordinates of a point and its value...
SpatialObject< Self::InputImageDimension > MaskType
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImagePixelType InputImagePixelType
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
InputImagePointType::ValueType InputImagePointValueType
Superclass::InputImageRegionType InputImageRegionType
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
InputImageType::SizeType InputImageSizeType
Superclass::InputImagePointer InputImagePointer
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::InputImageType InputImageType
This class is a base class for any image sampler that randomly picks samples.
InputImageType::IndexType InputImageIndexType