Thread parameter block for incremental gradient computation. More...
#include <cmtkVoxelMatchingAffineFunctionalTemplate.h>
Public Attributes | |
Self * | thisObject |
Pointer to the functional object that created the thread. | |
const TransformedVolumeAxes * | AxesHash |
Axes hash. | |
DataGrid::IndexType::ValueType | StartZ |
First plane of clipped reference volume. | |
DataGrid::IndexType::ValueType | EndZ |
Last plane of clipped reference volume. |
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.
const TransformedVolumeAxes* cmtk::VoxelMatchingAffineFunctionalTemplate< VM >::EvaluateTaskInfo::AxesHash |
Axes hash.
Definition at line 177 of file cmtkVoxelMatchingAffineFunctionalTemplate.h.
DataGrid::IndexType::ValueType cmtk::VoxelMatchingAffineFunctionalTemplate< VM >::EvaluateTaskInfo::EndZ |
Last plane of clipped reference volume.
Definition at line 181 of file cmtkVoxelMatchingAffineFunctionalTemplate.h.
DataGrid::IndexType::ValueType cmtk::VoxelMatchingAffineFunctionalTemplate< VM >::EvaluateTaskInfo::StartZ |
First plane of clipped reference volume.
Definition at line 179 of file cmtkVoxelMatchingAffineFunctionalTemplate.h.
Self* cmtk::VoxelMatchingAffineFunctionalTemplate< VM >::EvaluateTaskInfo::thisObject |
Pointer to the functional object that created the thread.
Definition at line 175 of file cmtkVoxelMatchingAffineFunctionalTemplate.h.