42#ifndef vtkStreamGraph_h
43#define vtkStreamGraph_h
46#include "vtkInfovisCoreModule.h"
67 vtkSetMacro(UseEdgeWindow,
bool);
68 vtkGetMacro(UseEdgeWindow,
bool);
69 vtkBooleanMacro(UseEdgeWindow,
bool);
76 vtkSetStringMacro(EdgeWindowArrayName);
77 vtkGetStringMacro(EdgeWindowArrayName);
87 vtkSetMacro(EdgeWindow,
double);
88 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
static vtkStreamGraph * New()
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
a vtkAbstractArray subclass for strings
A table, which contains similar-typed columns of data.