VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Views
Infovis
vtkViewUpdater.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkViewUpdater.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
/*-------------------------------------------------------------------------
16
Copyright 2008 Sandia Corporation.
17
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18
the U.S. Government retains certain rights in this software.
19
-------------------------------------------------------------------------*/
33
#ifndef __vtkViewUpdater_h
34
#define __vtkViewUpdater_h
35
36
#include "vtkViewsInfovisModule.h"
// For export macro
37
#include "
vtkObject.h
"
38
39
class
vtkAnnotationLink
;
40
class
vtkView
;
41
42
class
VTKVIEWSINFOVIS_EXPORT
vtkViewUpdater
:
public
vtkObject
43
{
44
public
:
45
static
vtkViewUpdater
*
New
();
46
vtkTypeMacro(
vtkViewUpdater
,
vtkObject
);
47
void
PrintSelf
(ostream& os,
vtkIndent
indent);
48
49
void
AddView(
vtkView
* view);
50
void
RemoveView(
vtkView
* view);
51
52
void
AddAnnotationLink(
vtkAnnotationLink
* link);
53
54
protected
:
55
vtkViewUpdater
();
56
~
vtkViewUpdater
();
57
58
private
:
59
vtkViewUpdater
(
const
vtkViewUpdater
&);
// Not implemented.
60
void
operator=(
const
vtkViewUpdater
&);
// Not implemented.
61
62
//BTX
63
class
vtkViewUpdaterInternals;
64
vtkViewUpdaterInternals* Internals;
65
//ETX
66
};
67
68
#endif
Generated on Thu May 24 2012 22:22:38 for VTK by
1.8.1