56 #ifndef vtkSQLGraphReader_h
57 #define vtkSQLGraphReader_h
59 #include "vtkIOSQLModule.h"
76 vtkGetMacro(Directed,
bool);
100 vtkSetStringMacro(SourceField);
108 vtkSetStringMacro(TargetField);
116 vtkSetStringMacro(VertexIdField);
124 vtkSetStringMacro(XField);
132 vtkSetStringMacro(YField);
140 vtkSetStringMacro(ZField);
153 vtkGetMacro(CollapseEdges,
bool);
static vtkGraphAlgorithm * New()
read a vtkGraph from a database
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
executes an sql query and retrieves results
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkSQLQuery * VertexQuery