 |
VTK
9.1.0
|
Go to the documentation of this file.
31 #ifndef vtkCompositeZPass_h
32 #define vtkCompositeZPass_h
35 #include "vtkRenderingParallelModule.h"
void ReleaseGraphicsResources(vtkWindow *w) override
Release graphics resources and ask components to release their own resources.
virtual void SetController(vtkMultiProcessController *controller)
Controller If it is NULL, nothing will be rendered and a warning will be emitted.
void Render(const vtkRenderState *s) override
Perform rendering according to a render state s.
vtkOpenGLHelper * Program
window superclass for vtkRenderWindow
vtkMultiProcessController * Controller
void CreateProgram(vtkOpenGLRenderWindow *context)
Create program for texture mapping.
vtkPixelBufferObject * PBO
Multiprocessing communication superclass.
~vtkCompositeZPass() override
Destructor.
a simple class to control print indentation
abstracts an OpenGL texture object.
static vtkCompositeZPass * New()
vtkTextureObject * ZTexture
Merge depth buffers of processes.
bool IsSupported(vtkOpenGLRenderWindow *context)
Is the pass supported by the OpenGL context?
vtkCompositeZPass()
Default constructor.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Context in which a vtkRenderPass will render.
abstracts an OpenGL pixel buffer object.
Perform part of the rendering of a vtkRenderer.