58 #ifndef vtkSQLGraphReader_h
59 #define vtkSQLGraphReader_h
76 vtkSetMacro(Directed,
bool);
77 vtkGetMacro(Directed,
bool);
78 vtkBooleanMacro(Directed,
bool);
96 vtkSetStringMacro(SourceField);
97 vtkGetStringMacro(SourceField);
103 vtkSetStringMacro(TargetField);
104 vtkGetStringMacro(TargetField);
109 vtkSetStringMacro(VertexIdField);
110 vtkGetStringMacro(VertexIdField);
115 vtkSetStringMacro(XField);
116 vtkGetStringMacro(XField);
121 vtkSetStringMacro(YField);
122 vtkGetStringMacro(YField);
127 vtkSetStringMacro(ZField);
128 vtkGetStringMacro(ZField);
137 vtkSetMacro(CollapseEdges,
bool);
138 vtkGetMacro(CollapseEdges,
bool);
139 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
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
executes an sql query and retrieves results
VTKWRAPPINGJAVA_EXPORT jlong q(JNIEnv *env, jobject obj)
vtkSQLQuery * VertexQuery