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);
130 vtkGetMacro(Directed,
bool);
Proxy object to connect input/output ports.
dynamic, self-adjusting array of bits
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
An editable directed graph.
a vtkAbstractArray subclass for strings
convert a vtkTable into a vtkGraph
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual vtkMTimeType GetMTime()
Get the current modified time.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void SetLinkGraph(vtkMutableDirectedGraph *g)
void ClearLinkEdges()
Clear the link graph edges.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void LinkColumnPath(vtkStringArray *column, vtkStringArray *domain=0, vtkBitArray *hidden=0)
Links the columns in a specific order.
static vtkTableToGraph * New()
void ClearLinkVertices()
Clear the link graph vertices.
vtkStringArray * VertexTableDomains
void AddLinkEdge(const char *column1, const char *column2)
Add an edge to the link graph.
vtkMutableDirectedGraph * LinkGraph
int ValidateLinkGraph()
Validate that the link graph is in the appropriate format.
void AddLinkVertex(const char *column, const char *domain=0, int hidden=0)
Add a vertex to the link graph.
void SetVertexTableConnection(vtkAlgorithmOutput *in)
A convenience method for setting the vertex table input.
A table, which contains similar-typed columns of data.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkTypeUInt64 vtkMTimeType