41 #ifndef vtkAnnotationLink_h
42 #define vtkAnnotationLink_h
45 #include "vtkFiltersGeneralModule.h"
47 VTK_ABI_NAMESPACE_BEGIN
84 void RemoveAllDomainMaps();
85 int GetNumberOfDomainMaps();
101 virtual void ProcessEvents(
vtkObject* caller,
unsigned long eventId,
void* callData);
116 void ShallowCopyToOutput(
140 friend class Command;
144 VTK_ABI_NAMESPACE_END
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.
data object that represents a "selection" in VTK.
vtkAnnotationLayers * AnnotationLayers
The shared selection.
superclass for callback/observer methods
a simple class to control print indentation
vtkDataObjectCollection * DomainMaps
The mappings between domains.
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
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.