Thread parameter block for volume resampling. More...
Public Attributes | |
Types::DataItem * | ResampledData |
Array that takes up resamples data. | |
const VolumeGridToGridLookup * | GridLookup |
Lookup for grid-to-grid cell translation. | |
const Self * | OtherVolume |
The other volume that has the original data. | |
const TypedArray * | FromData |
The other volume that has the original data. |
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 558 of file cmtkUniformVolume.h.
The other volume that has the original data.
Definition at line 569 of file cmtkUniformVolume.h.
Lookup for grid-to-grid cell translation.
Definition at line 565 of file cmtkUniformVolume.h.
Referenced by cmtk::UniformVolume::ResampleThreadPoolExecuteGrey(), and cmtk::UniformVolume::ResampleThreadPoolExecuteLabels().
The other volume that has the original data.
Definition at line 567 of file cmtkUniformVolume.h.
Referenced by cmtk::UniformVolume::ResampleThreadPoolExecuteGrey(), and cmtk::UniformVolume::ResampleThreadPoolExecuteLabels().
Array that takes up resamples data.
Definition at line 563 of file cmtkUniformVolume.h.
Referenced by cmtk::UniformVolume::ResampleThreadPoolExecuteGrey(), and cmtk::UniformVolume::ResampleThreadPoolExecuteLabels().