VTK  9.2.5
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 =========================================================================*/
82 #ifndef vtkAnnotationLink_h
83 #define vtkAnnotationLink_h
84 
86 #include "vtkFiltersGeneralModule.h" // For export macro
87 
88 class vtkCommand;
90 class vtkInformation;
92 class vtkSelection;
93 class vtkTable;
94 
95 class VTKFILTERSGENERAL_EXPORT vtkAnnotationLink : public vtkAnnotationLayersAlgorithm
96 {
97 public:
100  void PrintSelf(ostream& os, vtkIndent indent) override;
101 
103 
106  vtkGetObjectMacro(AnnotationLayers, vtkAnnotationLayers);
109 
111 
114  virtual void SetCurrentSelection(vtkSelection* sel);
117 
119 
122  void AddDomainMap(vtkTable* map);
128 
132  vtkMTimeType GetMTime() override;
133 
134 protected:
136  ~vtkAnnotationLink() override;
137 
141  virtual void ProcessEvents(vtkObject* caller, unsigned long eventId, void* callData);
142 
147 
152 
158 
163  vtkInformationVector* outVector) override;
164 
169 
174 
175 private:
176  vtkAnnotationLink(const vtkAnnotationLink&) = delete;
177  void operator=(const vtkAnnotationLink&) = delete;
178 
179  class Command;
180  friend class Command;
181  Command* Observer;
182 };
183 
184 #endif
Superclass for algorithms that produce only vtkAnnotationLayers as output.
Stores a ordered collection of annotation sets.
superclass for callback/observer methods
Definition: vtkCommand.h:395
maintain an unordered list of data objects
a simple class to control print indentation
Definition: vtkIndent.h:119
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
abstract base class for most VTK objects
Definition: vtkObject.h:82
data object that represents a "selection" in VTK.
Definition: vtkSelection.h:169
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:183
@ info
Definition: vtkX3D.h:382
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:287