41 #ifndef __vtkPBGLGraphSQLReader_h
42 #define __vtkPBGLGraphSQLReader_h
58 vtkSetMacro(Directed,
bool);
59 vtkGetMacro(Directed,
bool);
60 vtkBooleanMacro(Directed,
bool);
71 vtkSetStringMacro(VertexTable);
72 vtkGetStringMacro(VertexTable);
77 vtkSetStringMacro(EdgeTable);
78 vtkGetStringMacro(EdgeTable);
84 vtkSetStringMacro(SourceField);
85 vtkGetStringMacro(SourceField);
91 vtkSetStringMacro(TargetField);
92 vtkGetStringMacro(TargetField);
97 vtkSetStringMacro(VertexIdField);
98 vtkGetStringMacro(VertexIdField);
103 static void GetRange(
int rank,
int total,
109 void SetDistributionUserData(
int procs,
vtkIdType verts)
110 { this->DistributionUserData[0] = procs;
111 this->DistributionUserData[1] = verts; }
118 {
return this->DistributionUserData; }