26 #ifndef vtkStreamGraph_h
27 #define vtkStreamGraph_h
30 #include "vtkInfovisCoreModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
52 vtkSetMacro(UseEdgeWindow,
bool);
53 vtkGetMacro(UseEdgeWindow,
bool);
54 vtkBooleanMacro(UseEdgeWindow,
bool);
61 vtkSetStringMacro(EdgeWindowArrayName);
62 vtkGetStringMacro(EdgeWindowArrayName);
72 vtkSetMacro(EdgeWindow,
double);
73 vtkGetMacro(EdgeWindow,
double);
dynamic, self-adjusting array of bits
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
An editable directed graph.
Helper class for building a directed or directed graph.
~vtkStreamGraph() override
vtkMutableGraphHelper * CurrentGraph
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
char * EdgeWindowArrayName
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMergeGraphs * MergeGraphs
static vtkStreamGraph * New()
a vtkAbstractArray subclass for strings
A table, which contains similar-typed columns of data.