|
lsst.astshim gf5dcc679e7+dafe91c9d6
|
#include "astshim/detail/utils.h"Go to the source code of this file.
Namespaces | |
| namespace | ast |
| AST wrapper classes and functions. | |
| namespace | ast::detail |
Functions | |
| void | ast::detail::astBadToNan (ast::Array2D const &arr) |
Replace AST__BAD with a quiet NaN in a 2-D array. | |
| std::string | ast::detail::getClassName (AstObject const *rawObj) |
| Get the AST class name, changing CmpMap to SeriesMap or ParallelMap as appropriate. | |
| bool | ast::detail::isSeries (AstCmpMap const *cmpMap) |
| Return true if the compound map is in series. | |