59 #ifndef vtkSQLGraphReader_h 60 #define vtkSQLGraphReader_h 62 #include "vtkIOSQLModule.h" 78 vtkSetMacro(Directed,
bool);
79 vtkGetMacro(Directed,
bool);
80 vtkBooleanMacro(Directed,
bool);
103 vtkSetStringMacro(SourceField);
104 vtkGetStringMacro(SourceField);
111 vtkSetStringMacro(TargetField);
112 vtkGetStringMacro(TargetField);
119 vtkSetStringMacro(VertexIdField);
120 vtkGetStringMacro(VertexIdField);
127 vtkSetStringMacro(XField);
128 vtkGetStringMacro(XField);
135 vtkSetStringMacro(YField);
136 vtkGetStringMacro(YField);
143 vtkSetStringMacro(ZField);
144 vtkGetStringMacro(ZField);
155 vtkSetMacro(CollapseEdges,
bool);
156 vtkGetMacro(CollapseEdges,
bool);
157 vtkBooleanMacro(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)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
executes an sql query and retrieves results
vtkSQLQuery * VertexQuery