![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetMotionRegistrationFunction.h>
A global data type for this class of equation. Used to store information for computing the metric.
Definition at line 221 of file itkLevelSetMotionRegistrationFunction.h.
Public Attributes | |
| double | m_MaxL1Norm |
| SizeValueType | m_NumberOfPixelsProcessed |
| double | m_SumOfSquaredChange |
| double | m_SumOfSquaredDifference |
| double itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_MaxL1Norm |
Definition at line 225 of file itkLevelSetMotionRegistrationFunction.h.
Referenced by itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GetGlobalDataPointer().
| SizeValueType itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_NumberOfPixelsProcessed |
Definition at line 223 of file itkLevelSetMotionRegistrationFunction.h.
Referenced by itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GetGlobalDataPointer().
| double itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_SumOfSquaredChange |
Definition at line 224 of file itkLevelSetMotionRegistrationFunction.h.
Referenced by itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GetGlobalDataPointer().
| double itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_SumOfSquaredDifference |
Definition at line 222 of file itkLevelSetMotionRegistrationFunction.h.
Referenced by itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GetGlobalDataPointer().
1.8.3.1