Inheritance diagram for DVR::Graphics::IRayCaster:
Public Member Functions | |
void | Render (DVR.Data data, Camera camera, Bitmap bitmap, Color backGround, TransferFunction TF, Object[] options) |
|
Renders the data with a specific raycasting algorithm. 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. Implemented in DVR::Graphics::AverageRayCaster, DVR::Graphics::FirstHitRayCaster, DVR::Graphics::MIPRayCaster, and DVR::Graphics::TFRayCaster. |