39 #ifndef __vtkUndirectedGraphAlgorithm_h
40 #define __vtkUndirectedGraphAlgorithm_h
42 #include "vtkCommonExecutionModelModule.h"
53 void PrintSelf(ostream& os, vtkIndent indent);
58 vtkInformationVector**,
59 vtkInformationVector*);
81 virtual int RequestInformation(vtkInformation* request,
82 vtkInformationVector** inputVector,
83 vtkInformationVector* outputVector);
88 virtual int RequestData(vtkInformation* request,
89 vtkInformationVector** inputVector,
90 vtkInformationVector* outputVector);
96 virtual int RequestUpdateExtent(vtkInformation*,
97 vtkInformationVector**,
98 vtkInformationVector*);
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()
vtkUndirectedGraph * GetOutput()
Superclass for algorithms that produce undirected graph as output.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)