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=========================================================================*/
53#ifndef vtkAnnotationLink_h
54#define vtkAnnotationLink_h
55
57#include "vtkFiltersGeneralModule.h" // For export macro
58
59class vtkCommand;
61class vtkInformation;
63class vtkSelection;
64class vtkTable;
65
66class VTKFILTERSGENERAL_EXPORT vtkAnnotationLink : public vtkAnnotationLayersAlgorithm
67{
68public:
71 void PrintSelf(ostream& os, vtkIndent indent) override;
72
74
77 vtkGetObjectMacro(AnnotationLayers, vtkAnnotationLayers);
80
82
88
90
99
104
105protected:
108
112 virtual void ProcessEvents(vtkObject* caller, unsigned long eventId, void* callData);
113
118
123
129
134 vtkInformationVector* outVector) override;
135
140
145
146private:
147 vtkAnnotationLink(const vtkAnnotationLink&) = delete;
148 void operator=(const vtkAnnotationLink&) = delete;
149
150 class Command;
151 friend class Command;
152 Command* Observer;
153};
154
155#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:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
abstract base class for most VTK objects
Definition: vtkObject.h:63
data object that represents a "selection" in VTK.
Definition: vtkSelection.h:60
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:74
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:287