43#ifndef vtkSQLGraphReader_h
44#define vtkSQLGraphReader_h
47#include "vtkIOSQLModule.h"
49VTK_ABI_NAMESPACE_BEGIN
63 vtkSetMacro(Directed,
bool);
64 vtkGetMacro(Directed,
bool);
65 vtkBooleanMacro(Directed,
bool);
88 vtkSetStringMacro(SourceField);
89 vtkGetStringMacro(SourceField);
96 vtkSetStringMacro(TargetField);
97 vtkGetStringMacro(TargetField);
104 vtkSetStringMacro(VertexIdField);
105 vtkGetStringMacro(VertexIdField);
112 vtkSetStringMacro(XField);
113 vtkGetStringMacro(XField);
120 vtkSetStringMacro(YField);
121 vtkGetStringMacro(YField);
128 vtkSetStringMacro(ZField);
129 vtkGetStringMacro(ZField);
140 vtkSetMacro(CollapseEdges,
bool);
141 vtkGetMacro(CollapseEdges,
bool);
142 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