tomoRecon 1-0
|
Structure that is passed from the constructor to the workerTasks in the toDoQueue. More...
#include <tomoRecon.h>
Public Attributes | |
int | sliceNumber |
float | center |
Slice number of first slice. | |
float * | pIn1 |
Rotation center to use for these slices. | |
float * | pIn2 |
Pointer to first input slice. | |
float * | pOut1 |
Pointer to second input slice. | |
float * | pOut2 |
Pointer to first output slice. |
Structure that is passed from the constructor to the workerTasks in the toDoQueue.
float toDoMessage::center |
Slice number of first slice.
float* toDoMessage::pIn1 |
Rotation center to use for these slices.
float* toDoMessage::pIn2 |
Pointer to first input slice.
float* toDoMessage::pOut1 |
Pointer to second input slice.
Can be NULL
float* toDoMessage::pOut2 |
Pointer to first output slice.