52 #ifndef __vtkMergeGraphs_h
53 #define __vtkMergeGraphs_h
55 #include "vtkInfovisCoreModule.h"
56 #include "vtkGraphAlgorithm.h"
68 void PrintSelf(ostream& os, vtkIndent indent);
77 vtkSetMacro(UseEdgeWindow,
bool);
78 vtkGetMacro(UseEdgeWindow,
bool);
79 vtkBooleanMacro(UseEdgeWindow,
bool);
84 vtkSetStringMacro(EdgeWindowArrayName);
85 vtkGetStringMacro(EdgeWindowArrayName);
92 vtkSetMacro(EdgeWindow,
double);
93 vtkGetMacro(EdgeWindow,
double);
100 virtual int RequestData(
102 vtkInformationVector**,
103 vtkInformationVector*);
105 virtual int FillInputPortInformation(
int port, vtkInformation *info);
Helper class for building a directed or directed graph.
char * EdgeWindowArrayName