Go to the documentation of this file.
25 #ifndef vtkHiddenLineRemovalPass_h
26 #define vtkHiddenLineRemovalPass_h
28 #include "vtkRenderingOpenGLModule.h"
48 static bool WireframePropsExist(
vtkProp **propArray,
int nProps);
54 void SetRepresentation(std::vector<vtkProp*> &props,
int repr);
55 int RenderProps(std::vector<vtkProp*> &props,
vtkViewport *vp);
62 #endif // vtkHiddenLineRemovalPass_h
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.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
abstract specification for Viewports
abstract superclass for all actors, volumes and annotations
Context in which a vtkRenderPass will render.
Perform part of the rendering of a vtkRenderer.