38 #ifndef __vtkTreeAlgorithm_h
39 #define __vtkTreeAlgorithm_h
41 #include "vtkCommonExecutionModelModule.h"
52 void PrintSelf(ostream& os, vtkIndent indent);
57 vtkInformationVector**,
58 vtkInformationVector*);
64 vtkTree* GetOutput(
int index);
80 virtual int RequestInformation(vtkInformation* request,
81 vtkInformationVector** inputVector,
82 vtkInformationVector* outputVector);
87 virtual int RequestData(vtkInformation* request,
88 vtkInformationVector** inputVector,
89 vtkInformationVector* outputVector);
95 virtual int RequestUpdateExtent(vtkInformation*,
96 vtkInformationVector**,
97 vtkInformationVector*);
Superclass for algorithms that produce only Tree as output.
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
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)
static vtkAlgorithm * New()
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)