LSSTApplications  19.0.0-10-g4a5fae6+21,20.0.0,20.0.0+1,20.0.0+2,20.0.0+3,20.0.0+6,20.0.0+7,20.0.0+8,20.0.0-1-g10df615+6,20.0.0-1-g253301a+2,20.0.0-1-g32a200e+6,20.0.0-1-g596936a+6,20.0.0-1-g8a53f90,20.0.0-1-gc96f8cb+7,20.0.0-1-gd1c87d7,20.0.0-15-g34741e2+1,20.0.0-2-g04cfba9,20.0.0-2-g92e20685+7,20.0.0-2-gec03fae,20.0.0-3-g082faa5,20.0.0-3-g2fa8bb8+3,20.0.0-4-gde602ef96+1,20.0.0-4-ge48a6ca+1,20.0.0-7-g180d0f2+2,20.0.0-8-g7eef53f7+2,w.2020.27
LSSTDataManagementBasePackage
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 >
 2D array of const double; typically used for lists of const points More...
 
using ast::ConstArray2D = ndarray::Array< const double, 2, 2 >
 2D array of const double; typically used for lists of const points More...
 
using ast::PointI = std::vector< int >
 Vector of ints; typically used for the bounds of Mapping.tranGridForward and inverse. More...
 
using ast::PointD = std::vector< double >
 Vector of double; used for bounds, points. More...
 

Enumerations

enum  ast::DataType {
  ast::DataType::IntType = AST__INTTYPE, ast::DataType::ShortIntType = AST__SINTTYPE, ast::DataType::ByteType = AST__BYTETYPE, ast::DataType::DoubleType = AST__DOUBLETYPE,
  ast::DataType::FloatType = AST__FLOATTYPE, ast::DataType::StringType = AST__STRINGTYPE, ast::DataType::ObjectType = AST__OBJECTTYPE, ast::DataType::PointerType = AST__POINTERTYPE,
  ast::DataType::UndefinedType = AST__UNDEFTYPE, ast::DataType::BadType = AST__BADTYPE
}
 Data types held by a KeyMap. More...
 

Functions

void ast::assertOK (AstObject *rawPtr1=nullptr, AstObject *rawPtr2=nullptr)
 Throw std::runtime_error if AST's state is bad. More...
 
bool ast::escapes (int include=-1)
 Control whether graphical escape sequences are included in strings. More...