18#ifndef __ImageSample_h
19#define __ImageSample_h
21#include "itkNumericTraits.h"
33template<
class TImage >
45 typedef typename ImageType::PixelType PixelType;
46 typedef typename NumericTraits< PixelType >::RealType
RealType;
A class that defines an image sample, which is the coordinates of a point and its value.
NumericTraits< PixelType >::RealType RealType
PointType m_ImageCoordinates
ImageType::PointType PointType