VTK  9.1.0
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=========================================================================*/
62#ifndef vtkAnnotationLink_h
63#define vtkAnnotationLink_h
64
66#include "vtkFiltersGeneralModule.h" // For export macro
67
68class vtkCommand;
70class vtkInformation;
72class vtkSelection;
73class vtkTable;
74
75class VTKFILTERSGENERAL_EXPORT vtkAnnotationLink : public vtkAnnotationLayersAlgorithm
76{
77public:
80 void PrintSelf(ostream& os, vtkIndent indent) override;
81
83
86 vtkGetObjectMacro(AnnotationLayers, vtkAnnotationLayers);
89
91
97
99
108
113
114protected:
117
121 virtual void ProcessEvents(vtkObject* caller, unsigned long eventId, void* callData);
122
127
132
138
143 vtkInformationVector* outVector) override;
144
149
154
155private:
156 vtkAnnotationLink(const vtkAnnotationLink&) = delete;
157 void operator=(const vtkAnnotationLink&) = delete;
158
159 class Command;
160 friend class Command;
161 Command* Observer;
162};
163
164#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:394
maintain an unordered list of data objects
a simple class to control print indentation
Definition: vtkIndent.h:43
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
abstract base class for most VTK objects
Definition: vtkObject.h:72
data object that represents a "selection" in VTK.
Definition: vtkSelection.h:63
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:72
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:287