#import <Volume.h>
Inheritance diagram for Volume:
Public Member Functions | |
(void) | - setMaxImageResolution: |
(void) | - resetRay |
(void) | - updateRayWithRGBA:andDensity: |
Protected Attributes | |
float | color [4] |
int | xDim |
int | yDim |
int | zDim |
int | areaRadius |
PhongIllumination * | shading |
unsigned char * | imageBitmap |
|
resets the ray color to [0,0,0,0] (this method is designed for overriding in subclass) |
|
definert die auflösung von der bitmap Reimplemented from Renderer. |
|
updates the raycolor
|
|
|
|
color of the actual processing ray. r, g, b have values between 0 and 255, alpha betwenn 0 and 1!! |
|
|
|
|
|
|
|
|
|
|