Public Attributes

cmtk::ImagePairAffineRegistrationFunctionalTemplate< VM >::EvaluateTaskInfo Struct Reference

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

#include <cmtkImagePairAffineRegistrationFunctionalTemplate.h>

Collaboration diagram for cmtk::ImagePairAffineRegistrationFunctionalTemplate< VM >::EvaluateTaskInfo:
Collaboration graph
[legend]

List of all members.

Public Attributes

SelfthisObject
 Pointer to the functional object that created the thread.
const TransformedVolumeAxesAxesHash
 Axes hash.
DataGrid::IndexType::ValueType StartZ
 First plane of clipped reference volume.
DataGrid::IndexType::ValueType EndZ
 Last plane of clipped reference volume.

Detailed Description

template<class VM>
struct cmtk::ImagePairAffineRegistrationFunctionalTemplate< VM >::EvaluateTaskInfo

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 157 of file cmtkImagePairAffineRegistrationFunctionalTemplate.h.


Member Data Documentation

Last plane of clipped reference volume.

Definition at line 166 of file cmtkImagePairAffineRegistrationFunctionalTemplate.h.

First plane of clipped reference volume.

Definition at line 164 of file cmtkImagePairAffineRegistrationFunctionalTemplate.h.

Referenced by cmtk::ImagePairAffineRegistrationFunctionalTemplate< VM >::EvaluateThread().

Pointer to the functional object that created the thread.

Definition at line 160 of file cmtkImagePairAffineRegistrationFunctionalTemplate.h.

Referenced by cmtk::ImagePairAffineRegistrationFunctionalTemplate< VM >::EvaluateThread().


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