74 #ifndef __vtkTableToGraph_h
75 #define __vtkTableToGraph_h
77 #include "vtkInfovisCoreModule.h"
90 void PrintSelf(ostream& os, vtkIndent indent);
94 void AddLinkVertex(
const char* column,
const char* domain = 0,
int hidden = 0);
97 void ClearLinkVertices();
101 void AddLinkEdge(
const char* column1,
const char* column2);
104 void ClearLinkEdges();
114 void LinkColumnPath(vtkStringArray* column, vtkStringArray* domain = 0, vtkBitArray* hidden = 0);
118 vtkSetMacro(Directed,
bool);
119 vtkGetMacro(Directed,
bool);
120 vtkBooleanMacro(Directed,
bool);
124 virtual unsigned long GetMTime();
137 int ValidateLinkGraph();
143 vtkInformationVector**,
144 vtkInformationVector*);
148 vtkInformationVector**,
149 vtkInformationVector*);
static vtkGraphAlgorithm * New()
convert a vtkTable into a vtkGraph
Superclass for algorithms that produce only graph as output.
Proxy object to connect input/output ports.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkStringArray * VertexTableDomains
An editable directed graph.
vtkMutableDirectedGraph * LinkGraph
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)