59 #ifndef vtkSQLGraphReader_h
60 #define vtkSQLGraphReader_h
62 #include "vtkIOSQLModule.h"
79 vtkGetMacro(Directed,
bool);
103 vtkSetStringMacro(SourceField);
111 vtkSetStringMacro(TargetField);
119 vtkSetStringMacro(VertexIdField);
127 vtkSetStringMacro(XField);
135 vtkSetStringMacro(YField);
143 vtkSetStringMacro(ZField);
156 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