41 #ifndef vtkPBGLGraphSQLReader_h
42 #define vtkPBGLGraphSQLReader_h
44 #include "vtkInfovisParallelModule.h"
49 #if !defined(VTK_LEGACY_REMOVE)
62 vtkGetMacro(Directed,
bool);
78 vtkSetStringMacro(VertexTable);
86 vtkSetStringMacro(EdgeTable);
94 vtkSetStringMacro(SourceField);
102 vtkSetStringMacro(TargetField);
110 vtkSetStringMacro(VertexIdField);
117 static void GetRange(
int rank,
int total,
124 { this->DistributionUserData[0] = procs;
125 this->DistributionUserData[1] = verts; }
132 {
return this->DistributionUserData; }
162 #endif //VTK_LEGACY_REMOVE
static vtkGraphAlgorithm * New()
Superclass for algorithms that produce only graph as output.
maintain a connection to an sql database
a simple class to control print indentation
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIdType * GetDistributionUserData()
Get the user data (# procs, # vertices) used to determine the distribution.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkSQLDatabase * Database
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
read a vtkGraph from a database
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetDistributionUserData(int procs, vtkIdType verts)
Set the distribution user data.