VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Charts
vtkPlotLine.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPlotLine.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
=========================================================================*/
15
24
#ifndef __vtkPlotLine_h
25
#define __vtkPlotLine_h
26
27
#include "
vtkPlotPoints.h
"
28
29
class
VTK_CHARTS_EXPORT
vtkPlotLine
:
public
vtkPlotPoints
30
{
31
public
:
32
vtkTypeMacro(
vtkPlotLine
,
vtkPlotPoints
);
33
virtual
void
PrintSelf
(ostream &os,
vtkIndent
indent);
34
36
static
vtkPlotLine
*
New
();
37
40
virtual
bool
Paint
(
vtkContext2D
*painter);
41
43
48
virtual
bool
PaintLegend
(
vtkContext2D
*painter,
const
vtkRectf
& rect,
49
int
legendIndex);
51
52
//BTX
53
protected
:
54
vtkPlotLine
();
55
~
vtkPlotLine
();
56
57
private
:
58
vtkPlotLine
(
const
vtkPlotLine
&);
// Not implemented.
59
void
operator=(
const
vtkPlotLine
&);
// Not implemented.
60
61
//ETX
62
};
63
64
#endif //__vtkPlotLine_h
Generated on Wed May 30 2012 13:21:49 for VTK by
1.8.1