Go to the documentation of this file.
22 #ifndef vtkPipelineGraphSource_h
23 #define vtkPipelineGraphSource_h
25 #include "vtkInfovisCoreModule.h"
a graph constructed from a VTK pipeline
static vtkPipelineGraphSource * New()
Superclass for algorithms that produce only directed graph as output.
Superclass for all sources, filters, and sinks in VTK.
static void PipelineToDot(vtkAlgorithm *sink, ostream &output, const vtkStdString &graph_name="")
Generates a GraphViz DOT file that describes the VTK pipeline terminating at the given sink.
abstract base class for most VTK objects
create and manipulate ordered lists of objects
void RemoveSink(vtkObject *object)
void AddSink(vtkObject *object)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
~vtkPipelineGraphSource() override
Wrapper around std::string to keep symbols short.
static void PipelineToDot(vtkCollection *sinks, ostream &output, const vtkStdString &graph_name="")
Generates a GraphViz DOT file that describes the VTK pipeline terminating at the given sinks.