41 #ifndef __vtkStreamGraph_h
42 #define __vtkStreamGraph_h
44 #include "vtkInfovisCoreModule.h"
45 #include "vtkGraphAlgorithm.h"
49 class vtkMutableDirectedGraph;
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);
87 virtual int RequestData(
89 vtkInformationVector**,
90 vtkInformationVector*);
Helper class for building a directed or directed graph.
vtkMutableGraphHelper * CurrentGraph
vtkMergeGraphs * MergeGraphs
char * EdgeWindowArrayName