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;
a simple event forwarder command
a simple class to control print indentation
Generates a vtkTable based on an SQL query.
vtkSQLDatabaseTableSource()
void SetURL(const vtkStdString &url)
void SetPassword(const vtkStdString &password)
~vtkSQLDatabaseTableSource() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetQuery(const vtkStdString &query)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkSQLDatabaseTableSource * New()
Wrapper around std::string to keep symbols short.
Superclass for algorithms that produce only vtkTables as output.