VTK
9.3.0
Charts
Core
vtkPlotLine3D.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
3
31
#ifndef vtkPlotLine3D_h
32
#define vtkPlotLine3D_h
33
34
#include "vtkChartsCoreModule.h"
// For export macro
35
#include "
vtkPlotPoints3D.h
"
36
37
VTK_ABI_NAMESPACE_BEGIN
38
class
VTKCHARTSCORE_EXPORT
vtkPlotLine3D
:
public
vtkPlotPoints3D
39
{
40
public
:
41
vtkTypeMacro(
vtkPlotLine3D
,
vtkPlotPoints3D
);
42
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
43
47
static
vtkPlotLine3D
*
New
();
48
52
bool
Paint
(
vtkContext2D
* painter)
override
;
53
54
protected
:
55
vtkPlotLine3D
();
56
~vtkPlotLine3D
()
override
;
57
58
private
:
59
vtkPlotLine3D
(
const
vtkPlotLine3D
&) =
delete
;
60
void
operator=(
const
vtkPlotLine3D
&) =
delete
;
61
};
62
63
VTK_ABI_NAMESPACE_END
64
#endif
// vtkPlotLine3D_h
vtkContext2D
Class for drawing 2D primitives to a graphical context.
Definition:
vtkContext2D.h:59
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkPlotLine3D
Class for drawing an XYZ line plot given three columns from a vtkTable.
Definition:
vtkPlotLine3D.h:39
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::New
static vtkPlotLine3D * New()
Creates a 3D Chart object.
vtkPlotLine3D::~vtkPlotLine3D
~vtkPlotLine3D() override
vtkPlotLine3D::vtkPlotLine3D
vtkPlotLine3D()
vtkPlotPoints3D
3D scatter plot.
Definition:
vtkPlotPoints3D.h:30
vtkPlotPoints3D.h
Generated on Tue Feb 6 2024 04:37:55 for VTK by
1.9.1