#include <shearWarp.h>
Collaboration diagram for RLEslice_bcc:
Public Attributes | |
float | dim1_pos |
The total sharing of the slice. | |
float | dim2_pos |
The total sharing of the slice. | |
dword | size |
The number of voxels in the slice. | |
float | scale |
The scaling. Needed for perspective projection. | |
byte * | runlength |
Pointer to the runlength-array. | |
RLEvoxel_bcc * | voxel |
Pointer to the voxel-array. |
In the RLEslice structure the total shearing, the number of voxels, a pointer to the runlength-array and a pointer to the voxel-array are stored. This structure is needed for runlength encoding of the volume data.
Definition at line 97 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h.
|
The total sharing of the slice.
Definition at line 99 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), vu1512119::runlengthEncode(), and vu1512119::shearOrtho(). |
|
The total sharing of the slice.
Definition at line 99 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), vu1512119::runlengthEncode(), and vu1512119::shearOrtho(). |
|
Pointer to the runlength-array.
Definition at line 105 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), vu1512119::removeRunlengthEncoding(), vu1512119::runlengthEncode(), and vu1512119::~vu1512119(). |
|
The scaling. Needed for perspective projection.
Definition at line 103 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImagePerspective(), and vu1512119::runlengthEncode(). |
|
The number of voxels in the slice.
Definition at line 101 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), vu1512119::removeRunlengthEncoding(), vu1512119::runlengthEncode(), and vu1512119::~vu1512119(). |
|
Pointer to the voxel-array.
Definition at line 107 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), vu1512119::removeRunlengthEncoding(), vu1512119::runlengthEncode(), and vu1512119::~vu1512119(). |