Public Attributes

cmtk::CongealingFunctional< TXform >::EvaluateThreadParameters Class Reference

Thread parameter for entropy evaluation. More...

Inheritance diagram for cmtk::CongealingFunctional< TXform >::EvaluateThreadParameters:
Inheritance graph
[legend]
Collaboration diagram for cmtk::CongealingFunctional< TXform >::EvaluateThreadParameters:
Collaboration graph
[legend]

List of all members.

Public Attributes

double m_Entropy
 Upon return from the thread function, this holds the partial entropy.
unsigned int m_Count
 Upon return from the thread function, this holds the number of pixels with full image count, i.e., pixels that are within all target images.

Detailed Description

template<class TXform>
class cmtk::CongealingFunctional< TXform >::EvaluateThreadParameters

Thread parameter for entropy evaluation.

Definition at line 159 of file cmtkCongealingFunctional.h.


Member Data Documentation

template<class TXform>
unsigned int cmtk::CongealingFunctional< TXform >::EvaluateThreadParameters::m_Count

Upon return from the thread function, this holds the number of pixels with full image count, i.e., pixels that are within all target images.

Definition at line 171 of file cmtkCongealingFunctional.h.

Referenced by cmtk::CongealingFunctional< TXform >::EvaluateProbabilisticThread(), and cmtk::CongealingFunctional< TXform >::EvaluateThread().

template<class TXform>
double cmtk::CongealingFunctional< TXform >::EvaluateThreadParameters::m_Entropy

Upon return from the thread function, this holds the partial entropy.

Definition at line 165 of file cmtkCongealingFunctional.h.

Referenced by cmtk::CongealingFunctional< TXform >::EvaluateProbabilisticThread(), and cmtk::CongealingFunctional< TXform >::EvaluateThread().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines