41 #ifndef __vtkStreamGraph_h
42 #define __vtkStreamGraph_h
44 #include "vtkInfovisCoreModule.h"
59 void PrintSelf(ostream& os, vtkIndent indent);
64 vtkSetMacro(UseEdgeWindow,
bool);
65 vtkGetMacro(UseEdgeWindow,
bool);
66 vtkBooleanMacro(UseEdgeWindow,
bool);
71 vtkSetStringMacro(EdgeWindowArrayName);
72 vtkGetStringMacro(EdgeWindowArrayName);
79 vtkSetMacro(EdgeWindow,
double);
80 vtkGetMacro(EdgeWindow,
double);
89 vtkInformationVector**,
90 vtkInformationVector*);
static vtkGraphAlgorithm * New()
Helper class for building a directed or directed graph.
Superclass for algorithms that produce only graph as output.
vtkMutableGraphHelper * CurrentGraph
void PrintSelf(ostream &os, vtkIndent indent)
An editable directed graph.
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkMergeGraphs * MergeGraphs
char * EdgeWindowArrayName