VTK  9.3.20240328
vtkSQLiteToTableReader.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
14 #ifndef vtkSQLiteToTableReader_h
15 #define vtkSQLiteToTableReader_h
16 
18 #include "vtkIOSQLModule.h" // For export macro
19 
20 VTK_ABI_NAMESPACE_BEGIN
21 class vtkSQLiteDatabase;
22 
23 class VTKIOSQL_EXPORT vtkSQLiteToTableReader : public vtkDatabaseToTableReader
24 {
25 public:
28  void PrintSelf(ostream& os, vtkIndent indent) override;
29 
30 protected:
34 
35 private:
37  void operator=(const vtkSQLiteToTableReader&) = delete;
38 };
39 
40 VTK_ABI_NAMESPACE_END
41 #endif
Read an SQL table as a vtkTable.
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
maintain a connection to an SQLite database
Read an SQLite table as a vtkTable.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkSQLiteToTableReader() override
static vtkSQLiteToTableReader * New()