Inheritance diagram for DVR::Graphics::MIPRayCaster:
Public Member Functions | |
MIPRayCaster () | |
void | Render (DVR.Data data, Camera camera, Bitmap bitmap, Color backGround, TransferFunction TF, Object[] options) |
|
Constructor. |
|
Renders the data with a raycasting algorithm which renders the average value in the data. The data to render. The camera of the scene. The bitmap surface to render the image to. The background color of the image. The transferfunction to render the image with. The interpolation and shading mode. Implements DVR::Graphics::IRayCaster. |