44 #ifndef vtkPBGLGraphSQLReader_h
45 #define vtkPBGLGraphSQLReader_h
47 #include "vtkInfovisParallelModule.h"
52 #if !defined(VTK_LEGACY_REMOVE)
65 vtkGetMacro(Directed,
bool);
81 vtkSetStringMacro(VertexTable);
89 vtkSetStringMacro(EdgeTable);
97 vtkSetStringMacro(SourceField);
105 vtkSetStringMacro(TargetField);
113 vtkSetStringMacro(VertexIdField);
120 static void GetRange(
int rank,
int total,
127 { this->DistributionUserData[0] = procs;
128 this->DistributionUserData[1] = verts; }
135 {
return this->DistributionUserData; }
165 #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.