VTK
9.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
50
#ifndef vtkPlotLine3D_h
51
#define vtkPlotLine3D_h
52
53
#include "vtkChartsCoreModule.h"
// For export macro
54
#include "
vtkPlotPoints3D.h
"
55
56
class
VTKCHARTSCORE_EXPORT
vtkPlotLine3D
:
public
vtkPlotPoints3D
57
{
58
public
:
59
vtkTypeMacro(
vtkPlotLine3D
,
vtkPlotPoints3D
);
60
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
61
65
static
vtkPlotLine3D
*
New
();
66
70
bool
Paint
(
vtkContext2D
* painter)
override
;
71
72
protected
:
73
vtkPlotLine3D
();
74
~vtkPlotLine3D
()
override
;
75
76
private
:
77
vtkPlotLine3D
(
const
vtkPlotLine3D
&) =
delete
;
78
void
operator=(
const
vtkPlotLine3D
&) =
delete
;
79
};
80
81
#endif
// vtkPlotLine3D_h
vtkContext2D
Class for drawing 2D primitives to a graphical context.
Definition:
vtkContext2D.h:73
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:113
vtkPlotLine3D
Class for drawing an XYZ line plot given three columns from a vtkTable.
Definition:
vtkPlotLine3D.h:57
vtkPlotLine3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPlotLine3D::Paint
bool Paint(vtkContext2D *painter) override
Paint event for the XYZ plot, called whenever the chart needs to be drawn.
vtkPlotLine3D::~vtkPlotLine3D
~vtkPlotLine3D() override
vtkPlotLine3D::New
static vtkPlotLine3D * New()
Creates a 3D Chart object.
vtkPlotLine3D::vtkPlotLine3D
vtkPlotLine3D()
vtkPlotPoints3D
3D scatter plot.
Definition:
vtkPlotPoints3D.h:38
vtkPlotPoints3D.h
Generated on Fri Apr 21 2023 10:27:55 for VTK by
1.9.6