Go to the documentation of this file.
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);
Superclass for algorithms that produce only graph as output.
read a vtkGraph from a database
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
executes an sql query and retrieves results
vtkSQLQuery * VertexQuery
static vtkGraphAlgorithm * New()