56 #ifndef vtkSQLGraphReader_h 57 #define vtkSQLGraphReader_h 60 #include "vtkIOSQLModule.h" 75 vtkSetMacro(Directed,
bool);
76 vtkGetMacro(Directed,
bool);
77 vtkBooleanMacro(Directed,
bool);
100 vtkSetStringMacro(SourceField);
101 vtkGetStringMacro(SourceField);
108 vtkSetStringMacro(TargetField);
109 vtkGetStringMacro(TargetField);
116 vtkSetStringMacro(VertexIdField);
117 vtkGetStringMacro(VertexIdField);
124 vtkSetStringMacro(XField);
125 vtkGetStringMacro(XField);
132 vtkSetStringMacro(YField);
133 vtkGetStringMacro(YField);
140 vtkSetStringMacro(ZField);
141 vtkGetStringMacro(ZField);
152 vtkSetMacro(CollapseEdges,
bool);
153 vtkGetMacro(CollapseEdges,
bool);
154 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