32 #ifndef __vtkAnnotationLayersAlgorithm_h
33 #define __vtkAnnotationLayersAlgorithm_h
35 #include "vtkCommonExecutionModelModule.h"
46 void PrintSelf(ostream& os, vtkIndent indent);
51 vtkInformationVector**,
52 vtkInformationVector*);
74 virtual int RequestInformation(vtkInformation* request,
75 vtkInformationVector** inputVector,
76 vtkInformationVector* outputVector);
81 virtual int RequestData(vtkInformation* request,
82 vtkInformationVector** inputVector,
83 vtkInformationVector* outputVector);
89 virtual int RequestUpdateExtent(vtkInformation*,
90 vtkInformationVector**,
91 vtkInformationVector*);
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Superclass for algorithms that produce only vtkAnnotationLayers as output.
vtkAnnotationLayers * GetOutput()
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
void SetInputData(vtkDataObject *obj)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Stores a ordered collection of annotation sets.
static vtkAlgorithm * New()
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)