Go to the documentation of this file.
21 #ifndef vtkPipelineGraphSource_h
22 #define vtkPipelineGraphSource_h
#define VTKINFOVISCORE_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
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.
#define vtkTypeMacro(thisClass, superclass)
static void PipelineToDot(vtkAlgorithm *sink, ostream &output, const vtkStdString &graph_name="")
abstract base class for most VTK objects
create and manipulate unsorted lists of objects
void RemoveSink(vtkObject *object)
void AddSink(vtkObject *object)
GLsizei GLenum GLboolean sink
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
~vtkPipelineGraphSource()
Wrapper around std::string to keep symbols short.
static void PipelineToDot(vtkCollection *sinks, ostream &output, const vtkStdString &graph_name="")