Go to the documentation of this file.
18 #ifndef __MultiInputImageRandomCoordinateSampler_h
19 #define __MultiInputImageRandomCoordinateSampler_h
22 #include "itkInterpolateImageFunction.h"
23 #include "itkBSplineInterpolateImageFunction.h"
24 #include "itkMersenneTwisterRandomVariateGenerator.h"
39 template<
class TInputImage >
78 Superclass::InputImageDimension );
104 itkGetConstMacro( UseRandomSampleRegion,
bool );
105 itkSetMacro( UseRandomSampleRegion,
bool );
118 void PrintSelf( std::ostream & os, Indent indent )
const;
152 #ifndef ITK_MANUAL_INSTANTIATION
153 #include "itkMultiInputImageRandomCoordinateSampler.hxx"
156 #endif // end #ifndef __MultiInputImageRandomCoordinateSampler_h
InputImageType::PointType InputImagePointType
ImageSampleType::RealType ImageSampleValueType
Superclass::DataObjectPointer DataObjectPointer
InputImageType::SizeType InputImageSizeType
Superclass::InputImagePointer InputImagePointer
A class that defines an image sample, which is the coordinates of a point and its value.
InputImagePointType::ValueType InputImagePointValueType
Superclass::InputImageRegionType InputImageRegionType
Superclass::InputImageConstPointer InputImageConstPointer
InputImageType::IndexType InputImageIndexType
Superclass::InputImagePixelType InputImagePixelType
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Superclass::InputImageType InputImageType
This class is a base class for any image sampler that randomly picks samples.
SpatialObject< Self::InputImageDimension > MaskType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|