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