Go to the documentation of this file.
66 #ifndef vtkTableToGraph_h
67 #define vtkTableToGraph_h
69 #include "vtkInfovisCoreModule.h"
88 void AddLinkVertex(
const char* column,
const char* domain =
nullptr,
int hidden = 0);
93 void ClearLinkVertices();
98 void AddLinkEdge(
const char* column1,
const char* column2);
103 void ClearLinkEdges();
123 vtkSetMacro(Directed,
bool);
124 vtkGetMacro(Directed,
bool);
125 vtkBooleanMacro(Directed,
bool);
149 int ValidateLinkGraph();
Superclass for algorithms that produce only graph as output.
An editable directed graph.
A table, which contains similar-typed columns of data.
vtkStringArray * VertexTableDomains
convert a vtkTable into a vtkGraph
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.
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
vtkMutableDirectedGraph * LinkGraph
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Proxy object to connect input/output ports.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of bits
static vtkGraphAlgorithm * New()
vtkTypeUInt32 vtkMTimeType