ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Attributes | List of all members
itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct Struct Reference

#include <itkVariationalRegistrationFastNCCFunction.h>

+ Collaboration diagram for itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct:

Detailed Description

template<typename TFixedImage, typename TMovingImage, typename TDisplacementField>
struct itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct

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

Definition at line 141 of file itkVariationalRegistrationFastNCCFunction.h.

Public Attributes

bool bValuesAreValid
 
unsigned int lastSliceIndex
 
IndexType m_LastIndex
 
SizeValueType m_NumberOfPixelsProcessed
 
double m_SumOfMetricValues
 
double m_SumOfSquaredChange
 
double sffLastValue
 
std::vector< double > sffSliceValueList
 
double sfLastValue
 
double sfmLastValue
 
std::vector< double > sfmSliceValueList
 
std::vector< double > sfSliceValueList
 
double smLastValue
 
double smmLastValue
 
std::vector< double > smmSliceValueList
 
std::vector< double > smSliceValueList
 

Member Data Documentation

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
bool itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::bValuesAreValid

Definition at line 147 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
unsigned int itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::lastSliceIndex

Definition at line 148 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
IndexType itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::m_LastIndex

Definition at line 146 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
SizeValueType itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::m_NumberOfPixelsProcessed

Definition at line 144 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::m_SumOfMetricValues

Definition at line 143 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::m_SumOfSquaredChange

Definition at line 145 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::sffLastValue

Definition at line 156 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
std::vector<double> itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::sffSliceValueList

Definition at line 151 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::sfLastValue

Definition at line 154 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::sfmLastValue

Definition at line 158 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
std::vector<double> itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::sfmSliceValueList

Definition at line 153 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
std::vector<double> itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::sfSliceValueList

Definition at line 149 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::smLastValue

Definition at line 155 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::smmLastValue

Definition at line 157 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
std::vector<double> itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::smmSliceValueList

Definition at line 152 of file itkVariationalRegistrationFastNCCFunction.h.

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
std::vector<double> itk::VariationalRegistrationFastNCCFunction< TFixedImage, TMovingImage, TDisplacementField >::NCCGlobalDataStruct::smSliceValueList

Definition at line 150 of file itkVariationalRegistrationFastNCCFunction.h.


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