Go to the documentation of this file.
33 #ifndef vtkSQLDatabaseGraphSource_h
34 #define vtkSQLDatabaseGraphSource_h
36 #include "vtkIOSQLModule.h"
60 void AddLinkVertex(
const char* column,
const char* domain = 0,
int hidden = 0);
70 vtkGetMacro(GenerateEdgePedigreeIds,
bool);
79 vtkSetStringMacro(EdgePedigreeIdArrayName);
89 vtkGetMacro(Directed,
bool);
120 class implementation;
121 implementation*
const Implementation;
vtkStdString GetVertexQuery()
Superclass for algorithms that produce only graph as output.
bool GenerateEdgePedigreeIds
void SetVertexQuery(const vtkStdString &query)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
~vtkSQLDatabaseGraphSource()
vtkSQLDatabaseGraphSource()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetPassword(const vtkStdString &password)
Generates a vtkGraph based on an SQL query.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkStdString GetEdgeQuery()
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void SetURL(const vtkStdString &url)
void AddLinkEdge(const char *column1, const char *column2)
static vtkSQLDatabaseGraphSource * New()
char * EdgePedigreeIdArrayName
void SetEdgeQuery(const vtkStdString &query)
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Wrapper around std::string to keep symbols short.
a simple event forwarder command
void AddLinkVertex(const char *column, const char *domain=0, int hidden=0)