58 #ifndef __vtkSQLGraphReader_h
59 #define __vtkSQLGraphReader_h
75 vtkSetMacro(Directed,
bool);
76 vtkGetMacro(Directed,
bool);
77 vtkBooleanMacro(Directed,
bool);
95 vtkSetStringMacro(SourceField);
96 vtkGetStringMacro(SourceField);
102 vtkSetStringMacro(TargetField);
103 vtkGetStringMacro(TargetField);
108 vtkSetStringMacro(VertexIdField);
109 vtkGetStringMacro(VertexIdField);
114 vtkSetStringMacro(XField);
115 vtkGetStringMacro(XField);
120 vtkSetStringMacro(YField);
121 vtkGetStringMacro(YField);
126 vtkSetStringMacro(ZField);
127 vtkGetStringMacro(ZField);
136 vtkSetMacro(CollapseEdges,
bool);
137 vtkGetMacro(CollapseEdges,
bool);
138 vtkBooleanMacro(CollapseEdges,
bool);
static vtkGraphAlgorithm * New()
read a vtkGraph from a database
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
executes an sql query and retrieves results
vtkSQLQuery * VertexQuery