52 #ifndef __vtkMergeGraphs_h
53 #define __vtkMergeGraphs_h
55 #include "vtkInfovisCoreModule.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);
102 vtkInformationVector**,
103 vtkInformationVector*);
static vtkGraphAlgorithm * New()
Helper class for building a directed or directed graph.
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
void PrintSelf(ostream &os, vtkIndent indent)
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
char * EdgeWindowArrayName
virtual int FillInputPortInformation(int port, vtkInformation *info)