VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
demarle
Source
VTK
release
8.2
build
Utilities
Doxygen
dox
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
32
#ifndef vtkPlotPoints3D_h
33
#define vtkPlotPoints3D_h
34
35
#include "vtkChartsCoreModule.h"
// For export macro
36
#include "
vtkPlot3D.h
"
37
38
class
vtkContext2D
;
39
40
class
VTKCHARTSCORE_EXPORT
vtkPlotPoints3D
:
public
vtkPlot3D
41
{
42
public
:
43
vtkTypeMacro(
vtkPlotPoints3D
,
vtkPlot3D
);
44
void
PrintSelf
(ostream &os,
vtkIndent
indent)
override
;
45
static
vtkPlotPoints3D
*
New
();
46
50
bool
Paint
(
vtkContext2D
*painter)
override
;
51
52
protected
:
53
vtkPlotPoints3D
();
54
~
vtkPlotPoints3D
()
override
;
55
59
std::vector<vtkVector3f>
SelectedPoints
;
60
64
vtkTimeStamp
SelectedPointsBuildTime
;
65
66
private
:
67
vtkPlotPoints3D
(
const
vtkPlotPoints3D
&) =
delete
;
68
void
operator=(
const
vtkPlotPoints3D
&) =
delete
;
69
70
};
71
72
#endif //vtkPlotPoints3D_h
vtkAbstractContextItem::Paint
virtual bool Paint(vtkContext2D *painter)
Paint event for the item, called whenever the item needs to be drawn.
vtkTimeStamp
record modification and/or execution time
Definition:
vtkTimeStamp.h:35
vtkPlotPoints3D::SelectedPointsBuildTime
vtkTimeStamp SelectedPointsBuildTime
The selected points.
Definition:
vtkPlotPoints3D.h:64
vtkPlot3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPlotPoints3D::SelectedPoints
std::vector< vtkVector3f > SelectedPoints
The selected points.
Definition:
vtkPlotPoints3D.h:59
vtkContext2D
Class for drawing 2D primitives to a graphical context.
Definition:
vtkContext2D.h:58
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkPlotPoints3D
3D scatter plot.
Definition:
vtkPlotPoints3D.h:40
vtkPlot3D.h
vtkPlot3D
Abstract class for 3D plots.
Definition:
vtkPlot3D.h:44
vtkObject::New
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Generated by
1.8.11