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