VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dox
build
vtk6-YpT4yb
vtk6-6.2.0+dfsg1
Rendering
OpenGL2
vtkGaussianBlurPass.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkGaussianBlurPass.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
=========================================================================*/
48
#ifndef vtkGaussianBlurPass_h
49
#define vtkGaussianBlurPass_h
50
51
#include "vtkRenderingOpenGL2Module.h"
// For export macro
52
#include "
vtkImageProcessingPass.h
"
53
54
class
vtkOpenGLRenderWindow
;
55
class
vtkDepthPeelingPassLayerList;
// Pimpl
56
class
vtkFrameBufferObject
;
57
class
vtkTextureObject
;
58
namespace
vtkgl
59
{
60
class
CellBO;
61
}
62
63
class
VTKRENDERINGOPENGL2_EXPORT
vtkGaussianBlurPass
:
public
vtkImageProcessingPass
64
{
65
public
:
66
static
vtkGaussianBlurPass
*New();
67
vtkTypeMacro
(
vtkGaussianBlurPass
,
vtkImageProcessingPass
);
68
void
PrintSelf(ostream& os,
vtkIndent
indent);
69
70
//BTX
72
74
virtual
void
Render(
const
vtkRenderState
*
s
);
75
//ETX
77
80
void
ReleaseGraphicsResources(
vtkWindow
*
w
);
81
82
protected
:
84
vtkGaussianBlurPass
();
85
87
virtual
~
vtkGaussianBlurPass
();
88
90
91
vtkFrameBufferObject
*FrameBufferObject;
92
vtkTextureObject
*Pass1;
// render target for the scene
93
vtkTextureObject
*Pass2;
// render target for the horizontal pass
95
96
// Structures for the various cell types we render.
97
vtkgl::CellBO
*
BlurProgram
;
98
99
bool
Supported;
100
bool
SupportProbed;
101
102
private
:
103
vtkGaussianBlurPass
(
const
vtkGaussianBlurPass
&);
// Not implemented.
104
void
operator=(
const
vtkGaussianBlurPass
&);
// Not implemented.
105
};
106
107
#endif
vtkOpenGLRenderWindow
OpenGL rendering window.
Definition:
vtkOpenGLRenderWindow.h:40
vtkgl::CellBO
Definition:
vtkglVBOHelper.h:90
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition:
vtkSetGet.h:632
vtkImageProcessingPass
Convenient class for post-processing passes. render pass.
Definition:
vtkImageProcessingPass.h:39
vtkWindow
window superclass for vtkRenderWindow
Definition:
vtkWindow.h:33
vtkRenderState
Context in which a vtkRenderPass will render.
Definition:
vtkRenderState.h:39
vtkgl::w
GLubyte GLubyte GLubyte GLubyte w
Definition:
vtkgl.h:12054
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkgl
Definition:
vtkgl.h:11267
vtkFrameBufferObject
internal class which encapsulates OpenGL frame buffer object. Not to be used directly.
Definition:
vtkFrameBufferObject.h:46
vtkTextureObject
abstracts an OpenGL texture object.
Definition:
vtkTextureObject.h:39
vtkGaussianBlurPass::BlurProgram
vtkgl::CellBO * BlurProgram
Definition:
vtkGaussianBlurPass.h:97
vtkgl::s
GLdouble s
Definition:
vtkgl.h:11594
vtkImageProcessingPass.h
vtkGaussianBlurPass
Implement a post-processing Gaussian blur render pass.
Definition:
vtkGaussianBlurPass.h:64
Generated by
1.8.11