VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Charts
vtkPlotGrid.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPlotGrid.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
26
#ifndef __vtkPlotGrid_h
27
#define __vtkPlotGrid_h
28
29
#include "
vtkContextItem.h
"
30
31
class
vtkStdString
;
32
class
vtkContext2D
;
33
class
vtkPoints2D
;
34
class
vtkAxis
;
35
36
class
VTK_CHARTS_EXPORT
vtkPlotGrid
:
public
vtkContextItem
37
{
38
public
:
39
vtkTypeMacro(
vtkPlotGrid
,
vtkContextItem
);
40
virtual
void
PrintSelf
(ostream &os,
vtkIndent
indent);
41
43
static
vtkPlotGrid
*
New
();
44
46
virtual
void
SetXAxis(
vtkAxis
*axis);
47
49
virtual
void
SetYAxis(
vtkAxis
*axis);
50
52
virtual
bool
Paint
(
vtkContext2D
*painter);
53
54
//BTX
55
protected
:
56
vtkPlotGrid
();
57
~
vtkPlotGrid
();
58
60
62
vtkAxis
*
XAxis
;
63
vtkAxis
*
YAxis
;
65
66
private
:
67
vtkPlotGrid
(
const
vtkPlotGrid
&);
// Not implemented.
68
void
operator=(
const
vtkPlotGrid
&);
// Not implemented.
69
//ETX
70
};
71
72
#endif //__vtkPlotGrid_h
VTK_CHARTS_EXPORT
#define VTK_CHARTS_EXPORT
Definition:
vtkWin32Header.h:285
vtkPlotGrid::XAxis
vtkAxis * XAxis
Definition:
vtkPlotGrid.h:62
vtkStdString
Wrapper around vtkstd::string to keep symbols short.
Definition:
vtkStdString.h:45
vtkContextItem
base class for items that are part of a vtkContextScene.
Definition:
vtkContextItem.h:32
vtkAbstractContextItem::Paint
virtual bool Paint(vtkContext2D *painter)
vtkPlotGrid::YAxis
vtkAxis * YAxis
Definition:
vtkPlotGrid.h:63
vtkContext2D
Class for drawing 2D primitives to a graphical context.
Definition:
vtkContext2D.h:54
vtkAxis
takes care of drawing 2D axes
Definition:
vtkAxis.h:44
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
vtkPoints2D
represent and manipulate 2D points
Definition:
vtkPoints2D.h:34
vtkPlotGrid
takes care of drawing the plot grid
Definition:
vtkPlotGrid.h:36
vtkContextItem::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkObject::New
static vtkObject * New()
vtkContextItem.h
Generated on Thu Oct 24 2019 21:14:24 for VTK by
1.8.6