TTK
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
z
Functions
a
c
d
f
g
i
l
m
o
p
r
s
t
u
v
z
Variables
b
c
d
e
f
g
i
l
m
o
p
r
s
u
v
w
y
Typedefs
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
a
b
c
f
g
h
j
l
m
n
o
p
s
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
c
e
g
i
k
n
p
q
r
s
t
v
w
Enumerations
b
c
d
e
f
m
p
r
s
t
v
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
m
n
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
Macros
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
core
base
cinemaQuery
CinemaQuery.h
Go to the documentation of this file.
1
23
24
#pragma once
25
26
// base code includes
27
#include <
Debug.h
>
28
#include <string>
29
#include <vector>
30
31
namespace
ttk
{
32
class
CinemaQuery
:
virtual
public
Debug
{
33
public
:
34
CinemaQuery
();
35
~CinemaQuery
()
override
;
36
40
int
execute
(
const
std::vector<std::string> &sqlTableDefinitions,
41
const
std::vector<std::string> &sqlInsertStatements,
42
const
std::string &sqlQuery,
43
std::stringstream &resultCSV,
44
int
&csvNColumns,
45
int
&csvNRows)
const
;
46
};
32
class
CinemaQuery
:
virtual
public
Debug
{
…
};
47
}
// namespace ttk
Debug.h
ttk::CinemaQuery
TTK cinemaQuery processing package.
Definition
CinemaQuery.h:32
ttk::CinemaQuery::CinemaQuery
CinemaQuery()
Definition
CinemaQuery.cpp:8
ttk::CinemaQuery::~CinemaQuery
~CinemaQuery() override
ttk::CinemaQuery::execute
int execute(const std::vector< std::string > &sqlTableDefinitions, const std::vector< std::string > &sqlInsertStatements, const std::string &sqlQuery, std::stringstream &resultCSV, int &csvNColumns, int &csvNRows) const
Definition
CinemaQuery.cpp:13
ttk::Debug
Minimalist debugging class.
Definition
Debug.h:88
ttk
The Topology ToolKit.
Definition
AbstractTriangulation.h:51
Generated on Thu Sep 26 2024 06:50:17 for TTK by
1.9.8