ITK  5.4.0
Insight Toolkit
Public Member Functions | Public Attributes | Friends | List of all members
itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint Class Reference

#include <itkImageToImageMetric.h>

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 374 of file itkImageToImageMetric.h.

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

Public Member Functions

 FixedImageSamplePoint ()
 
 ~FixedImageSamplePoint ()=default
 

Public Attributes

FixedImagePointType point
 
double value
 
unsigned int valueIndex
 

Friends

std::ostream & operator<< (std::ostream &os, const FixedImageSamplePoint &val)
 

Constructor & Destructor Documentation

◆ FixedImageSamplePoint()

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

Definition at line 377 of file itkImageToImageMetric.h.

References itk::point().

◆ ~FixedImageSamplePoint()

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

Friends And Related Function Documentation

◆ operator<<

template<typename TFixedImage , typename TMovingImage >
std::ostream& operator<< ( std::ostream &  os,
const FixedImageSamplePoint val 
)
friend

Definition at line 387 of file itkImageToImageMetric.h.

Member Data Documentation

◆ point

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

Definition at line 397 of file itkImageToImageMetric.h.

◆ value

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

Definition at line 398 of file itkImageToImageMetric.h.

◆ valueIndex

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

Definition at line 399 of file itkImageToImageMetric.h.


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