#include <shearWarp.h>
Collaboration diagram for RLEvoxel:
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 of the volume data.
Definition at line 69 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h.
|
The amount of blue in the color of the classified voxel.
Definition at line 77 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::makeIntermediateImagePerspective(), vu111211A::preClassification(), and vu111211A::runlengthEncode(). |
|
The amount of blue in the color of the classified and shaded voxel.
Definition at line 83 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::interpolatePixel(), vu111211A::makeIntermediateImagePerspective(), and vu111211A::preClassification(). |
|
The amount of green in the color of the classified voxel.
Definition at line 75 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::makeIntermediateImagePerspective(), vu111211A::preClassification(), and vu111211A::runlengthEncode(). |
|
The amount of green in the color of the classified and shaded voxel.
Definition at line 81 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::interpolatePixel(), vu111211A::makeIntermediateImagePerspective(), and vu111211A::preClassification(). |
|
The normal vector of the voxel.
Definition at line 89 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::makeIntermediateImagePerspective(), vu111211A::preClassification(), and vu111211A::runlengthEncode(). |
|
The opacity of the classified voxel.
Definition at line 85 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::preClassification(), and vu111211A::runlengthEncode(). |
|
The corrected opacity.
Definition at line 87 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::interpolatePixel(), vu111211A::makeIntermediateImagePerspective(), and vu111211A::preClassification(). |
|
The amount of red in the color of the classified voxel.
Definition at line 73 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::makeIntermediateImagePerspective(), vu111211A::preClassification(), and vu111211A::runlengthEncode(). |
|
The amount of red in the color of the classified and shaded voxel.
Definition at line 79 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::interpolatePixel(), vu111211A::makeIntermediateImagePerspective(), and vu111211A::preClassification(). |
|
The value of the voxel.
Definition at line 71 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::runlengthEncode(). |