VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
vtkLightingPainter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkLightingPainter.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
=========================================================================*/
20
#ifndef __vtkLightingPainter_h
21
#define __vtkLightingPainter_h
22
23
#include "
vtkPolyDataPainter.h
"
24
25
class
VTK_RENDERING_EXPORT
vtkLightingPainter
:
public
vtkPolyDataPainter
26
{
27
public
:
28
static
vtkLightingPainter
*
New
();
29
vtkTypeMacro(
vtkLightingPainter
,
vtkPolyDataPainter
);
30
void
PrintSelf
(ostream& os,
vtkIndent
indent);
31
32
protected
:
33
vtkLightingPainter
();
34
~
vtkLightingPainter
();
35
private
:
36
vtkLightingPainter
(
const
vtkLightingPainter
&);
// Not implemented.
37
void
operator=(
const
vtkLightingPainter
&);
// Not implemented.
38
};
39
40
#endif
41
Generated on Fri Aug 2 2013 12:20:02 for VTK by
1.8.4