#include <shearWarp.h>
Collaboration diagram for intermediatePixel_bcc:
Public Attributes | |
float | red |
value of red | |
float | green |
value of green | |
float | blue |
value of blue | |
float | trans |
value of transparency | |
dword | offset |
offset for skipping runs of opaque pixels |
This Structure saves the RGB-value, the transparency and the opacity of a single pixel in the intermediate image.
Definition at line 114 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h.
|
value of blue
Definition at line 120 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::changeFormatIntermediate(), vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), vu1512119::warpOrtho(), and vu1512119::warpPerspective(). |
|
value of green
Definition at line 118 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::changeFormatIntermediate(), vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), vu1512119::warpOrtho(), and vu1512119::warpPerspective(). |
|
offset for skipping runs of opaque pixels
Definition at line 124 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), and vu1512119::makeIntermediateImagePerspective(). |
|
value of red
Definition at line 116 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::changeFormatIntermediate(), vu1512119::makeIntermediateImageOrtho(), vu1512119::makeIntermediateImagePerspective(), vu1512119::warpOrtho(), and vu1512119::warpPerspective(). |
|
value of transparency
Definition at line 122 of file BCC/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu1512119::makeIntermediateImageOrtho(), and vu1512119::makeIntermediateImagePerspective(). |