ITK  5.0.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<typename TFixedImage, typename TMovingImage, typename 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 201 of file itkVariationalRegistrationFunction.h.

Public Attributes

SizeValueType m_NumberOfPixelsProcessed
 
double m_SumOfMetricValues
 
double m_SumOfSquaredChange
 

Member Data Documentation

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

Definition at line 204 of file itkVariationalRegistrationFunction.h.

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

Definition at line 203 of file itkVariationalRegistrationFunction.h.

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

Definition at line 205 of file itkVariationalRegistrationFunction.h.


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