Go to the documentation of this file.
39 #ifndef vtkStreamGraph_h
40 #define vtkStreamGraph_h
42 #include "vtkInfovisCoreModule.h"
64 vtkSetMacro(UseEdgeWindow,
bool);
65 vtkGetMacro(UseEdgeWindow,
bool);
66 vtkBooleanMacro(UseEdgeWindow,
bool);
73 vtkSetStringMacro(EdgeWindowArrayName);
74 vtkGetStringMacro(EdgeWindowArrayName);
84 vtkSetMacro(EdgeWindow,
double);
85 vtkGetMacro(EdgeWindow,
double);
Superclass for algorithms that produce only graph as output.
An editable directed graph.
A table, which contains similar-typed columns of data.
vtkMutableGraphHelper * CurrentGraph
Helper class for building a directed or directed graph.
vtkMergeGraphs * MergeGraphs
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
char * EdgeWindowArrayName
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of bits
static vtkGraphAlgorithm * New()