#include <itkImageToImageMetric.h>
A fixed image spatial sample consists of the fixed domain point and the fixed image value at that point.
Definition at line 374 of file itkImageToImageMetric.h.
Public Member Functions | |
FixedImageSamplePoint () | |
~FixedImageSamplePoint ()=default | |
Public Attributes | |
FixedImagePointType | point |
double | value { 0 } |
unsigned int | valueIndex { 0 } |
Friends | |
std::ostream & | operator<< (std::ostream &os, const FixedImageSamplePoint &val) |
|
inline |
|
default |
|
friend |
Definition at line 381 of file itkImageToImageMetric.h.
References FixedImageSamplePoint(), point, value, and valueIndex.
FixedImagePointType itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::point |
Definition at line 392 of file itkImageToImageMetric.h.
Referenced by FixedImageSamplePoint(), and operator<<.
double itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::value { 0 } |
Definition at line 393 of file itkImageToImageMetric.h.
Referenced by operator<<.
unsigned int itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::valueIndex { 0 } |
Definition at line 394 of file itkImageToImageMetric.h.
Referenced by operator<<.