VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dox
Charts
Core
vtkPlotLine3D.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPlotLine3D.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
33
#ifndef vtkPlotLine3D_h
34
#define vtkPlotLine3D_h
35
36
#include "
vtkChartsCoreModule.h
"
// For export macro
37
#include "
vtkPlotPoints3D.h
"
38
39
class
VTKCHARTSCORE_EXPORT
vtkPlotLine3D
:
public
vtkPlotPoints3D
40
{
41
public
:
42
vtkTypeMacro(
vtkPlotLine3D
,
vtkPlotPoints3D
);
43
virtual
void
PrintSelf
(ostream &os,
vtkIndent
indent);
44
46
static
vtkPlotLine3D
*
New
();
47
50
virtual
bool
Paint
(
vtkContext2D
*painter);
51
52
//BTX
53
protected
:
54
vtkPlotLine3D
();
55
~
vtkPlotLine3D
();
56
57
private
:
58
vtkPlotLine3D
(
const
vtkPlotLine3D
&);
// Not implemented.
59
void
operator=(
const
vtkPlotLine3D
&);
// Not implemented.
60
61
//ETX
62
};
63
64
#endif //vtkPlotLine3D_h
vtkPlotPoints3D.h
vtkPlotPoints3D::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkPlotPoints3D::New
static vtkPlotPoints3D * New()
vtkContext2D
Class for drawing 2D primitives to a graphical context.
Definition:
vtkContext2D.h:56
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkPlotPoints3D::Paint
virtual bool Paint(vtkContext2D *painter)
vtkPlotLine3D
Class for drawing an XYZ line plot given three columns from a vtkTable.
Definition:
vtkPlotLine3D.h:39
vtkPlotPoints3D
3D scatter plot.
Definition:
vtkPlotPoints3D.h:39
VTKCHARTSCORE_EXPORT
#define VTKCHARTSCORE_EXPORT
Definition:
vtkChartsCoreModule.h:15
vtkChartsCoreModule.h
Generated on Wed Dec 16 2015 17:14:47 for VTK by
1.8.9.1