#include <mitkOoCVolumeRendererRayCastingEx.h>
Inherits mitkVolumeRenderer.
Inheritance diagram for mitkOoCVolumeRendererRayCastingEx:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkOoCVolumeRendererRayCastingEx () | |
virtual int | Render (mitkScene *scene, mitkVolumeModel *vol) |
void | SetSubVolumeSize (int wmin, int wmax, int hmin, int hmax, int dmin, int dmax) |
void | SetSubVolumeSize (int sizemin[3], int sizemax[3]) |
mitkOoCVolumeRendererRayCastingEx 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. |
|
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 sub-volume size for divider.
|
|
Set the sub-volume size for divider.
|