#include <mitkOoCVolumeRendererRayCasting.h>
Inherits mitkVolumeRenderer.
Inheritance diagram for mitkOoCVolumeRendererRayCasting:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkOoCVolumeRendererRayCasting () | |
virtual int | Render (mitkScene *scene, mitkVolumeModel *vol) |
void | SetGradientEstimator (mitkEncodedGradientEstimator *gradest) |
mitkEncodedGradientEstimator * | GetGradientEstimator () |
mitkOoCVolumeRendererRayCasting is a concrete volume renderer for rendering an out-of-core volume which cannot be loaded into the main memory entirely. It provides an improved algorithm for rendering such large data sets and gets much faster rendering speed than directly applying conventional volume ray casting method on the out-of-core data sets.
|
Default constructor. |
|
Get the gradient estimator used to estimate normals
|
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkVolumeRenderer. |
|
Internal method. Don't call it directly. Implements mitkVolumeRenderer. |
|
Set the gradient estimator used to estimate normals
|