ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Attributes | List of all members
itk::VariationalRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct Struct Reference

#include <itkVariationalRegistrationFunction.h>

Detailed Description

template<class TFixedImage, class TMovingImage, class TDisplacementField>
struct itk::VariationalRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct

A global data type for this class of equation. Used to store information for computing the metric.

Definition at line 199 of file itkVariationalRegistrationFunction.h.

Public Attributes

SizeValueType m_NumberOfPixelsProcessed
 
double m_SumOfMetricValues
 
double m_SumOfSquaredChange
 

Member Data Documentation

template<class TFixedImage , class TMovingImage , class TDisplacementField >
SizeValueType itk::VariationalRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_NumberOfPixelsProcessed

Definition at line 202 of file itkVariationalRegistrationFunction.h.

template<class TFixedImage , class TMovingImage , class TDisplacementField >
double itk::VariationalRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_SumOfMetricValues

Definition at line 201 of file itkVariationalRegistrationFunction.h.

template<class TFixedImage , class TMovingImage , class TDisplacementField >
double itk::VariationalRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_SumOfSquaredChange

Definition at line 203 of file itkVariationalRegistrationFunction.h.


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