Public Attributes

cmtk::ImagePairNonrigidRegistrationFunctionalTemplate< VM >::EvaluateGradientTaskInfo Class Reference

Thread parameter block for incremental gradient computation. More...

Collaboration diagram for cmtk::ImagePairNonrigidRegistrationFunctionalTemplate< VM >::EvaluateGradientTaskInfo:
Collaboration graph
[legend]

List of all members.

Public Attributes

SelfthisObject
 Pointer to the functional object that created the thread.
CoordinateVectorParameters
 Current parameter vector.
Self::ParameterType Step
 Current global coordinate stepping.
Types::CoordinateGradient
 Pointer to gradient vector that is the target for computation results.
double BaseValue
 Base functional value used for comparing new values to.

Detailed Description

template<class VM>
class cmtk::ImagePairNonrigidRegistrationFunctionalTemplate< VM >::EvaluateGradientTaskInfo

Thread parameter block for incremental gradient computation.

This structure holds all thread-specific information. A pointer to an instance of this structure is given to EvaluateGradientThread() for each thread created.

Definition at line 271 of file cmtkImagePairNonrigidRegistrationFunctionalTemplate.h.


Member Data Documentation

Base functional value used for comparing new values to.

Definition at line 283 of file cmtkImagePairNonrigidRegistrationFunctionalTemplate.h.

Referenced by cmtk::ImagePairNonrigidRegistrationFunctionalTemplate< VM >::EvaluateGradientThread().

Pointer to gradient vector that is the target for computation results.

Definition at line 281 of file cmtkImagePairNonrigidRegistrationFunctionalTemplate.h.

Referenced by cmtk::ImagePairNonrigidRegistrationFunctionalTemplate< VM >::EvaluateGradientThread().

Pointer to the functional object that created the thread.

Definition at line 275 of file cmtkImagePairNonrigidRegistrationFunctionalTemplate.h.

Referenced by cmtk::ImagePairNonrigidRegistrationFunctionalTemplate< VM >::EvaluateGradientThread().


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