22#ifndef vtkPipelineGraphSource_h
23#define vtkPipelineGraphSource_h
26#include "vtkInfovisCoreModule.h"
Superclass for all sources, filters, and sinks in VTK.
create and manipulate ordered 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 *sink)
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkPipelineGraphSource * New()
~vtkPipelineGraphSource() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
void RemoveSink(vtkObject *sink)
Wrapper around std::string to keep symbols short.