74 #ifndef vtkTableToGraph_h 
   75 #define vtkTableToGraph_h 
   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();
 
  118   vtkSetMacro(Directed, 
bool);
 
  119   vtkGetMacro(Directed, 
bool);
 
  120   vtkBooleanMacro(Directed, 
bool);
 
  137   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. 
 
Proxy object to connect input/output ports. 
 
virtual unsigned long GetMTime()
 
a simple class to control print indentation 
 
void PrintSelf(ostream &os, vtkIndent indent)
 
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
vtkStringArray * VertexTableDomains
 
An editable directed graph. 
 
vtkMutableDirectedGraph * LinkGraph
 
#define VTKINFOVISCORE_EXPORT
 
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)