|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   47 #ifndef vtkMergeGraphs_h 
   48 #define vtkMergeGraphs_h 
   51 #include "vtkInfovisCoreModule.h"  
   76   vtkSetMacro(UseEdgeWindow, 
bool);
 
   77   vtkGetMacro(UseEdgeWindow, 
bool);
 
   78   vtkBooleanMacro(UseEdgeWindow, 
bool);
 
   85   vtkSetStringMacro(EdgeWindowArrayName);
 
   86   vtkGetStringMacro(EdgeWindowArrayName);
 
   96   vtkSetMacro(EdgeWindow, 
double);
 
   97   vtkGetMacro(EdgeWindow, 
double);
 
  
Superclass for algorithms that produce only graph as output.
A table, which contains similar-typed columns of data.
Helper class for building a directed or directed graph.
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.
a simple class to control print indentation
char * EdgeWindowArrayName
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of bits
Base class for graph data types.
static vtkGraphAlgorithm * New()