VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
31
#ifndef __vtkPlotPoints3D_h
32
#define __vtkPlotPoints3D_h
33
34
#include "
vtkChartsCoreModule.h
"
// For export macro
35
#include "
vtkPlot3D.h
"
36
37
class
vtkContext2D
;
38
39
class
VTKCHARTSCORE_EXPORT
vtkPlotPoints3D
:
public
vtkPlot3D
40
{
41
public
:
42
vtkTypeMacro(
vtkPlotPoints3D
,
vtkPlot3D
);
43
virtual
void
PrintSelf
(ostream &os,
vtkIndent
indent);
44
static
vtkPlotPoints3D
*
New
();
45
48
virtual
bool
Paint
(
vtkContext2D
*painter);
49
50
//BTX
51
protected
:
52
vtkPlotPoints3D
();
53
~
vtkPlotPoints3D
();
54
56
std::vector<vtkVector3f>
SelectedPoints
;
57
59
vtkTimeStamp
SelectedPointsBuildTime
;
60
61
vtkNew<vtkPen>
SelectedPen
;
62
63
private
:
64
vtkPlotPoints3D
(
const
vtkPlotPoints3D
&);
// Not implemented.
65
void
operator=(
const
vtkPlotPoints3D
&);
// Not implemented.
66
//ETX
67
68
};
69
70
#endif //__vtkPlotPoints3D_h
vtkAbstractContextItem::Paint
virtual bool Paint(vtkContext2D *painter)
vtkTimeStamp
record modification and/or execution time
Definition:
vtkTimeStamp.h:34
vtkPlotPoints3D::SelectedPointsBuildTime
vtkTimeStamp SelectedPointsBuildTime
Definition:
vtkPlotPoints3D.h:59
vtkPlotPoints3D::SelectedPen
vtkNew< vtkPen > SelectedPen
Definition:
vtkPlotPoints3D.h:61
vtkPlotPoints3D::SelectedPoints
std::vector< vtkVector3f > SelectedPoints
Definition:
vtkPlotPoints3D.h:56
vtkPlot3D::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkContext2D
Class for drawing 2D primitives to a graphical context.
Definition:
vtkContext2D.h:56
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkNew< vtkPen >
vtkPlotPoints3D
3D scatter plot.
Definition:
vtkPlotPoints3D.h:39
vtkPlot3D.h
vtkPlot3D
Abstract class for 3D plots.
Definition:
vtkPlot3D.h:43
vtkObject::New
static vtkObject * New()
VTKCHARTSCORE_EXPORT
#define VTKCHARTSCORE_EXPORT
Definition:
vtkChartsCoreModule.h:15
vtkChartsCoreModule.h
Generated on Sat Jan 3 2015 22:28:53 for VTK by
1.8.8