LSSTApplications  19.0.0-10-g4a5fae6+14,19.0.0-10-g920eed2+3,19.0.0-11-g48a0200+5,19.0.0-19-g32a200e+8,19.0.0-2-g3b2f90d+5,19.0.0-2-gd671419+10,19.0.0-21-g2644856+27,19.0.0-22-g92e20685,19.0.0-24-g878c510+13,19.0.0-25-g1f84a6d+9,19.0.0-27-gbc613e1+5,19.0.0-27-gf99403173,19.0.0-3-g2b32d65+10,19.0.0-3-g8227491+24,19.0.0-3-g9c54d0d+24,19.0.0-3-gca68e65+21,19.0.0-3-gcfc5f51+10,19.0.0-3-ge110943+23,19.0.0-3-ge74d124,19.0.0-34-gfa6e18e+2,19.0.0-4-g06f5963+10,19.0.0-4-g10df615+9,19.0.0-4-g3d16501+28,19.0.0-4-g4a9c019+10,19.0.0-4-g5a8b323+3,19.0.0-4-g66397f0+4,19.0.0-4-g8557e14+3,19.0.0-4-ge404a01+24,19.0.0-5-g4db63b3+3,19.0.0-5-gb9eeb60+3,19.0.0-5-gc96f8cb+5,19.0.0-5-gfb03ce7+26,19.0.0-6-gbaebbfb+25,19.0.0-65-gd489f3fc,19.0.0-7-g039c0b5+26,19.0.0-7-gbea9075+7,19.0.0-7-gc567de5+26,19.0.0-8-g082faa5,19.0.0-80-g3c4dce0+1,19.0.0-9-g463f923+24,w.2020.25
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...