37 #ifndef vtkDefaultPass_h 
   38 #define vtkDefaultPass_h 
   40 #include "vtkRenderingOpenGL2Module.h"  
   44 class vtkDefaultPassLayerList; 
 
   82   virtual void RenderFilteredOpaqueGeometry(
const vtkRenderState *s);
 
   88   virtual void RenderTranslucentPolygonalGeometry(
const vtkRenderState *s);
 
   94   virtual void RenderFilteredTranslucentPolygonalGeometry(
 
  107   virtual void RenderFilteredVolumetricGeometry(
const vtkRenderState *s);
 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
 
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.