VTK  9.2.6
vtkCompositeRenderManager.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkCompositeRenderManager.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=========================================================================*/
31
32#ifndef vtkCompositeRenderManager_h
33#define vtkCompositeRenderManager_h
34
36#include "vtkRenderingParallelModule.h" // For export macro
37
38class vtkCompositer;
39class vtkFloatArray;
40
75
76#endif // vtkCompositeRenderManager_h
~vtkCompositeRenderManager() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkCompositeRenderManager * New()
void PostRenderProcessing() override
Here is a good place to handle processing of data before and after render.
void SetCompositer(vtkCompositer *c)
Set/Get the composite algorithm.
vtkUnsignedCharArray * TmpPixelData
void PreRenderProcessing() override
Here is a good place to handle processing of data before and after render.
Super class for composite algorithms.
dynamic, self-adjusting array of float
a simple class to control print indentation
Definition vtkIndent.h:40
dynamic, self-adjusting array of unsigned char