33 #ifndef vtkAnnotationLayersAlgorithm_h
34 #define vtkAnnotationLayersAlgorithm_h
36 #include "vtkCommonExecutionModelModule.h"
93 vtkInformationVector*);
96 int FillOutputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
97 int FillInputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
abstract class to specify dataset behavior
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
Superclass for algorithms that produce only vtkAnnotationLayers as output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkAnnotationLayers * GetOutput()
Get the output data object for a port on this algorithm.
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
void SetInputData(vtkDataObject *obj)
Assign a data object as input.
Stores a ordered collection of annotation sets.
static vtkAlgorithm * New()
general representation of visualization data