#include <shearWarp.h>
Collaboration diagram for RLEvoxel_bcc:
Public Attributes | |
byte | value |
The value of the voxel. | |
float | red |
The amount of red in the color of the classified voxel. | |
float | green |
The amount of green in the color of the classified voxel. | |
float | blue |
The amount of blue in the color of the classified voxel. | |
float | red_shaded |
The amount of red in the color of the classified and shaded voxel. | |
float | green_shaded |
The amount of green in the color of the classified and shaded voxel. | |
float | blue_shaded |
The amount of blue in the color of the classified and shaded voxel. | |
float | opacity |
The opacity of the classified voxel. | |
float | opacity_corr |
The corrected opacity. | |
vuVector | normal |
The normal vector of the voxel. |
In the RLEvoxel structure the sampling-value and the normal vector of a voxel are stored. This structure is needed for runlength encoding the volume data.
Definition at line 68 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h.
|
The amount of blue in the color of the classified voxel.
Definition at line 76 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), and vu1512119::runlengthEncode(). |
|
The amount of blue in the color of the classified and shaded voxel.
Definition at line 82 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), and vu1512119::makeIntermediateImagePerspective(). |
|
The amount of green in the color of the classified voxel.
Definition at line 74 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), and vu1512119::runlengthEncode(). |
|
The amount of green in the color of the classified and shaded voxel.
Definition at line 80 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), and vu1512119::makeIntermediateImagePerspective(). |
|
The normal vector of the voxel.
Definition at line 88 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), and vu1512119::runlengthEncode(). |
|
The opacity of the classified voxel.
Definition at line 84 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::runlengthEncode(). |
|
The corrected opacity.
Definition at line 86 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), and vu1512119::makeIntermediateImagePerspective(). |
|
The amount of red in the color of the classified voxel.
Definition at line 72 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), and vu1512119::runlengthEncode(). |
|
The amount of red in the color of the classified and shaded voxel.
Definition at line 78 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), and vu1512119::makeIntermediateImagePerspective(). |
|
The value of the voxel.
Definition at line 70 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::runlengthEncode(). |