lsst.astshim g50ff169b8f+2eb0e556e8
|
#include <cctype>
#include <limits>
#include <sstream>
#include <stdexcept>
#include <vector>
#include "astshim/base.h"
#include "astshim/FrameDict.h"
#include "astshim/FrameSet.h"
Go to the source code of this file.
Namespaces | |
namespace | ast |
AST wrapper classes and functions. | |
namespace | ast::detail |
Functions | |
FrameDict | ast::detail::makeFrameDict (FrameSet const &frameSet) |
Make a FrameDict from a copy of a FrameSet. | |