VTK
vtkCompositedSynchronizedRenderers.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: $RCSfile$
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 =========================================================================*/
21 #ifndef __vtkCompositedSynchronizedRenderers_h
22 #define __vtkCompositedSynchronizedRenderers_h
23 
25 
26 class vtkFloatArray;
27 class vtkCompositer;
28 
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
37 
38  void SetCompositer(vtkCompositer*);
39  vtkGetObjectMacro(Compositer, vtkCompositer);
41 
42 //BTX
43 protected:
46 
47  virtual void MasterEndRender();
48  virtual void SlaveEndRender();
49  void CaptureRenderedDepthBuffer(vtkFloatArray* depth_buffer);
50 
52 private:
54  void operator=(const vtkCompositedSynchronizedRenderers&); // Not implemented
55 //ETX
56 };
57 
58 #endif
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of float
Definition: vtkFloatArray.h:42
a simple class to control print indentation
Definition: vtkIndent.h:37
static vtkSynchronizedRenderers * New()
virtual void MasterEndRender()
#define VTK_PARALLEL_EXPORT
synchronizes renderers across processes.
virtual void SlaveEndRender()
Super class for composite algorthms.
Definition: vtkCompositer.h:39