32 #ifndef vtkSQLDatabaseGraphSource_h
33 #define vtkSQLDatabaseGraphSource_h
59 void AddLinkVertex(
const char* column,
const char* domain = 0,
int hidden = 0);
60 void ClearLinkVertices();
61 void AddLinkEdge(
const char* column1,
const char* column2);
62 void ClearLinkEdges();
67 vtkGetMacro(GenerateEdgePedigreeIds,
bool);
68 vtkSetMacro(GenerateEdgePedigreeIds,
bool);
69 vtkBooleanMacro(GenerateEdgePedigreeIds,
bool);
74 vtkSetStringMacro(EdgePedigreeIdArrayName);
75 vtkGetStringMacro(EdgePedigreeIdArrayName);
81 vtkSetMacro(Directed,
bool);
82 vtkGetMacro(Directed,
bool);
83 vtkBooleanMacro(Directed,
bool);
112 class implementation;
113 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
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)