VTK
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=========================================================================*/
32#ifndef vtkCompositeRenderManager_h
33#define vtkCompositeRenderManager_h
34
35#include "vtkRenderingParallelModule.h" // For export macro
37
38class vtkCompositer;
39class vtkFloatArray;
40
41class VTKRENDERINGPARALLEL_EXPORT vtkCompositeRenderManager : public vtkParallelRenderManager
42{
43public:
46 virtual void PrintSelf(ostream &os, vtkIndent indent);
47
49
53 vtkGetObjectMacro(Compositer, vtkCompositer);
55
57
60 vtkGetMacro(ImageProcessingTime, double);
62
63protected:
66
68
69 virtual void PreRenderProcessing();
70 virtual void PostRenderProcessing();
71
75
77
78private:
79 vtkCompositeRenderManager(const vtkCompositeRenderManager &) VTK_DELETE_FUNCTION;
80 void operator=(const vtkCompositeRenderManager &) VTK_DELETE_FUNCTION;
81};
82
83#endif //vtkCompositeRenderManager_h
An object to control sort-last parallel rendering.
virtual void PostRenderProcessing()
static vtkCompositeRenderManager * New()
void SetCompositer(vtkCompositer *c)
Set/Get the composite algorithm.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkUnsignedCharArray * TmpPixelData
virtual void PreRenderProcessing()
Here is a good place to handle processing of data before and after render.
Super class for composite algorthms.
Definition: vtkCompositer.h:42
dynamic, self-adjusting array of float
Definition: vtkFloatArray.h:42
a simple class to control print indentation
Definition: vtkIndent.h:40
An object to control parallel rendering.
dynamic, self-adjusting array of unsigned char