15 #ifndef __ImageSample_h
16 #define __ImageSample_h
18 #include "itkNumericTraits.h"
30 template <
class TImage >
43 typedef typename NumericTraits<PixelType>::RealType
RealType;
53 #endif // end #ifndef __ImageSample_h
NumericTraits< PixelType >::RealType RealType
PointType m_ImageCoordinates
ImageType::PointType PointType
A class that defines an image sample, which is the coordinates of a point and its value...
ImageType::PixelType PixelType