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