Public Attributes

cmtk::UniformVolume::ResampleTaskInfo Class Reference

Thread parameter block for volume resampling. More...

Inheritance diagram for cmtk::UniformVolume::ResampleTaskInfo:
Inheritance graph
[legend]
Collaboration diagram for cmtk::UniformVolume::ResampleTaskInfo:
Collaboration graph
[legend]

List of all members.

Public Attributes

Types::DataItemResampledData
 Array that takes up resamples data.
const VolumeGridToGridLookupGridLookup
 Lookup for grid-to-grid cell translation.
const SelfOtherVolume
 The other volume that has the original data.
const TypedArrayFromData
 The other volume that has the original data.

Detailed Description

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.


Member Data Documentation

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().


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