VTK
vtkAnnotationLink.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkAnnotationLink.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 =========================================================================*/
52 #ifndef vtkAnnotationLink_h
53 #define vtkAnnotationLink_h
54 
55 #include "vtkFiltersGeneralModule.h" // For export macro
57 
58 class vtkCommand;
60 class vtkInformation;
62 class vtkSelection;
63 class vtkTable;
64 
66 {
67 public:
70  void PrintSelf(ostream& os, vtkIndent indent);
71 
73 
77 
79 
80  virtual void SetCurrentSelection(vtkSelection* sel);
83 
85 
86  void AddDomainMap(vtkTable* map);
92 
94  virtual unsigned long GetMTime();
95 
96 protected:
99 
101 
102  virtual void ProcessEvents(vtkObject* caller, unsigned long eventId,
103  void* callData);
105 
108 
111 
113 
116  vtkAnnotationLayers* output,
117  vtkSelection* sel);
119 
121 
122  virtual int RequestData(
124  vtkInformationVector **inVector,
125  vtkInformationVector *outVector);
127 
130 
133 
134 
135 private:
136  vtkAnnotationLink(const vtkAnnotationLink&); // Not implemented.
137  void operator=(const vtkAnnotationLink&); // Not implemented.
138 
139  //BTX
140  class Command;
141  friend class Command;
142  Command* Observer;
143  //ETX
144 };
145 
146 #endif
vtkCommand
superclass for callback/observer methods
Definition: vtkCommand.h:326
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkDataObjectCollection
maintain an unordered list of data objects
Definition: vtkDataObjectCollection.h:34
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTable
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:68
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkObject
abstract base class for most VTK objects
Definition: vtkObject.h:62
vtkSelection
A node in a selection tree. Used to store selection results.
Definition: vtkSelection.h:45
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkAnnotationLayers
Stores a ordered collection of annotation sets.
Definition: vtkAnnotationLayers.h:42
vtkAnnotationLayersAlgorithm.h
vtkFiltersGeneralModule.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
VTKFILTERSGENERAL_EXPORT
#define VTKFILTERSGENERAL_EXPORT
Definition: vtkFiltersGeneralModule.h:15
vtkAnnotationLayersAlgorithm
Superclass for algorithms that produce only vtkAnnotationLayers as output.
Definition: vtkAnnotationLayersAlgorithm.h:42
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376