|
lsst.utils
14.0-11-g9165846
|
Namespaces | |
| get_caller_name | |
| python | |
| tests | |
| version | |
| wrappers | |
Classes | |
| class | Backtrace |
| Singleton, enables automatic backtraces on the following signals: More... | |
| struct | key |
| struct | n |
| class | Symbol |
Functions | |
| std::string | demangleType (std::string const _typeName) |
| std::string | raRadToStr (double raRad) |
| Convert a right ascension in radians to a string format. More... | |
| std::string | decRadToStr (double decRad) |
| std::string | raDegToStr (double raDeg) |
| std::string | decDegToStr (double decDeg) |
| std::string | raDecRadToStr (double raRad, double decRad) |
| std::string | raDecDegToStr (double raDeg, double decDeg) |
| double | raStrToRad (std::string raStr, std::string delimiter=":") |
| double | raStrToDeg (std::string raStr, std::string delimiter=":") |
| double | decStrToRad (std::string decStr, std::string delimiter=":") |
| double | decStrToDeg (std::string decStr, std::string delimiter=":") |
| std::string | getPackageDir (std::string const &packageName) |
| return the root directory of a setup package More... | |
| std::string lsst::utils::demangleType | ( | std::string const | _typeName | ) |
Definition at line 113 of file Demangle.cc.
| std::string lsst::utils::getPackageDir | ( | std::string const & | packageName | ) |
return the root directory of a setup package
| [in] | packageName | name of package (e.g. "utils") |
| lsst::pex::exceptions::NotFoundError | if desired version can't be found |
1.8.13