Loading [MathJax]/extensions/tex2jax.js
LSSTApplications
18.1.0
LSSTDataManagementBasePackage
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace 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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Typedefs
a
b
c
d
e
f
i
k
m
p
r
s
t
v
w
Enumerations
+
Enumerator
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Classes
Class List
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
x
y
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
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Enumerations
a
b
c
d
e
f
i
k
l
m
p
s
t
v
w
+
Enumerator
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
Properties
+
Related Functions
a
b
c
d
e
f
i
k
m
o
p
s
t
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
d
l
p
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
+
Macros
_
a
b
c
d
f
i
k
l
m
n
p
r
s
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
stack
Linux64
base
18.1.0
include
lsst
base
versions.h
Go to the documentation of this file.
1
#ifndef LSST_BASE_VERSIONS_H
2
#define LSST_BASE_VERSIONS_H
3
4
#include <map>
5
#include <string>
6
7
namespace
lsst
{
8
namespace
base
{
9
16
std::map<std::string, std::string>
getRuntimeVersions
();
17
18
std::string
getCfitsioVersion
();
19
std::string
getFftwVersion
();
20
std::string
getWcslibVersion
();
21
std::string
getGslVersion
();
22
23
}}
// namespace lsst::base
24
25
26
#endif // include guard
lsst::base::getCfitsioVersion
std::string getCfitsioVersion()
Definition:
versions.cc:26
lsst::base::getFftwVersion
std::string getFftwVersion()
Definition:
versions.cc:37
lsst::base::getRuntimeVersions
std::map< std::string, std::string > getRuntimeVersions()
Return version strings for dependencies.
Definition:
versions.cc:54
std::map< std::string, std::string >
lsst::base::getWcslibVersion
std::string getWcslibVersion()
Definition:
versions.cc:42
std::string
STL class.
lsst
A base class for image defects.
Definition:
imageAlgorithm.dox:1
base
lsst::base::getGslVersion
std::string getGslVersion()
Definition:
versions.cc:48
Generated on Thu Aug 8 2019 20:20:12 for LSSTApplications by
1.8.13