#include <mitkLight.h>
Inherits mitkObject.
Inheritance diagram for mitkLight:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkLight is a light object in 3D scene. The only way you can access it is to get a pointer to it by using the member function GetLight() of mitkScene. Then you can control it through its interface, and the change will affect the image rendered in the scene.
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkObject. |