lsst.afw  21.0.0-20-g09baf175d+b753e4a737
Public Types | Public Member Functions | Public Attributes | List of all members
lsst::afw::table::io::FitsSchemaInputMapper::Impl Class Reference

Public Types

typedef boost::multi_index_container< FitsSchemaItem, boost::multi_index::indexed_by< boost::multi_index::ordered_non_unique< boost::multi_index::member< FitsSchemaItem, int, &FitsSchemaItem::column > >, boost::multi_index::ordered_non_unique< boost::multi_index::member< FitsSchemaItem, int, &FitsSchemaItem::bit > >, boost::multi_index::hashed_unique< boost::multi_index::member< FitsSchemaItem, std::string, &FitsSchemaItem::ttype > >, boost::multi_index::sequenced<> > > InputContainer
 
typedef SetFitsSchemaString<&FitsSchemaItem::ttypeSetTTYPE
 
typedef SetFitsSchemaString<&FitsSchemaItem::tformSetTFORM
 
typedef SetFitsSchemaString<&FitsSchemaItem::tcclsSetTCCLS
 
typedef SetFitsSchemaString<&FitsSchemaItem::tunitSetTUNIT
 
typedef SetFitsSchemaString<&FitsSchemaItem::docSetDoc
 
typedef InputContainer::nth_index< 0 >::type ByColumn
 
typedef InputContainer::nth_index< 1 >::type ByBit
 
typedef InputContainer::nth_index< 2 >::type ByName
 
typedef InputContainer::nth_index< 3 >::type AsList
 

Public Member Functions

ByColumnbyColumn ()
 
ByBitbyBit ()
 
ByNamebyName ()
 
AsListasList ()
 
 Impl ()
 

Public Attributes

int version
 
std::string type
 
int flagColumn
 
int archiveHdu
 
Schema schema
 
std::vector< std::unique_ptr< FitsColumnReader > > readers
 
std::vector< Key< Flag > > flagKeys
 
std::unique_ptr< bool[]> flagWorkspace
 
std::shared_ptr< io::InputArchivearchive
 
InputContainer inputs
 
std::size_t nRowsToPrep = 1
 

Detailed Description

Definition at line 46 of file FitsSchemaInputMapper.cc.

Member Typedef Documentation

◆ AsList

typedef InputContainer::nth_index<3>::type lsst::afw::table::io::FitsSchemaInputMapper::Impl::AsList

Definition at line 75 of file FitsSchemaInputMapper.cc.

◆ ByBit

typedef InputContainer::nth_index<1>::type lsst::afw::table::io::FitsSchemaInputMapper::Impl::ByBit

Definition at line 73 of file FitsSchemaInputMapper.cc.

◆ ByColumn

Definition at line 72 of file FitsSchemaInputMapper.cc.

◆ ByName

typedef InputContainer::nth_index<2>::type lsst::afw::table::io::FitsSchemaInputMapper::Impl::ByName

Definition at line 74 of file FitsSchemaInputMapper.cc.

◆ InputContainer

typedef boost::multi_index_container< FitsSchemaItem, boost::multi_index::indexed_by< boost::multi_index::ordered_non_unique< boost::multi_index::member<FitsSchemaItem, int, &FitsSchemaItem::column> >, boost::multi_index::ordered_non_unique< boost::multi_index::member<FitsSchemaItem, int, &FitsSchemaItem::bit> >, boost::multi_index::hashed_unique< boost::multi_index::member<FitsSchemaItem, std::string, &FitsSchemaItem::ttype> >, boost::multi_index::sequenced<> > > lsst::afw::table::io::FitsSchemaInputMapper::Impl::InputContainer

Definition at line 62 of file FitsSchemaInputMapper.cc.

◆ SetDoc

Definition at line 69 of file FitsSchemaInputMapper.cc.

◆ SetTCCLS

Definition at line 67 of file FitsSchemaInputMapper.cc.

◆ SetTFORM

Definition at line 66 of file FitsSchemaInputMapper.cc.

◆ SetTTYPE

Definition at line 65 of file FitsSchemaInputMapper.cc.

◆ SetTUNIT

Definition at line 68 of file FitsSchemaInputMapper.cc.

Constructor & Destructor Documentation

◆ Impl()

lsst::afw::table::io::FitsSchemaInputMapper::Impl::Impl ( )
inline

Definition at line 83 of file FitsSchemaInputMapper.cc.

Member Function Documentation

◆ asList()

AsList& lsst::afw::table::io::FitsSchemaInputMapper::Impl::asList ( )
inline

Definition at line 81 of file FitsSchemaInputMapper.cc.

◆ byBit()

ByBit& lsst::afw::table::io::FitsSchemaInputMapper::Impl::byBit ( )
inline

Definition at line 79 of file FitsSchemaInputMapper.cc.

◆ byColumn()

ByColumn& lsst::afw::table::io::FitsSchemaInputMapper::Impl::byColumn ( )
inline

Definition at line 78 of file FitsSchemaInputMapper.cc.

◆ byName()

ByName& lsst::afw::table::io::FitsSchemaInputMapper::Impl::byName ( )
inline

Definition at line 80 of file FitsSchemaInputMapper.cc.

Member Data Documentation

◆ archive

std::shared_ptr<io::InputArchive> lsst::afw::table::io::FitsSchemaInputMapper::Impl::archive

Definition at line 93 of file FitsSchemaInputMapper.cc.

◆ archiveHdu

int lsst::afw::table::io::FitsSchemaInputMapper::Impl::archiveHdu

Definition at line 88 of file FitsSchemaInputMapper.cc.

◆ flagColumn

int lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagColumn

Definition at line 87 of file FitsSchemaInputMapper.cc.

◆ flagKeys

std::vector<Key<Flag> > lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagKeys

Definition at line 91 of file FitsSchemaInputMapper.cc.

◆ flagWorkspace

std::unique_ptr<bool[]> lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagWorkspace

Definition at line 92 of file FitsSchemaInputMapper.cc.

◆ inputs

InputContainer lsst::afw::table::io::FitsSchemaInputMapper::Impl::inputs

Definition at line 94 of file FitsSchemaInputMapper.cc.

◆ nRowsToPrep

std::size_t lsst::afw::table::io::FitsSchemaInputMapper::Impl::nRowsToPrep = 1

Definition at line 95 of file FitsSchemaInputMapper.cc.

◆ readers

std::vector<std::unique_ptr<FitsColumnReader> > lsst::afw::table::io::FitsSchemaInputMapper::Impl::readers

Definition at line 90 of file FitsSchemaInputMapper.cc.

◆ schema

Schema lsst::afw::table::io::FitsSchemaInputMapper::Impl::schema

Definition at line 89 of file FitsSchemaInputMapper.cc.

◆ type

std::string lsst::afw::table::io::FitsSchemaInputMapper::Impl::type

Definition at line 86 of file FitsSchemaInputMapper.cc.

◆ version

int lsst::afw::table::io::FitsSchemaInputMapper::Impl::version

Definition at line 85 of file FitsSchemaInputMapper.cc.


The documentation for this class was generated from the following file: