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);
61 void ClearLinkVertices();
62 void AddLinkEdge(
const char* column1,
const char* column2);
63 void ClearLinkEdges();
70 vtkGetMacro(GenerateEdgePedigreeIds,
bool);
71 vtkSetMacro(GenerateEdgePedigreeIds,
bool);
72 vtkBooleanMacro(GenerateEdgePedigreeIds,
bool);
79 vtkSetStringMacro(EdgePedigreeIdArrayName);
80 vtkGetStringMacro(EdgePedigreeIdArrayName);
88 vtkSetMacro(Directed,
bool);
89 vtkGetMacro(Directed,
bool);
90 vtkBooleanMacro(Directed,
bool);
120 class implementation;
121 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)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.