ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes
itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint Class Reference

#include <itkImageToImageMetric.h>

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

List of all members.

Public Member Functions

 FixedImageSamplePoint ()
 ~FixedImageSamplePoint ()

Public Attributes

FixedImagePointType point
double value
unsigned int valueIndex

Detailed Description

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


Constructor & Destructor Documentation

template<class TFixedImage , class TMovingImage >
itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::FixedImageSamplePoint ( ) [inline]

Definition at line 345 of file itkImageToImageMetric.h.

template<class TFixedImage , class TMovingImage >
itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::~FixedImageSamplePoint ( ) [inline]

Definition at line 352 of file itkImageToImageMetric.h.


Member Data Documentation

template<class TFixedImage , class TMovingImage >
FixedImagePointType itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::point

Definition at line 354 of file itkImageToImageMetric.h.

template<class TFixedImage , class TMovingImage >
double itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::value

Definition at line 355 of file itkImageToImageMetric.h.

template<class TFixedImage , class TMovingImage >
unsigned int itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint::valueIndex

Definition at line 356 of file itkImageToImageMetric.h.


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