13#ifndef vtkHiddenLineRemovalPass_h 
   14#define vtkHiddenLineRemovalPass_h 
   17#include "vtkRenderingOpenGL2Module.h"  
   21VTK_ABI_NAMESPACE_BEGIN
 
vtkHiddenLineRemovalPass()
 
~vtkHiddenLineRemovalPass() override
 
static bool WireframePropsExist(vtkProp **propArray, int nProps)
Returns true if any of the nProps in propArray are rendered as wireframe.
 
static vtkHiddenLineRemovalPass * New()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void SetRepresentation(std::vector< vtkProp * > &props, int repr)
 
int RenderProps(std::vector< vtkProp * > &props, vtkViewport *vp)
 
void Render(const vtkRenderState *s) override
Perform rendering according to a render state s.
 
a simple class to control print indentation
 
Abstract render pass with shader modifications.
 
abstract superclass for all actors, volumes and annotations
 
Context in which a vtkRenderPass will render.
 
abstract specification for Viewports