18#ifndef itkImageSample_h
19#define itkImageSample_h
21#include "itkNumericTraits.h"
35template <
class TImage>
42 using PixelType =
typename ImageType::PixelType;
43 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
friend bool operator==(const ImageSample &lhs, const ImageSample &rhs)
typename NumericTraits< PixelType >::RealType RealType
friend bool operator!=(const ImageSample &lhs, const ImageSample &rhs)
typename ImageType::PointType PointType