36 #ifndef vtkSQLDatabaseTableSource_h 37 #define vtkSQLDatabaseTableSource_h 39 #include "vtkIOSQLModule.h" 65 vtkSetStringMacro(PedigreeIdArrayName);
66 vtkGetStringMacro(PedigreeIdArrayName);
74 vtkSetMacro(GeneratePedigreeIds,
bool);
75 vtkGetMacro(GeneratePedigreeIds,
bool);
76 vtkBooleanMacro(GeneratePedigreeIds,
bool);
92 char* PedigreeIdArrayName;
93 bool GeneratePedigreeIds;
101 class implementation;
102 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
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.