VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
vtkRepresentationPainter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkRepresentationPainter.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
=========================================================================*/
23
#ifndef __vtkRepresentationPainter_h
24
#define __vtkRepresentationPainter_h
25
26
#include "
vtkPolyDataPainter.h
"
27
28
class
VTK_RENDERING_EXPORT
vtkRepresentationPainter
:
public
vtkPolyDataPainter
29
{
30
public
:
31
static
vtkRepresentationPainter
*
New
();
32
vtkTypeMacro(
vtkRepresentationPainter
,
vtkPolyDataPainter
);
33
void
PrintSelf
(ostream& os,
vtkIndent
indent);
34
35
protected
:
36
vtkRepresentationPainter
();
37
~
vtkRepresentationPainter
();
38
39
private
:
40
vtkRepresentationPainter
(
const
vtkRepresentationPainter
&);
// Not implemented.
41
void
operator=(
const
vtkRepresentationPainter
&);
// Not implemented.
42
};
43
44
45
#endif
46
Generated on Thu Mar 13 2014 08:10:35 for VTK by
1.8.1.2