VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
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
29
class
VTK_RENDERING_EXPORT
vtkCompositePainter
:
public
vtkPainter
30
{
31
public
:
32
static
vtkCompositePainter
*
New
();
33
vtkTypeMacro(
vtkCompositePainter
,
vtkPainter
);
34
void
PrintSelf
(ostream& os,
vtkIndent
indent);
35
38
virtual
vtkDataObject
*
GetOutput
();
39
40
//BTX
41
protected
:
42
vtkCompositePainter
();
43
~
vtkCompositePainter
();
44
46
virtual
void
ReportReferences
(
vtkGarbageCollector
*collector);
47
49
54
virtual
void
RenderInternal
(
vtkRenderer
* renderer,
vtkActor
* actor,
55
unsigned
long
typeflags,
bool
forceCompileOnly);
57
58
vtkDataObject
*
OutputData
;
59
private
:
60
vtkCompositePainter
(
const
vtkCompositePainter
&);
// Not implemented.
61
void
operator=(
const
vtkCompositePainter
&);
// Not implemented.
62
//ETX
63
};
64
65
#endif
66
67
Generated on Wed Nov 21 2012 21:34:03 for VTK by
1.8.2