ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample Class Reference

Detailed Description

template<typename TFixedImage, typename TMovingImage>
class itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample

A spatial sample consists of the fixed domain point, the fixed image value at that point, and the corresponding moving image value.

Definition at line 200 of file itkMutualInformationImageToImageMetric.h.

Public Member Functions

 SpatialSample ()
 
 ~SpatialSample ()=default
 

Public Attributes

FixedImagePointType FixedImagePointValue
 
double FixedImageValue { 0.0 }
 
double MovingImageValue { 0.0 }
 

Constructor & Destructor Documentation

◆ SpatialSample()

template<typename TFixedImage, typename TMovingImage>
itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample::SpatialSample ( )
inline

Definition at line 203 of file itkMutualInformationImageToImageMetric.h.

References FixedImagePointValue.

◆ ~SpatialSample()

template<typename TFixedImage, typename TMovingImage>
itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample::~SpatialSample ( )
default

Member Data Documentation

◆ FixedImagePointValue

template<typename TFixedImage, typename TMovingImage>
FixedImagePointType itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample::FixedImagePointValue

Definition at line 206 of file itkMutualInformationImageToImageMetric.h.

Referenced by SpatialSample().

◆ FixedImageValue

template<typename TFixedImage, typename TMovingImage>
double itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample::FixedImageValue { 0.0 }

Definition at line 207 of file itkMutualInformationImageToImageMetric.h.

◆ MovingImageValue

template<typename TFixedImage, typename TMovingImage>
double itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample::MovingImageValue { 0.0 }

Definition at line 208 of file itkMutualInformationImageToImageMetric.h.


The documentation for this class was generated from the following file: