Public Attributes

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

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

#include <cmtkVoxelMatchingAffineFunctionalTemplate.h>

Collaboration diagram for cmtk::VoxelMatchingAffineFunctionalTemplate< 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::VoxelMatchingAffineFunctionalTemplate< 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 172 of file cmtkVoxelMatchingAffineFunctionalTemplate.h.


Member Data Documentation

Axes hash.

Definition at line 177 of file cmtkVoxelMatchingAffineFunctionalTemplate.h.

Last plane of clipped reference volume.

Definition at line 181 of file cmtkVoxelMatchingAffineFunctionalTemplate.h.

First plane of clipped reference volume.

Definition at line 179 of file cmtkVoxelMatchingAffineFunctionalTemplate.h.

Pointer to the functional object that created the thread.

Definition at line 175 of file cmtkVoxelMatchingAffineFunctionalTemplate.h.


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