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;
a simple event forwarder command
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
Generates a vtkGraph based on an SQL query.
void SetVertexQuery(const vtkStdString &query)
static vtkSQLDatabaseGraphSource * New()
void AddLinkVertex(const char *column, const char *domain=0, int hidden=0)
void SetURL(const vtkStdString &url)
vtkStdString GetEdgeQuery()
char * EdgePedigreeIdArrayName
bool GenerateEdgePedigreeIds
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkStdString GetVertexQuery()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
~vtkSQLDatabaseGraphSource()
void SetEdgeQuery(const vtkStdString &query)
void SetPassword(const vtkStdString &password)
vtkSQLDatabaseGraphSource()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void AddLinkEdge(const char *column1, const char *column2)
Wrapper around std::string to keep symbols short.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.