VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
vtkSurfaceLICDefaultPainter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkSurfaceLICDefaultPainter.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
=========================================================================*/
29
#ifndef __vtkSurfaceLICDefaultPainter_h
30
#define __vtkSurfaceLICDefaultPainter_h
31
32
#include "
vtkDefaultPainter.h
"
33
34
class
vtkSurfaceLICPainter
;
35
36
class
VTK_RENDERING_EXPORT
vtkSurfaceLICDefaultPainter
:
public
vtkDefaultPainter
37
{
38
public
:
39
static
vtkSurfaceLICDefaultPainter
*
New
();
40
vtkTypeMacro(
vtkSurfaceLICDefaultPainter
,
vtkDefaultPainter
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
44
45
void
SetSurfaceLICPainter(
vtkSurfaceLICPainter
*);
46
vtkGetObjectMacro(SurfaceLICPainter,
vtkSurfaceLICPainter
);
48
49
//BTX
50
protected
:
51
vtkSurfaceLICDefaultPainter
();
52
~
vtkSurfaceLICDefaultPainter
();
53
55
virtual
void
BuildPainterChain
();
56
58
virtual
void
ReportReferences
(
vtkGarbageCollector
*collector);
59
60
vtkSurfaceLICPainter
*
SurfaceLICPainter
;
61
private
:
62
vtkSurfaceLICDefaultPainter
(
const
vtkSurfaceLICDefaultPainter
&);
// Not implemented.
63
void
operator=(
const
vtkSurfaceLICDefaultPainter
&);
// Not implemented.
64
//ETX
65
};
66
67
#endif
Generated on Fri Aug 2 2013 12:20:02 for VTK by
1.8.4