ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Attributes
itk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct Struct Reference

#include <itkGPUDemonsRegistrationFunction.h>

List of all members.

Public Attributes

SizeValueType m_NumberOfPixelsProcessed
double m_SumOfSquaredChange
double m_SumOfSquaredDifference

Detailed Description

template<class TFixedImage, class TMovingImage, class TDeformationField>
struct itk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct

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

Definition at line 234 of file itkGPUDemonsRegistrationFunction.h.


Member Data Documentation

template<class TFixedImage , class TMovingImage , class TDeformationField >
SizeValueType itk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct::m_NumberOfPixelsProcessed
template<class TFixedImage , class TMovingImage , class TDeformationField >
double itk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct::m_SumOfSquaredChange
template<class TFixedImage , class TMovingImage , class TDeformationField >
double itk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct::m_SumOfSquaredDifference

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