lsst.astshim g38293774b4+62d12e78cb
|
#include <string>
#include <stdexcept>
#include <vector>
#include "ndarray.h"
#include "star/ast.h"
Go to the source code of this file.
Namespaces | |
namespace | ast |
AST wrapper classes and functions. | |
Typedefs | |
using | ast::Array2D = ndarray::Array< double, 2, 2 > |
using | ast::ConstArray2D = ndarray::Array< const double, 2, 2 > |
using | ast::PointI = std::vector< int > |
using | ast::PointD = std::vector< double > |
Enumerations | |
enum class | ast::DataType { ast::IntType = AST__INTTYPE , ast::ShortIntType = AST__SINTTYPE , ast::ByteType = AST__BYTETYPE , ast::DoubleType = AST__DOUBLETYPE , ast::FloatType = AST__FLOATTYPE , ast::StringType = AST__STRINGTYPE , ast::ObjectType = AST__OBJECTTYPE , ast::PointerType = AST__POINTERTYPE , ast::UndefinedType = AST__UNDEFTYPE , ast::BadType = AST__BADTYPE } |
Functions | |
void | ast::assertOK (AstObject *rawPtr1=nullptr, AstObject *rawPtr2=nullptr) |
bool | ast::escapes (int include=-1) |
int | ast::ast_version (void) |
ConstArray2D | ast::arrayFromVector (std::vector< double > const &vec, int nAxes) |
Array2D | ast::arrayFromVector (std::vector< double > &vec, int nAxes) |