22#ifndef vtkPipelineGraphSource_h
23#define vtkPipelineGraphSource_h
25#include "vtkInfovisCoreModule.h"
Superclass for all sources, filters, and sinks in VTK.
create and manipulate unsorted lists of objects
Superclass for algorithms that produce only directed graph as output.
a simple class to control print indentation
abstract base class for most VTK objects
a graph constructed from a VTK pipeline
void AddSink(vtkObject *object)
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.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void RemoveSink(vtkObject *object)
~vtkPipelineGraphSource()
static vtkPipelineGraphSource * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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.
Wrapper around std::string to keep symbols short.