lsst.astshim  21.0.0-2-g45278ab+6f2de0f266
Namespaces | Typedefs | Enumerations | Functions
base.h File Reference
#include <string>
#include <stdexcept>
#include <vector>
#include "ndarray.h"
#include "star/ast.h"

Go to the source code of this file.

Namespaces

 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)