|
lsst.astshim
22.0.1+01bcf6a671
|
#include <cstddef>#include <cctype>#include <limits>#include <sstream>#include <stdexcept>#include <vector>#include "astshim/base.h"Go to the source code of this file.
Namespaces | |
| ast | |
| AST wrapper classes and functions. | |
| ast::detail | |
Functions | |
| void | ast::detail::annulAstObject (AstObject *object) |
| A wrapper around astAnnul; intended as a custom deleter for std::unique_ptr. More... | |
| template<typename T1 , typename T2 > | |
| void | ast::detail::assertEqual (T1 val1, std::string const &descr1, T2 val2, std::string const &descr2) |
| void | ast::detail::astBadToNan (std::vector< double > &p) |
| void | ast::detail::astBadToNan (ast::Array2D const &arr) |
| std::string | ast::detail::formatAxisAttr (std::string const &name, int axis) |
| bool | ast::detail::isSeries (AstCmpMap const *cmpMap) |
| std::string | ast::detail::getClassName (AstObject const *rawObj) |
| double | ast::detail::safeDouble (double val) |
| std::string | ast::detail::stringToUpper (std::string const &str) |