VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Charts
vtkContextItem.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkContextItem.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
27
#ifndef __vtkContextItem_h
28
#define __vtkContextItem_h
29
30
#include "
vtkAbstractContextItem.h
"
31
32
class
VTK_CHARTS_EXPORT
vtkContextItem
:
public
vtkAbstractContextItem
33
{
34
public
:
35
vtkTypeMacro(
vtkContextItem
,
vtkAbstractContextItem
);
36
virtual
void
PrintSelf
(ostream &os,
vtkIndent
indent);
37
39
40
vtkGetMacro(Opacity,
double
);
42
44
45
vtkSetMacro(Opacity,
double
);
47
48
//BTX
49
protected
:
50
vtkContextItem
();
51
~
vtkContextItem
();
52
53
double
Opacity
;
54
55
private
:
56
vtkContextItem
(
const
vtkContextItem
&);
// Not implemented.
57
void
operator=(
const
vtkContextItem
&);
// Not implemented.
58
//ETX
59
};
60
61
#endif //__vtkContextItem_h
VTK_CHARTS_EXPORT
#define VTK_CHARTS_EXPORT
Definition:
vtkWin32Header.h:285
vtkContextItem
base class for items that are part of a vtkContextScene.
Definition:
vtkContextItem.h:32
vtkContextItem::Opacity
double Opacity
Definition:
vtkContextItem.h:53
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
vtkAbstractContextItem.h
vtkAbstractContextItem
base class for items that are part of a vtkContextScene.
Definition:
vtkAbstractContextItem.h:37
vtkAbstractContextItem::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
Generated on Thu Oct 24 2019 21:14:24 for VTK by
1.8.6