82#ifndef vtkAnnotationLink_h
83#define vtkAnnotationLink_h
86#include "vtkFiltersGeneralModule.h"
180 friend class Command;
Superclass for algorithms that produce only vtkAnnotationLayers as output.
Stores a ordered collection of annotation sets.
An algorithm for linking annotations among objects.
static vtkAnnotationLink * New()
virtual void SetCurrentSelection(vtkSelection *sel)
Set or get the current selection in the annotation layers.
vtkTable * GetDomainMap(int i)
The domain mappings.
void RemoveDomainMap(vtkTable *map)
The domain mappings.
~vtkAnnotationLink() override
void ShallowCopyToOutput(vtkAnnotationLayers *input, vtkAnnotationLayers *output, vtkSelection *sel)
Copy the data to the output objects.
vtkMTimeType GetMTime() override
Get the mtime of this object.
int FillInputPortInformation(int, vtkInformation *) override
Set up input ports.
void AddDomainMap(vtkTable *map)
The domain mappings.
virtual void ProcessEvents(vtkObject *caller, unsigned long eventId, void *callData)
Called to process modified events from its vtkAnnotationLayers.
vtkAnnotationLayers * AnnotationLayers
The shared selection.
int RequestData(vtkInformation *info, vtkInformationVector **inVector, vtkInformationVector *outVector) override
Shallow copy the internal selection to the output.
vtkDataObjectCollection * DomainMaps
The mappings between domains.
virtual vtkSelection * GetCurrentSelection()
Set or get the current selection in the annotation layers.
int GetNumberOfDomainMaps()
The domain mappings.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void RemoveAllDomainMaps()
The domain mappings.
int FillOutputPortInformation(int, vtkInformation *) override
Set up output ports.
virtual void SetAnnotationLayers(vtkAnnotationLayers *layers)
The annotations to be shared.
superclass for callback/observer methods
maintain an unordered list of data objects
a simple class to control print indentation
abstract base class for most VTK objects
data object that represents a "selection" in VTK.
A table, which contains similar-typed columns of data.
vtkTypeUInt32 vtkMTimeType