Go to the documentation of this file.
40 #ifndef vtkOSPRayPass_h
41 #define vtkOSPRayPass_h
43 #include "vtkRenderingOSPRayModule.h"
48 class vtkOSPRayPassInternals;
103 vtkOSPRayPassInternals *Internal;
links vtkRenderers to OSPRay
vtkSequencePass * SequencePass
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual void Render(const vtkRenderState *s)=0
Perform rendering according to a render state s.
vtkOverlayPass * OverlayPass
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
an ordered list of RenderPasses
a simple class to control print indentation
Implement the lights render pass.
a render pass that uses OSPRay instead of GL
vtkLightsPass * LightsPass
Implement the camera render pass.
Render the overlay geometry with property key filtering.
vtkRenderPassCollection * RenderPassCollection
vtkCameraPass * CameraPass
Render the volumetric geometry with property key filtering.
vtkOSPRayRendererNode * SceneGraph
vtkVolumetricPass * VolumetricPass
Context in which a vtkRenderPass will render.
Execute render passes sequentially.
Perform part of the rendering of a vtkRenderer.