VTK
vtkImageRenderManager.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageRenderManager.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 __vtkImageRenderManager_h
33 #define __vtkImageRenderManager_h
34 
36 
38 {
39 public:
41  static vtkImageRenderManager *New();
42  virtual void PrintSelf(ostream &os, vtkIndent indent);
43 
44 protected:
47 
48  virtual void PreRenderProcessing();
49  virtual void PostRenderProcessing();
50 
51 private:
52  vtkImageRenderManager(const vtkImageRenderManager &);//Not implemented
53  void operator=(const vtkImageRenderManager &); //Not implemented
54 };
55 
56 #endif //__vtkImageRenderManager_h
An object to control parallel rendering.
An object to control sort-first parallel rendering.
a simple class to control print indentation
Definition: vtkIndent.h:37
virtual void PreRenderProcessing()=0
#define VTK_PARALLEL_EXPORT
virtual void PostRenderProcessing()=0
static vtkObject * New()
virtual void PrintSelf(ostream &os, vtkIndent indent)