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 =========================================================================*/
31 #ifndef __vtkCompositeRenderManager_h
32 #define __vtkCompositeRenderManager_h
33 
35 
36 class vtkCompositer;
37 class vtkFloatArray;
38 
40 {
41 public:
44  virtual void PrintSelf(ostream &os, vtkIndent indent);
45 
47 
48  void SetCompositer(vtkCompositer *c);
49  vtkGetObjectMacro(Compositer, vtkCompositer);
51 
53 
54  vtkGetMacro(ImageProcessingTime, double);
56 
57 protected:
60 
62 
63  virtual void PreRenderProcessing();
64  virtual void PostRenderProcessing();
65 
69 
71 
72 private:
73  vtkCompositeRenderManager(const vtkCompositeRenderManager &);//Not implemented
74  void operator=(const vtkCompositeRenderManager &); //Not implemented
75 };
76 
77 #endif //__vtkCompositeRenderManager_h