ITK
6.0.0
Insight Toolkit
|
#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 |
unsigned int | valueIndex |
Friends | |
std::ostream & | operator<< (std::ostream &os, const FixedImageSamplePoint &val) |
|
inline |
Definition at line 377 of file itkImageToImageMetric.h.
References itk::point().
|
default |
|
friend |
Definition at line 386 of file itkImageToImageMetric.h.
FixedImagePointType itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::point |
Definition at line 397 of file itkImageToImageMetric.h.
double itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::value |
Definition at line 398 of file itkImageToImageMetric.h.
unsigned int itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::valueIndex |
Definition at line 399 of file itkImageToImageMetric.h.