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();
137 int ValidateLinkGraph();
static vtkGraphAlgorithm * New()
GLenum GLenum GLvoid GLvoid * column
#define vtkGetMacro(name, type)
convert a vtkTable into a vtkGraph
a vtkAbstractArray subclass for strings
Superclass for algorithms that produce only graph as output.
#define vtkTypeMacro(thisClass, superclass)
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 vtkGetObjectMacro(name, type)
#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)
#define vtkBooleanMacro(name, type)
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define vtkSetMacro(name, type)