44 #ifndef vtkAnnotationLink_h 45 #define vtkAnnotationLink_h 47 #include "vtkFiltersGeneralModule.h" 86 void RemoveAllDomainMaps();
87 int GetNumberOfDomainMaps();
98 ~vtkAnnotationLink() VTK_OVERRIDE;
103 virtual
void ProcessEvents(
vtkObject* caller,
unsigned long eventId,
119 void ShallowCopyToOutput(
144 vtkAnnotationLink(const vtkAnnotationLink&) VTK_DELETE_FUNCTION;
145 void operator=(const vtkAnnotationLink&) VTK_DELETE_FUNCTION;
148 friend class Command;
abstract base class for most VTK objects
vtkTypeUInt32 vtkMTimeType
maintain an unordered list of data objects
Superclass for algorithms that produce only vtkAnnotationLayers as output.
A node in a selection tree.
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.