VTK
dox
Rendering
OpenGL2
vtkDefaultPass.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkDefaultPass.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
34
#ifndef vtkDefaultPass_h
35
#define vtkDefaultPass_h
36
37
#include "vtkRenderingOpenGL2Module.h"
// For export macro
38
#include "
vtkRenderPass.h
"
39
40
class
vtkOpenGLRenderWindow
;
41
class
vtkDefaultPassLayerList;
// Pimpl
42
43
class
VTKRENDERINGOPENGL2_EXPORT
vtkDefaultPass
:
public
vtkRenderPass
44
{
45
public
:
46
static
vtkDefaultPass
*
New
();
47
vtkTypeMacro(
vtkDefaultPass
,
vtkRenderPass
);
48
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
49
56
void
Render
(
const
vtkRenderState
*s)
override
;
57
58
protected
:
62
vtkDefaultPass
();
63
67
~
vtkDefaultPass
()
override
;
68
73
virtual
void
RenderOpaqueGeometry(
const
vtkRenderState
*s);
74
79
virtual
void
RenderFilteredOpaqueGeometry(
const
vtkRenderState
*s);
80
85
virtual
void
RenderTranslucentPolygonalGeometry(
const
vtkRenderState
*s);
86
91
virtual
void
RenderFilteredTranslucentPolygonalGeometry(
92
const
vtkRenderState
*s);
93
98
virtual
void
RenderVolumetricGeometry(
const
vtkRenderState
*s);
99
104
virtual
void
RenderFilteredVolumetricGeometry(
const
vtkRenderState
*s);
105
110
virtual
void
RenderOverlay(
const
vtkRenderState
*s);
111
116
virtual
void
RenderFilteredOverlay(
const
vtkRenderState
*s);
117
118
private
:
119
vtkDefaultPass
(
const
vtkDefaultPass
&) =
delete
;
120
void
operator=(
const
vtkDefaultPass
&) =
delete
;
121
};
122
123
#endif
vtkObject::New
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkRenderPass::Render
virtual void Render(const vtkRenderState *s)=0
Perform rendering according to a render state s.
vtkRenderPass.h
vtkDefaultPass
Implement the basic render passes.
Definition:
vtkDefaultPass.h:43
vtkRenderPass::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkOpenGLRenderWindow
OpenGL rendering window.
Definition:
vtkOpenGLRenderWindow.h:53
vtkRenderState
Context in which a vtkRenderPass will render.
Definition:
vtkRenderState.h:40
vtkRenderPass
Perform part of the rendering of a vtkRenderer.
Definition:
vtkRenderPass.h:58
Generated by
1.8.16