21 #ifndef __vtkPipelineGraphSource_h
22 #define __vtkPipelineGraphSource_h
24 #include "vtkInfovisCoreModule.h"
25 #include "vtkDirectedGraphAlgorithm.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