VTK
vtkCompositePainter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkCompositePainter.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 =========================================================================*/
24 #ifndef __vtkCompositePainter_h
25 #define __vtkCompositePainter_h
26 
27 #include "vtkPainter.h"
28 
30 {
31 public:
32  static vtkCompositePainter* New();
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
38  virtual vtkDataObject* GetOutput();
39 
40 //BTX
41 protected:
44 
46  virtual void ReportReferences(vtkGarbageCollector *collector);
47 
49 
54  virtual void RenderInternal(vtkRenderer* renderer, vtkActor* actor,
55  unsigned long typeflags, bool forceCompileOnly);
57 
59 private:
60  vtkCompositePainter(const vtkCompositePainter&); // Not implemented.
61  void operator=(const vtkCompositePainter&); // Not implemented.
62 //ETX
63 };
64 
65 #endif
66 
67 
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:49
painter that can be inserted before any vtkDataSet painting chain to handle composite datasets...
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
virtual void ReportReferences(vtkGarbageCollector *collector)
virtual vtkDataObject * GetOutput()
Definition: vtkPainter.h:155
abstract specification for renderers
Definition: vtkRenderer.h:69
Detect and break reference loops.
a simple class to control print indentation
Definition: vtkIndent.h:37
#define VTK_RENDERING_EXPORT
vtkDataObject * OutputData
Abstract class for drawing poly data.
Definition: vtkPainter.h:62
static vtkObject * New()
general representation of visualization data
Definition: vtkDataObject.h:70
virtual void PrintSelf(ostream &os, vtkIndent indent)