 |
VTK
9.0.1
|
Go to the documentation of this file.
36 #ifndef vtkStreamGraph_h
37 #define vtkStreamGraph_h
40 #include "vtkInfovisCoreModule.h"
61 vtkSetMacro(UseEdgeWindow,
bool);
62 vtkGetMacro(UseEdgeWindow,
bool);
63 vtkBooleanMacro(UseEdgeWindow,
bool);
70 vtkSetStringMacro(EdgeWindowArrayName);
71 vtkGetStringMacro(EdgeWindowArrayName);
81 vtkSetMacro(EdgeWindow,
double);
82 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
~vtkStreamGraph() override
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
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkStreamGraph * New()
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of bits