Go to the documentation of this file.
43 #ifndef vtkPBGLGraphSQLReader_h
44 #define vtkPBGLGraphSQLReader_h
46 #include "vtkInfovisParallelModule.h"
51 #if !defined(VTK_LEGACY_REMOVE)
114 { this->DistributionUserData[0] = procs;
115 this->DistributionUserData[1] = verts; }
122 {
return this->DistributionUserData; }
153 #endif //VTK_LEGACY_REMOVE
#define vtkGetObjectMacro(name, type)
static vtkPBGLGraphSQLReader * New()
Superclass for algorithms that produce only graph as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void SetDatabase(vtkSQLDatabase *db)
#define vtkTypeMacro(thisClass, superclass)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static void GetRange(int rank, int total, vtkIdType size, vtkIdType &offset, vtkIdType &limit)
vtkSQLDatabase * Database
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
void SetDistributionUserData(int procs, vtkIdType verts)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void PrintSelf(ostream &os, vtkIndent indent)
vtkIdType * GetDistributionUserData()
read a vtkGraph from a database
maintain a connection to an sql database