ITK
5.0.0
Insight Segmentation and Registration 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 334 of file itkImageToImageMetric.h.
Public Member Functions | |
FixedImageSamplePoint () | |
~FixedImageSamplePoint ()=default | |
Public Attributes | |
FixedImagePointType | point |
double | value |
unsigned int | valueIndex |
|
inline |
Definition at line 337 of file itkImageToImageMetric.h.
|
default |
FixedImagePointType itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::point |
Definition at line 347 of file itkImageToImageMetric.h.
double itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::value |
Definition at line 348 of file itkImageToImageMetric.h.
unsigned int itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::valueIndex |
Definition at line 349 of file itkImageToImageMetric.h.