35 #ifndef __vtkSQLDatabaseTableSource_h
36 #define __vtkSQLDatabaseTableSource_h
61 vtkSetStringMacro(PedigreeIdArrayName);
62 vtkGetStringMacro(PedigreeIdArrayName);
68 vtkSetMacro(GeneratePedigreeIds,
bool);
69 vtkGetMacro(GeneratePedigreeIds,
bool);
70 vtkBooleanMacro(GeneratePedigreeIds,
bool);
86 char* PedigreeIdArrayName;
87 bool GeneratePedigreeIds;
95 implementation*
const Implementation;
a simple event forwarder command
Wrapper around vtkstd::string to keep symbols short.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
Generates a vtkTable based on an SQL query.
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.