lsst.astshim g1011452fe8+91250f09a0
|
#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. More... | |
std::string | ast::detail::getClassName (AstObject const *rawObj) |
Get the AST class name, changing CmpMap to SeriesMap or ParallelMap as appropriate. More... | |
bool | ast::detail::isSeries (AstCmpMap const *cmpMap) |
Return true if the compound map is in series. More... | |