72 #ifndef vtkTableToGraph_h
73 #define vtkTableToGraph_h
75 #include "vtkInfovisCoreModule.h"
94 void AddLinkVertex(
const char* column,
const char* domain = 0,
int hidden = 0);
99 void ClearLinkVertices();
104 void AddLinkEdge(
const char* column1,
const char* column2);
109 void ClearLinkEdges();
130 vtkGetMacro(Directed,
bool);
155 int ValidateLinkGraph();
static vtkGraphAlgorithm * New()
convert a vtkTable into a vtkGraph
a vtkAbstractArray subclass for strings
Superclass for algorithms that produce only graph as output.
vtkTypeUInt64 vtkMTimeType
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Proxy object to connect input/output ports.
a simple class to control print indentation
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkStringArray * VertexTableDomains
virtual vtkMTimeType GetMTime()
Return this object's modified time.
An editable directed graph.
vtkMutableDirectedGraph * LinkGraph
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
A table, which contains similar-typed columns of data.
dynamic, self-adjusting array of bits
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.