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