Go to the documentation of this file.
39 #ifndef vtkUndirectedGraphAlgorithm_h
40 #define vtkUndirectedGraphAlgorithm_h
#define VTKCOMMONEXECUTIONMODEL_EXPORT
GLsizei GLsizei GLuint * obj
Superclass for all sources, filters, and sinks in VTK.
void SetInputData(vtkDataObject *obj)
void PrintSelf(ostream &os, vtkIndent indent)
static vtkUndirectedGraphAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkUndirectedGraphAlgorithm()
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define vtkTypeMacro(thisClass, superclass)
vtkUndirectedGraph * GetOutput(int index)
void SetInputData(int index, vtkDataObject *obj)
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract class to specify dataset behavior
vtkUndirectedGraph * GetOutput()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce undirected graph as output.
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
general representation of visualization data
virtual int FillOutputPortInformation(int port, vtkInformation *info)
~vtkUndirectedGraphAlgorithm()