ITK  5.2.0
Insight Toolkit
Public Attributes | List of all members
itk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct Struct Reference

#include <itkGPUDemonsRegistrationFunction.h>

Public Attributes

SizeValueType m_NumberOfPixelsProcessed
 
double m_SumOfSquaredChange
 
double m_SumOfSquaredDifference
 

Detailed Description

template<typename TFixedImage, typename TMovingImage, typename TDisplacementField>
struct itk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct

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

Definition at line 240 of file itkGPUDemonsRegistrationFunction.h.

Member Data Documentation

◆ m_NumberOfPixelsProcessed

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

Definition at line 243 of file itkGPUDemonsRegistrationFunction.h.

◆ m_SumOfSquaredChange

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

Definition at line 244 of file itkGPUDemonsRegistrationFunction.h.

◆ m_SumOfSquaredDifference

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_SumOfSquaredDifference

Definition at line 242 of file itkGPUDemonsRegistrationFunction.h.


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