VTK
9.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Charts
Core
vtkPlotPoints3D.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPlotPoints3D.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
29
#ifndef vtkPlotPoints3D_h
30
#define vtkPlotPoints3D_h
31
32
#include "vtkChartsCoreModule.h"
// For export macro
33
#include "
vtkPlot3D.h
"
34
35
class
vtkContext2D
;
36
37
class
VTKCHARTSCORE_EXPORT
vtkPlotPoints3D
:
public
vtkPlot3D
38
{
39
public
:
40
vtkTypeMacro(
vtkPlotPoints3D
,
vtkPlot3D
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
42
static
vtkPlotPoints3D
*
New
();
43
47
bool
Paint
(
vtkContext2D
* painter)
override
;
48
49
protected
:
50
vtkPlotPoints3D
();
51
~vtkPlotPoints3D
()
override
;
52
56
std::vector<vtkVector3f>
SelectedPoints
;
57
61
vtkTimeStamp
SelectedPointsBuildTime
;
62
63
private
:
64
vtkPlotPoints3D
(
const
vtkPlotPoints3D
&) =
delete
;
65
void
operator=(
const
vtkPlotPoints3D
&) =
delete
;
66
};
67
68
#endif
// vtkPlotPoints3D_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
vtkPlot3D
Abstract class for 3D plots.
Definition:
vtkPlot3D.h:45
vtkPlotPoints3D
3D scatter plot.
Definition:
vtkPlotPoints3D.h:38
vtkPlotPoints3D::Paint
bool Paint(vtkContext2D *painter) override
Paint event for the XY plot, called whenever the chart needs to be drawn.
vtkPlotPoints3D::vtkPlotPoints3D
vtkPlotPoints3D()
vtkPlotPoints3D::~vtkPlotPoints3D
~vtkPlotPoints3D() override
vtkPlotPoints3D::SelectedPoints
std::vector< vtkVector3f > SelectedPoints
The selected points.
Definition:
vtkPlotPoints3D.h:56
vtkPlotPoints3D::SelectedPointsBuildTime
vtkTimeStamp SelectedPointsBuildTime
The selected points.
Definition:
vtkPlotPoints3D.h:61
vtkPlotPoints3D::New
static vtkPlotPoints3D * New()
vtkPlotPoints3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTimeStamp
record modification and/or execution time
Definition:
vtkTimeStamp.h:52
vtkPlot3D.h
Generated on Fri Apr 21 2023 10:27:55 for VTK by
1.9.6