Go to the documentation of this file.
43 #ifndef vtkDirectedGraphAlgorithm_h
44 #define vtkDirectedGraphAlgorithm_h
46 #include "vtkCommonExecutionModelModule.h"
Superclass for algorithms that produce only directed graph as output.
static vtkDirectedGraphAlgorithm * New()
Superclass for all sources, filters, and sinks in VTK.
~vtkDirectedGraphAlgorithm() override
void SetInputData(int index, vtkDataObject *obj)
vtkDirectedGraph * GetOutput(int index)
a simple class to control print indentation
vtkDirectedGraphAlgorithm()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify dataset behavior
vtkDirectedGraph * GetOutput()
Get the output data object for a port on this algorithm.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
general representation of visualization data
void SetInputData(vtkDataObject *obj)
Assign a data object as input.