Go to the documentation of this file.
22 #ifndef vtkPipelineGraphSource_h
23 #define vtkPipelineGraphSource_h
25 #include "vtkInfovisCoreModule.h"
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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 unsorted lists of objects
void RemoveSink(vtkObject *object)
void AddSink(vtkObject *object)
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
~vtkPipelineGraphSource()
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.