Go to the documentation of this file.
74 #ifndef vtkTableToGraph_h
75 #define vtkTableToGraph_h
#define VTKINFOVISCORE_EXPORT
#define vtkGetObjectMacro(name, type)
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)
#define vtkTypeMacro(thisClass, superclass)
vtkStringArray * VertexTableDomains
convert a vtkTable into a vtkGraph
void AddLinkEdge(const char *column1, const char *column2)
void LinkColumnPath(vtkStringArray *column, vtkStringArray *domain=0, vtkBitArray *hidden=0)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetVertexTableConnection(vtkAlgorithmOutput *in)
void AddLinkVertex(const char *column, const char *domain=0, int hidden=0)
GLenum GLenum GLvoid GLvoid * column
a simple class to control print indentation
vtkMutableDirectedGraph * LinkGraph
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define vtkGetMacro(name, type)
static vtkTableToGraph * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
Proxy object to connect input/output ports.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of bits
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
virtual unsigned long GetMTime()