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