35 #ifndef vtkSQLDatabaseTableSource_h
36 #define vtkSQLDatabaseTableSource_h
62 vtkSetStringMacro(PedigreeIdArrayName);
63 vtkGetStringMacro(PedigreeIdArrayName);
69 vtkSetMacro(GeneratePedigreeIds,
bool);
70 vtkGetMacro(GeneratePedigreeIds,
bool);
71 vtkBooleanMacro(GeneratePedigreeIds,
bool);
87 char* PedigreeIdArrayName;
88 bool GeneratePedigreeIds;
96 implementation*
const Implementation;
a simple event forwarder command
Wrapper around std::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.