25 #ifndef vtkHiddenLineRemovalPass_h
26 #define vtkHiddenLineRemovalPass_h
28 #include "vtkRenderingOpenGLModule.h"
41 virtual
void PrintSelf(ostream &os,
vtkIndent indent);
48 static
bool WireframePropsExist(
vtkProp **propArray,
int nProps);
52 ~vtkHiddenLineRemovalPass();
54 void SetRepresentation(std::
vector<
vtkProp*> &props,
int repr);
58 vtkHiddenLineRemovalPass(const vtkHiddenLineRemovalPass&) VTK_DELETE_FUNCTION;
59 void operator=(const vtkHiddenLineRemovalPass&) VTK_DELETE_FUNCTION;
62 #endif // vtkHiddenLineRemovalPass_h
abstract superclass for all actors, volumes and annotations
abstract specification for Viewports
Context in which a vtkRenderPass will render.
a simple class to control print indentation
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.