VTK
9.4.20251007
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
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
21
22
#ifndef vtkPlotLine3D_h
23
#define vtkPlotLine3D_h
24
25
#include "vtkChartsCoreModule.h"
// For export macro
26
#include "
vtkPlotPoints3D.h
"
27
#include "
vtkWrappingHints.h
"
// For VTK_MARSHALAUTO
28
29
VTK_ABI_NAMESPACE_BEGIN
30
class
VTKCHARTSCORE_EXPORT
VTK_MARSHALAUTO
vtkPlotLine3D
:
public
vtkPlotPoints3D
31
{
32
public
:
33
vtkTypeMacro(
vtkPlotLine3D
,
vtkPlotPoints3D
);
34
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
35
39
static
vtkPlotLine3D
*
New
();
40
44
bool
Paint
(
vtkContext2D
* painter)
override
;
45
46
protected
:
47
vtkPlotLine3D
();
48
~vtkPlotLine3D
()
override
;
49
50
private
:
51
vtkPlotLine3D
(
const
vtkPlotLine3D
&) =
delete
;
52
void
operator=(
const
vtkPlotLine3D
&) =
delete
;
53
};
54
55
VTK_ABI_NAMESPACE_END
56
#endif
// vtkPlotLine3D_h
vtkContext2D
Class for drawing 2D primitives to a graphical context.
Definition
vtkContext2D.h:50
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:29
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::vtkPlotPoints3D
vtkPlotPoints3D()
vtkPlotPoints3D.h
vtkWrappingHints.h
VTK_MARSHALAUTO
#define VTK_MARSHALAUTO
Definition
vtkWrappingHints.h:53
Generated on
for VTK by
1.14.0