30 #ifndef vtkSQLDatabaseTableSource_h 31 #define vtkSQLDatabaseTableSource_h 33 #include "vtkIOSQLModule.h" 59 vtkSetStringMacro(PedigreeIdArrayName);
69 vtkGetMacro(GeneratePedigreeIds,
bool);
86 char* PedigreeIdArrayName;
87 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) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
Generates a vtkTable based on an SQL query.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Superclass for algorithms that produce only vtkTables as output.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.