#include <shearWarp.h>
Collaboration diagram for intermediatePixel:
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 and the transparency of a single pixel in the intermediate image.
Definition at line 115 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h.
|
|
value of green
Definition at line 119 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::changeFormatIntermediate(), vu111211A::interpolatePixel(), vu111211A::makeIntermediateImageOrthoFastClass(), vu111211A::makeIntermediateImagePerspective(), vu111211A::resetIntermediateImage(), vu111211A::warpOrtho(), and vu111211A::warpPerspective(). |
|
offset for skipping runs of opaque pixels
Definition at line 125 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::interpolatePixel(), vu111211A::makeIntermediateImageOrthoFastClass(), vu111211A::makeIntermediateImagePerspective(), and vu111211A::resetIntermediateImage(). |
|
|
value of transparency
Definition at line 123 of file Regular/Unimodal/3d/1B/Intensity/ShearWarp/shearWarp.h. Referenced by vu111211A::interpolatePixel(), vu111211A::makeIntermediateImageOrtho(), vu111211A::makeIntermediateImageOrthoFastClass(), vu111211A::makeIntermediateImagePerspective(), and vu111211A::resetIntermediateImage(). |