59#ifndef vtkSQLGraphReader_h
60#define vtkSQLGraphReader_h
63#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);
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
read a vtkGraph from a database
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkSQLQuery * VertexQuery
static vtkSQLGraphReader * New()
virtual void SetEdgeQuery(vtkSQLQuery *q)
The query that retrieves the arc information.
virtual void SetVertexQuery(vtkSQLQuery *q)
The query that retrieves the node information.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
~vtkSQLGraphReader() override
executes an sql query and retrieves results