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 
23 {
24 public:
25  static vtkPVRenderViewWithEDL* New();
27  void PrintSelf(ostream& os, vtkIndent indent) override;
28 
29 protected:
31 
32 private:
34  void operator=(const vtkPVRenderViewWithEDL&) = delete;
35 };
36 
37 #endif
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkPVRenderView * New()
Render View for ParaView.