50 #ifndef vtkAnnotationLink_h
51 #define vtkAnnotationLink_h
53 #include "vtkFiltersGeneralModule.h"
92 void RemoveAllDomainMaps();
93 int GetNumberOfDomainMaps();
104 ~vtkAnnotationLink() VTK_OVERRIDE;
109 virtual
void ProcessEvents(
vtkObject* caller,
unsigned long eventId,
125 void ShallowCopyToOutput(
150 vtkAnnotationLink(const vtkAnnotationLink&) VTK_DELETE_FUNCTION;
151 void operator=(const vtkAnnotationLink&) VTK_DELETE_FUNCTION;
154 friend class Command;
abstract base class for most VTK objects
maintain an unordered list of data objects
Superclass for algorithms that produce only vtkAnnotationLayers as output.
A node in a selection tree.
vtkTypeUInt64 vtkMTimeType
superclass for callback/observer methods
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
static vtkAnnotationLayersAlgorithm * New()
A table, which contains similar-typed columns of data.
Stores a ordered collection of annotation sets.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
An algorithm for linking annotations among objects.