LSSTApplications
20.0.0
LSSTDataManagementBasePackage
stack
1a1d771
Linux64
base
20.0.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
std::string
STL class.
lsst::base::getCfitsioVersion
std::string getCfitsioVersion()
Definition:
versions.cc:26
base
Definition:
__init__.py:1
lsst::base::getRuntimeVersions
std::map< std::string, std::string > getRuntimeVersions()
Return version strings for dependencies.
Definition:
versions.cc:54
lsst::base::getFftwVersion
std::string getFftwVersion()
Definition:
versions.cc:37
std::map< std::string, std::string >
lsst::base::getWcslibVersion
std::string getWcslibVersion()
Definition:
versions.cc:42
lsst
A base class for image defects.
Definition:
imageAlgorithm.dox:1
lsst::base::getGslVersion
std::string getGslVersion()
Definition:
versions.cc:48
Generated on Wed Jun 24 2020 18:10:06 for LSSTApplications by
1.8.18