25 #ifndef vtkDefaultPass_h
26 #define vtkDefaultPass_h
29 #include "vtkRenderingOpenGL2Module.h"
31 VTK_ABI_NAMESPACE_BEGIN
33 class vtkDefaultPassLayerList;
71 virtual void RenderFilteredOpaqueGeometry(
const vtkRenderState* s);
77 virtual void RenderTranslucentPolygonalGeometry(
const vtkRenderState* s);
83 virtual void RenderFilteredTranslucentPolygonalGeometry(
const vtkRenderState* s);
95 virtual void RenderFilteredVolumetricGeometry(
const vtkRenderState* s);
114 VTK_ABI_NAMESPACE_END
Context in which a vtkRenderPass will render.
a simple class to control print indentation
virtual void Render(const vtkRenderState *s)=0
Perform rendering according to a render state s.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Perform part of the rendering of a vtkRenderer.
Implement the basic render passes.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.