VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IO
PostgreSQL
vtkPostgreSQLToTableReader.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 vtkPostgreSQLToTableReader_h
15
#define vtkPostgreSQLToTableReader_h
16
17
#include "
vtkDatabaseToTableReader.h
"
18
#include "vtkIOPostgreSQLModule.h"
// For export macro
19
20
VTK_ABI_NAMESPACE_BEGIN
21
class
vtkPostgreSQLDatabase
;
22
23
class
VTKIOPOSTGRESQL_EXPORT
vtkPostgreSQLToTableReader
:
public
vtkDatabaseToTableReader
24
{
25
public
:
26
static
vtkPostgreSQLToTableReader
*
New
();
27
vtkTypeMacro(
vtkPostgreSQLToTableReader
,
vtkDatabaseToTableReader
);
28
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
29
30
protected
:
31
vtkPostgreSQLToTableReader
();
32
~
vtkPostgreSQLToTableReader
()
override
;
33
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
34
35
private
:
36
vtkPostgreSQLToTableReader
(
const
vtkPostgreSQLToTableReader
&) =
delete
;
37
void
operator=(
const
vtkPostgreSQLToTableReader
&) =
delete
;
38
};
39
40
VTK_ABI_NAMESPACE_END
41
#endif
vtkTableAlgorithm::New
static vtkTableAlgorithm * New()
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:62
vtkPostgreSQLDatabase
maintain a connection to a PostgreSQL database
Definition:
vtkPostgreSQLDatabase.h:44
vtkDatabaseToTableReader::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override=0
This is called by the superclass.
vtkDatabaseToTableReader
Read an SQL table as a vtkTable.
Definition:
vtkDatabaseToTableReader.h:22
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:28
vtkPostgreSQLToTableReader
Read a PostgreSQL table as a vtkTable.
Definition:
vtkPostgreSQLToTableReader.h:23
vtkDatabaseToTableReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:30
vtkDatabaseToTableReader.h
Generated on Sun Dec 8 2024 22:23:44 for VTK by
1.8.10