30 #ifndef vtkSQLDatabaseGraphSource_h
31 #define vtkSQLDatabaseGraphSource_h
33 #include "vtkIOSQLModule.h"
57 void AddLinkVertex(
const char* column,
const char* domain = 0,
int hidden = 0);
58 void ClearLinkVertices();
59 void AddLinkEdge(
const char* column1,
const char* column2);
60 void ClearLinkEdges();
67 vtkGetMacro(GenerateEdgePedigreeIds,
bool);
76 vtkSetStringMacro(EdgePedigreeIdArrayName);
86 vtkGetMacro(Directed,
bool);
117 class implementation;
118 implementation* const Implementation;
a simple event forwarder command
static vtkGraphAlgorithm * New()
Wrapper around std::string to keep symbols short.
bool GenerateEdgePedigreeIds
char * EdgePedigreeIdArrayName
Generates a vtkGraph based on an SQL query.
Superclass for algorithms that produce only graph as output.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.