41 #ifndef __vtkPBGLGraphSQLReader_h
42 #define __vtkPBGLGraphSQLReader_h
44 #include "vtkInfovisParallelModule.h"
59 vtkSetMacro(Directed,
bool);
60 vtkGetMacro(Directed,
bool);
61 vtkBooleanMacro(Directed,
bool);
72 vtkSetStringMacro(VertexTable);
78 vtkSetStringMacro(EdgeTable);
85 vtkSetStringMacro(SourceField);
92 vtkSetStringMacro(TargetField);
98 vtkSetStringMacro(VertexIdField);
104 static void GetRange(
int rank,
int total,
110 void SetDistributionUserData(
int procs,
vtkIdType verts)
111 { this->DistributionUserData[0] = procs;
112 this->DistributionUserData[1] = verts; }
119 {
return this->DistributionUserData; }