Go to the documentation of this file.
33 #ifndef vtkAnnotationLayersAlgorithm_h
34 #define vtkAnnotationLayersAlgorithm_h
36 #include "vtkCommonExecutionModelModule.h"
Superclass for all sources, filters, and sinks in VTK.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
~vtkAnnotationLayersAlgorithm() override
void SetInputData(vtkDataObject *obj)
Assign a data object as input.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Stores a ordered collection of annotation sets.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkAnnotationLayersAlgorithm()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkAnnotationLayers * GetOutput()
Get the output data object for a port on this algorithm.
vtkAnnotationLayers * GetOutput(int index)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Superclass for algorithms that produce only vtkAnnotationLayers as output.
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void SetInputData(int index, vtkDataObject *obj)
static vtkAnnotationLayersAlgorithm * New()
general representation of visualization data