 |
VTK
9.0.1
|
Go to the documentation of this file.
30 #ifndef vtkSQLDatabaseTableSource_h
31 #define vtkSQLDatabaseTableSource_h
33 #include "vtkIOSQLModule.h"
59 vtkSetStringMacro(PedigreeIdArrayName);
60 vtkGetStringMacro(PedigreeIdArrayName);
68 vtkSetMacro(GeneratePedigreeIds,
bool);
69 vtkGetMacro(GeneratePedigreeIds,
bool);
70 vtkBooleanMacro(GeneratePedigreeIds,
bool);
83 char* PedigreeIdArrayName;
84 bool GeneratePedigreeIds;
93 implementation*
const Implementation;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Generates a vtkTable based on an SQL query.
Superclass for algorithms that produce only vtkTables as output.
a simple class to control print indentation
Wrapper around std::string to keep symbols short.
a simple event forwarder command
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkTableAlgorithm * New()