66 #ifndef vtkTableToGraph_h 67 #define vtkTableToGraph_h 69 #include "vtkInfovisCoreModule.h" 88 void AddLinkVertex(
const char* column,
const char* domain = 0,
int hidden = 0);
93 void ClearLinkVertices();
98 void AddLinkEdge(
const char* column1,
const char* column2);
103 void ClearLinkEdges();
124 vtkGetMacro(Directed,
bool);
144 ~vtkTableToGraph() VTK_OVERRIDE;
149 int ValidateLinkGraph();
156 vtkInformationVector*) VTK_OVERRIDE;
158 int RequestDataObject(
160 vtkInformationVector**,
161 vtkInformationVector*) VTK_OVERRIDE;
168 vtkTableToGraph(const vtkTableToGraph&) VTK_DELETE_FUNCTION;
169 void operator=(const vtkTableToGraph&) VTK_DELETE_FUNCTION;
static vtkGraphAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
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.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
An editable directed graph.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
A table, which contains similar-typed columns of data.
dynamic, self-adjusting array of bits
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.