Remoting
Views
vtkPVRenderViewWithEDL.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3
// SPDX-License-Identifier: BSD-3-Clause
4
/*----------------------------------------------------------------------
5
Acknowledgement:
6
This algorithm is the result of joint work by Electricité de France,
7
CNRS, Collège de France and Université J. Fourier as part of the
8
Ph.D. thesis of Christian BOUCHENY.
9
------------------------------------------------------------------------*/
10
// .NAME vtkPVRenderViewWithEDL
11
// .SECTION Description
12
// vtkPVRenderViewWithEDL aims to create a custom render-view
13
// that uses an image-processing render pass for processing the image
14
// before rendering it on the screen.
15
16
#ifndef vtkPVRenderViewWithEDL_h
17
#define vtkPVRenderViewWithEDL_h
18
19
#include "
vtkPVRenderView.h
"
20
#include "
vtkRemotingViewsModule.h
"
//needed for exports
21
22
class
VTKREMOTINGVIEWS_EXPORT
vtkPVRenderViewWithEDL
:
public
vtkPVRenderView
23
{
24
public
:
25
static
vtkPVRenderViewWithEDL
*
New
();
26
vtkTypeMacro(
vtkPVRenderViewWithEDL
,
vtkPVRenderView
);
27
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
28
29
protected
:
30
vtkPVRenderViewWithEDL
();
31
32
private
:
33
vtkPVRenderViewWithEDL
(
const
vtkPVRenderViewWithEDL
&) =
delete
;
34
void
operator=(
const
vtkPVRenderViewWithEDL
&) =
delete
;
35
};
36
37
#endif
VTKREMOTINGVIEWS_EXPORT
#define VTKREMOTINGVIEWS_EXPORT
Definition:
vtkRemotingViewsModule.h:15
vtkPVRenderView.h
vtkIndent
vtkPVRenderView::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkRemotingViewsModule.h
vtkPVRenderViewWithEDL
Definition:
vtkPVRenderViewWithEDL.h:22
vtkPVRenderView::New
static vtkPVRenderView * New()
vtkPVRenderView
Render View for ParaView.
Definition:
vtkPVRenderView.h:64
Generated by
1.8.13 on Tue Dec 31 2024