Public Attributes

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

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

Collaboration diagram for cmtk::ParallelElasticFunctional< 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::ParallelElasticFunctional< 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 290 of file cmtkParallelElasticFunctional.h.


Member Data Documentation

Base functional value used for comparing new values to.

Definition at line 302 of file cmtkParallelElasticFunctional.h.

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

Definition at line 300 of file cmtkParallelElasticFunctional.h.

Current parameter vector.

Definition at line 296 of file cmtkParallelElasticFunctional.h.

Current global coordinate stepping.

Definition at line 298 of file cmtkParallelElasticFunctional.h.

Pointer to the functional object that created the thread.

Definition at line 294 of file cmtkParallelElasticFunctional.h.


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