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);
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