Go to the documentation of this file.
32 #ifndef vtkSQLDatabaseGraphSource_h
33 #define vtkSQLDatabaseGraphSource_h
112 class implementation;
113 implementation*
const Implementation;
vtkStdString GetVertexQuery()
Superclass for algorithms that produce only graph as output.
bool GenerateEdgePedigreeIds
void SetVertexQuery(const vtkStdString &query)
#define vtkTypeMacro(thisClass, superclass)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
~vtkSQLDatabaseGraphSource()
vtkSQLDatabaseGraphSource()
void PrintSelf(ostream &os, vtkIndent indent)
void SetPassword(const vtkStdString &password)
Generates a vtkGraph based on an SQL query.
GLenum GLenum GLvoid GLvoid * column
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
vtkStdString GetEdgeQuery()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
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)