74 #ifndef __vtkTableToGraph_h
75 #define __vtkTableToGraph_h
93 void AddLinkVertex(
const char* column,
const char* domain = 0,
int hidden = 0);
96 void ClearLinkVertices();
100 void AddLinkEdge(
const char* column1,
const char* column2);
103 void ClearLinkEdges();
117 vtkSetMacro(Directed,
bool);
118 vtkGetMacro(Directed,
bool);
119 vtkBooleanMacro(Directed,
bool);
136 int ValidateLinkGraph();
static vtkGraphAlgorithm * New()
convert a vtkTable into a vtkGraph
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a vtkAbstractArray subclass for strings
Superclass for algorithms that produce only graph as output.
Proxy object to connect input/output ports.
virtual unsigned long GetMTime()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
vtkStringArray * VertexTableDomains
An editable directed graph.
vtkMutableDirectedGraph * LinkGraph
A table, which contains similar-typed columns of data.
dynamic, self-adjusting array of bits
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)