|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
Public Types | |
| using | InputContainer = 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<>>> |
| using | SetTTYPE = SetFitsSchemaString<&FitsSchemaItem::ttype> |
| using | SetTFORM = SetFitsSchemaString<&FitsSchemaItem::tform> |
| using | SetTCCLS = SetFitsSchemaString<&FitsSchemaItem::tccls> |
| using | SetTUNIT = SetFitsSchemaString<&FitsSchemaItem::tunit> |
| using | SetDoc = SetFitsSchemaString<&FitsSchemaItem::doc> |
| using | ByColumn = InputContainer::nth_index<0>::type |
| using | ByBit = InputContainer::nth_index<1>::type |
| using | ByName = InputContainer::nth_index<2>::type |
| using | AsList = InputContainer::nth_index<3>::type |
Public Member Functions | |
| ByColumn & | byColumn () |
| ByBit & | byBit () |
| ByName & | byName () |
| AsList & | asList () |
| Impl () | |
Public Attributes | |
| int | version {0} |
| std::string | type |
| int | flagColumn {0} |
| int | archiveHdu {-1} |
| Schema | schema |
| std::vector< std::unique_ptr< FitsColumnReader > > | readers |
| std::vector< Key< Flag > > | flagKeys |
| std::unique_ptr< bool[]> | flagWorkspace |
| std::shared_ptr< io::InputArchive > | archive |
| InputContainer | inputs |
| std::size_t | nRowsToPrep = 1 |
Definition at line 45 of file FitsSchemaInputMapper.cc.
| using lsst::afw::table::io::FitsSchemaInputMapper::Impl::AsList = InputContainer::nth_index<3>::type |
Definition at line 64 of file FitsSchemaInputMapper.cc.
| using lsst::afw::table::io::FitsSchemaInputMapper::Impl::ByBit = InputContainer::nth_index<1>::type |
Definition at line 62 of file FitsSchemaInputMapper.cc.
| using lsst::afw::table::io::FitsSchemaInputMapper::Impl::ByColumn = InputContainer::nth_index<0>::type |
Definition at line 61 of file FitsSchemaInputMapper.cc.
| using lsst::afw::table::io::FitsSchemaInputMapper::Impl::ByName = InputContainer::nth_index<2>::type |
Definition at line 63 of file FitsSchemaInputMapper.cc.
| using lsst::afw::table::io::FitsSchemaInputMapper::Impl::InputContainer = 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<>>> |
Definition at line 51 of file FitsSchemaInputMapper.cc.
| using lsst::afw::table::io::FitsSchemaInputMapper::Impl::SetDoc = SetFitsSchemaString<&FitsSchemaItem::doc> |
Definition at line 58 of file FitsSchemaInputMapper.cc.
| using lsst::afw::table::io::FitsSchemaInputMapper::Impl::SetTCCLS = SetFitsSchemaString<&FitsSchemaItem::tccls> |
Definition at line 56 of file FitsSchemaInputMapper.cc.
| using lsst::afw::table::io::FitsSchemaInputMapper::Impl::SetTFORM = SetFitsSchemaString<&FitsSchemaItem::tform> |
Definition at line 55 of file FitsSchemaInputMapper.cc.
| using lsst::afw::table::io::FitsSchemaInputMapper::Impl::SetTTYPE = SetFitsSchemaString<&FitsSchemaItem::ttype> |
Definition at line 54 of file FitsSchemaInputMapper.cc.
| using lsst::afw::table::io::FitsSchemaInputMapper::Impl::SetTUNIT = SetFitsSchemaString<&FitsSchemaItem::tunit> |
Definition at line 57 of file FitsSchemaInputMapper.cc.
|
inline |
Definition at line 72 of file FitsSchemaInputMapper.cc.
|
inline |
Definition at line 70 of file FitsSchemaInputMapper.cc.
|
inline |
Definition at line 68 of file FitsSchemaInputMapper.cc.
|
inline |
Definition at line 67 of file FitsSchemaInputMapper.cc.
|
inline |
Definition at line 69 of file FitsSchemaInputMapper.cc.
| std::shared_ptr<io::InputArchive> lsst::afw::table::io::FitsSchemaInputMapper::Impl::archive |
Definition at line 82 of file FitsSchemaInputMapper.cc.
| int lsst::afw::table::io::FitsSchemaInputMapper::Impl::archiveHdu {-1} |
Definition at line 77 of file FitsSchemaInputMapper.cc.
| int lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagColumn {0} |
Definition at line 76 of file FitsSchemaInputMapper.cc.
| std::vector<Key<Flag> > lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagKeys |
Definition at line 80 of file FitsSchemaInputMapper.cc.
| std::unique_ptr<bool[]> lsst::afw::table::io::FitsSchemaInputMapper::Impl::flagWorkspace |
Definition at line 81 of file FitsSchemaInputMapper.cc.
| InputContainer lsst::afw::table::io::FitsSchemaInputMapper::Impl::inputs |
Definition at line 83 of file FitsSchemaInputMapper.cc.
| std::size_t lsst::afw::table::io::FitsSchemaInputMapper::Impl::nRowsToPrep = 1 |
Definition at line 84 of file FitsSchemaInputMapper.cc.
| std::vector<std::unique_ptr<FitsColumnReader> > lsst::afw::table::io::FitsSchemaInputMapper::Impl::readers |
Definition at line 79 of file FitsSchemaInputMapper.cc.
| Schema lsst::afw::table::io::FitsSchemaInputMapper::Impl::schema |
Definition at line 78 of file FitsSchemaInputMapper.cc.
| std::string lsst::afw::table::io::FitsSchemaInputMapper::Impl::type |
Definition at line 75 of file FitsSchemaInputMapper.cc.
| int lsst::afw::table::io::FitsSchemaInputMapper::Impl::version {0} |
Definition at line 74 of file FitsSchemaInputMapper.cc.