ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes | List of all members
itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample Class Reference
+ Collaboration diagram for itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample:

Detailed Description

template<class TFixedImage, class 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 211 of file itkMutualInformationImageToImageMetric.h.

Public Member Functions

 SpatialSample ()
 
 ~SpatialSample ()
 

Public Attributes

FixedImagePointType FixedImagePointValue
 
double FixedImageValue
 
double MovingImageValue
 

Constructor & Destructor Documentation

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

Definition at line 214 of file itkMutualInformationImageToImageMetric.h.

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

Definition at line 216 of file itkMutualInformationImageToImageMetric.h.

Member Data Documentation

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

Definition at line 218 of file itkMutualInformationImageToImageMetric.h.

template<class TFixedImage , class TMovingImage >
double itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample::FixedImageValue

Definition at line 219 of file itkMutualInformationImageToImageMetric.h.

template<class TFixedImage , class TMovingImage >
double itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample::MovingImageValue

Definition at line 220 of file itkMutualInformationImageToImageMetric.h.


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