ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkDemonsRegistrationFunction.h>
A global data type for this class of equation. Used to store information for computing the metric.
Definition at line 202 of file itkDemonsRegistrationFunction.h.
Public Attributes | |
SizeValueType | m_NumberOfPixelsProcessed |
double | m_SumOfSquaredChange |
double | m_SumOfSquaredDifference |
SizeValueType itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_NumberOfPixelsProcessed |
Definition at line 204 of file itkDemonsRegistrationFunction.h.
Referenced by itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GetGlobalDataPointer().
double itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_SumOfSquaredChange |
Definition at line 205 of file itkDemonsRegistrationFunction.h.
Referenced by itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GetGlobalDataPointer().
double itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_SumOfSquaredDifference |
Definition at line 203 of file itkDemonsRegistrationFunction.h.
Referenced by itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GetGlobalDataPointer().