VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Rendering
OpenGL2
vtkImageProcessingPass.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
15
#ifndef vtkImageProcessingPass_h
16
#define vtkImageProcessingPass_h
17
18
#include "
vtkOpenGLRenderPass.h
"
19
#include "vtkRenderingOpenGL2Module.h"
// For export macro
20
21
VTK_ABI_NAMESPACE_BEGIN
22
class
vtkOpenGLRenderWindow
;
23
class
vtkDepthPeelingPassLayerList;
// Pimpl
24
class
vtkOpenGLFramebufferObject
;
25
class
vtkTextureObject
;
26
27
class
VTKRENDERINGOPENGL2_EXPORT
vtkImageProcessingPass
:
public
vtkOpenGLRenderPass
28
{
29
public
:
30
vtkTypeMacro(
vtkImageProcessingPass
,
vtkOpenGLRenderPass
);
31
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
32
38
void
ReleaseGraphicsResources
(
vtkWindow
* w)
override
;
39
41
47
vtkGetObjectMacro(DelegatePass,
vtkRenderPass
);
48
virtual
void
SetDelegatePass(
vtkRenderPass
* delegatePass);
50
51
protected
:
55
vtkImageProcessingPass
();
56
60
~
vtkImageProcessingPass
()
override
;
61
71
void
RenderDelegate(
const
vtkRenderState
* s,
int
width,
int
height
,
int
newWidth,
int
newHeight,
72
vtkOpenGLFramebufferObject
* fbo,
vtkTextureObject
*
target
);
73
74
vtkRenderPass
*
DelegatePass
;
75
76
private
:
77
vtkImageProcessingPass
(
const
vtkImageProcessingPass
&) =
delete
;
78
void
operator=(
const
vtkImageProcessingPass
&) =
delete
;
79
};
80
81
VTK_ABI_NAMESPACE_END
82
#endif
vtkOpenGLRenderWindow
OpenGL rendering window.
Definition:
vtkOpenGLRenderWindow.h:43
vtkOpenGLRenderPass::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImageProcessingPass
Convenient class for post-processing passes.
Definition:
vtkImageProcessingPass.h:27
vtkWindow
window superclass for vtkRenderWindow
Definition:
vtkWindow.h:27
vtkRenderState
Context in which a vtkRenderPass will render.
Definition:
vtkRenderState.h:29
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:28
target
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Definition:
vtkBoostGraphAdapter.h:961
vtkX3D::height
Definition:
vtkX3D.h:254
vtkImageProcessingPass::DelegatePass
vtkRenderPass * DelegatePass
Definition:
vtkImageProcessingPass.h:74
vtkOpenGLFramebufferObject
Internal class which encapsulates OpenGL FramebufferObject.
Definition:
vtkOpenGLFramebufferObject.h:173
vtkTextureObject
abstracts an OpenGL texture object.
Definition:
vtkTextureObject.h:32
vtkRenderPass::ReleaseGraphicsResources
virtual void ReleaseGraphicsResources(vtkWindow *w)
Release graphics resources and ask components to release their own resources.
vtkOpenGLRenderPass.h
vtkRenderPass
Perform part of the rendering of a vtkRenderer.
Definition:
vtkRenderPass.h:48
vtkOpenGLRenderPass
Abstract render pass with shader modifications.
Definition:
vtkOpenGLRenderPass.h:27
Generated on Sun Dec 8 2024 22:23:48 for VTK by
1.8.10