VTK  9.2.6
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=========================================================================*/
46
47#ifndef vtkAnnotationLink_h
48#define vtkAnnotationLink_h
49
51#include "vtkFiltersGeneralModule.h" // For export macro
52
53class vtkCommand;
55class vtkInformation;
57class vtkSelection;
58class vtkTable;
59
60class VTKFILTERSGENERAL_EXPORT vtkAnnotationLink : public vtkAnnotationLayersAlgorithm
61{
62public:
65 void PrintSelf(ostream& os, vtkIndent indent) override;
66
68
74
76
82
84
93
98
99protected:
102
106 virtual void ProcessEvents(vtkObject* caller, unsigned long eventId, void* callData);
107
112
117
123
128 vtkInformationVector* outVector) override;
129
134
139
140private:
141 vtkAnnotationLink(const vtkAnnotationLink&) = delete;
142 void operator=(const vtkAnnotationLink&) = delete;
143
144 class Command;
145 friend class Command;
146 Command* Observer;
147};
148
149#endif
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:34
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
data object that represents a "selection" in VTK.
A table, which contains similar-typed columns of data.
Definition vtkTable.h:68
vtkTypeUInt32 vtkMTimeType
Definition vtkType.h:287