Thread parameter block for volume resampling. More...
#include <cmtkSplineWarpXform.h>
Public Attributes | |
const SplineWarpXform * | thisObject |
Pointer to the functional object that created the thread. | |
int | ThisThreadIndex |
Unique index of this thread instance among all threads. | |
int | NumberOfThreads |
Total number of threads created. | |
Types::Coordinate | Constraint |
Constraint for subvolume handled by this thread. |
Thread parameter block for volume resampling.
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 426 of file cmtkSplineWarpXform.h.
Pointer to the functional object that created the thread.
Definition at line 429 of file cmtkSplineWarpXform.h.
Referenced by cmtk::SplineWarpXform::GetJacobianConstraintThread(), and cmtk::SplineWarpXform::GetJacobianFoldingConstraintThread().