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