53 #ifndef vtkMergeGraphs_h
54 #define vtkMergeGraphs_h
56 #include "vtkInfovisCoreModule.h"
83 vtkGetMacro(UseEdgeWindow,
bool);
91 vtkSetStringMacro(EdgeWindowArrayName);
103 vtkGetMacro(EdgeWindow,
double);
dynamic, self-adjusting array of bits
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
a simple class to control print indentation
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int ExtendGraph(vtkMutableGraphHelper *g1, vtkGraph *g2)
This is the core functionality of the algorithm.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkMergeGraphs * New()
char * EdgeWindowArrayName
Helper class for building a directed or directed graph.
a vtkAbstractArray subclass for strings
A table, which contains similar-typed columns of data.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.