ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes | List of all members
itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint Class Reference

#include <itkImageToImageMetric.h>

+ Collaboration diagram for itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint:

Detailed Description

template<typename TFixedImage, typename TMovingImage>
class itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint

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

Definition at line 340 of file itkImageToImageMetric.h.

Public Member Functions

 FixedImageSamplePoint ()
 
 ~FixedImageSamplePoint ()
 

Public Attributes

FixedImagePointType point
 
double value
 
unsigned int valueIndex
 

Constructor & Destructor Documentation

template<typename TFixedImage , typename TMovingImage >
itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::FixedImageSamplePoint ( )
inline
template<typename TFixedImage , typename TMovingImage >
itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::~FixedImageSamplePoint ( )
inline

Definition at line 350 of file itkImageToImageMetric.h.

Member Data Documentation

template<typename TFixedImage , typename TMovingImage >
FixedImagePointType itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::point
template<typename TFixedImage , typename TMovingImage >
double itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::value
template<typename TFixedImage , typename TMovingImage >
unsigned int itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::valueIndex

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