10 #ifndef vtkPipelineGraphSource_h
11 #define vtkPipelineGraphSource_h
14 #include "vtkInfovisCoreModule.h"
17 VTK_ABI_NAMESPACE_BEGIN
34 static void PipelineToDot(
40 static void PipelineToDot(
Wrapper around std::string to keep symbols short.
abstract base class for most VTK objects
a graph constructed from a VTK pipeline
static vtkDirectedGraphAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for all sources, filters, and sinks in VTK.
Superclass for algorithms that produce only directed graph as output.
a simple class to control print indentation
create and manipulate ordered lists of objects
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.