Go to the documentation of this file.
37 #ifndef vtkLightActor_h
38 #define vtkLightActor_h
40 #include "vtkRenderingCoreModule.h"
72 void SetClippingRange(
double dNear,
double dFar);
73 void SetClippingRange(
const double a[2]);
74 vtkGetVector2Macro(ClippingRange,
double);
108 void UpdateViewProps();
111 double ClippingRange[2];
map vtkPolyData to graphics primitives
vtkBoundingBox * BoundingBox
a virtual light for 3D rendering
a cone and a frustum to represent a spotlight.
represents an 3D object for placement in a rendered scene
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkCameraActor * FrustumActor
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
double * GetBounds() override=0
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
window superclass for vtkRenderWindow
Fast Simple Class for dealing with 3D bounds.
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
vtkPolyDataMapper * ConeMapper
a virtual camera for 3D rendering
vtkMTimeType GetMTime() override
Get the vtkProp3D's mtime.
abstract specification for Viewports
a frustum to represent a camera.
vtkConeSource * ConeSource
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkTypeUInt32 vtkMTimeType