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();
112 class implementation;
113 implementation*
const Implementation;
a simple event forwarder command
static vtkGraphAlgorithm * New()
Wrapper around std::string to keep symbols short.
GLenum GLenum GLvoid GLvoid * column
bool GenerateEdgePedigreeIds
#define vtkGetMacro(name, type)
char * EdgePedigreeIdArrayName
Generates a vtkGraph based on an SQL query.
#define vtkSetStringMacro(name)
Superclass for algorithms that produce only graph as output.
#define vtkTypeMacro(thisClass, superclass)
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetStringMacro(name)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkBooleanMacro(name, type)
#define vtkSetMacro(name, type)