VTK
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 
33 {
34 public:
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:
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
#define VTK_CHARTS_EXPORT
base class for items that are part of a vtkContextScene.
a simple class to control print indentation
Definition: vtkIndent.h:37
base class for items that are part of a vtkContextScene.
virtual void PrintSelf(ostream &os, vtkIndent indent)