21 #ifndef __vtkPipelineGraphSource_h
22 #define __vtkPipelineGraphSource_h
24 #include "vtkInfovisCoreModule.h"
26 #include <vtkStdString.h>
35 void PrintSelf(ostream& os, vtkIndent indent);
37 void AddSink(vtkObject*
object);
38 void RemoveSink(vtkObject*
object);
43 static void PipelineToDot(
vtkAlgorithm* sink, ostream& output,
const vtkStdString& graph_name =
"");
46 static void PipelineToDot(vtkCollection* sinks, ostream& output,
const vtkStdString& graph_name =
"");
54 vtkInformationVector**,
55 vtkInformationVector*);
a graph constructed from a VTK pipeline
static vtkDirectedGraphAlgorithm * New()
Superclass for all sources, filters, and sinks in VTK.
Superclass for algorithms that produce only directed graph as output.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)