| LTL
    2.0.x
    | 
This is the complete list of members for ltl::FitsHeader, including all inherited members.
| addComment(const std::string &comment) | ltl::FitsHeader | |
| addCommentCard(const std::string &keyword, const std::string &comment) | ltl::FitsHeader | |
| addCommentCard(FitsCard *cardptr) | ltl::FitsHeader | protected | 
| addHistory(const std::string &history) | ltl::FitsHeader | |
| addJunkCard(const std::string &native_card) | ltl::FitsHeader | protected | 
| addJunkCard(const std::string &keyword, const std::string &comment) | ltl::FitsHeader | protected | 
| addJunkCard(FitsCard *cardptr) | ltl::FitsHeader | protected | 
| addValueCard(const std::string &keyword, const std::string &value, const std::string comment="", const bool fixed=true) | ltl::FitsHeader | |
| addValueCard(const std::string &keyword, const char *value, const std::string comment="", const bool fixed=true) | ltl::FitsHeader | |
| addValueCard(const std::string &keyword, const bool value, const std::string comment="", const bool fixed=true) | ltl::FitsHeader | |
| addValueCard(const std::string &keyword, const int value, const std::string comment="", const bool fixed=true) | ltl::FitsHeader | |
| addValueCard(const std::string &keyword, const long value, const std::string comment="", const bool fixed=true) | ltl::FitsHeader | |
| addValueCard(const std::string &keyword, const float value, const std::string comment="", const bool fixed=true) | ltl::FitsHeader | |
| addValueCard(const std::string &keyword, const double value, const std::string comment="", const bool fixed=true) | ltl::FitsHeader | |
| addValueCard(FitsCard *cardptr) | ltl::FitsHeader | protected | 
| adjustKeyword(std::string keyword) const | ltl::FitsHeader | |
| array_ | ltl::FitsHeader | protected | 
| ArrayIter typedef | ltl::FitsHeader | protected | 
| ArrayList typedef | ltl::FitsHeader | protected | 
| bitpix_ | ltl::FitsHeader | protected | 
| blank_ | ltl::FitsHeader | protected | 
| BlankIter typedef | ltl::FitsHeader | protected | 
| BlankList typedef | ltl::FitsHeader | protected | 
| bscale_ | ltl::FitsHeader | protected | 
| bytpix_ | ltl::FitsHeader | protected | 
| bzero_ | ltl::FitsHeader | protected | 
| checkNaxis() | ltl::FitsHeader | protected | 
| clearCardList(std::list< FitsCard * > &the_list) | ltl::FitsHeader | protected | 
| comment_ | ltl::FitsHeader | protected | 
| CommentIter typedef | ltl::FitsHeader | protected | 
| CommentList typedef | ltl::FitsHeader | protected | 
| copy(const FitsHeader &other) | ltl::FitsHeader | protected | 
| copyCardList(std::list< FitsCard * > &dest_list, const std::list< FitsCard * > &src_list) | ltl::FitsHeader | protected | 
| data_length_ | ltl::FitsHeader | protected | 
| data_offset_ | ltl::FitsHeader | protected | 
| describeSelf(std::ostream &os) | ltl::FitsHeader | virtual | 
| eraseCard(const std::string &keyword) | ltl::FitsHeader | |
| eraseCardFromList(const std::string &keyword, std::list< FitsCard * > &the_list) | ltl::FitsHeader | protected | 
| eraseCardsFromJunkList(const std::string &keyword) | ltl::FitsHeader | protected | 
| extended_ | ltl::FitsHeader | protected | 
| extension_ | ltl::FitsHeader | protected | 
| ExtensionIter typedef | ltl::FitsHeader | protected | 
| ExtensionList typedef | ltl::FitsHeader | protected | 
| findCardInList(const std::string &keyword, const std::list< FitsCard * > &the_list) const | ltl::FitsHeader | protected | 
| FitsHeader(unsigned char *inmemptr, size_t inmemlen, const bool quiet_please=false, const bool alljunk=false) | ltl::FitsHeader | |
| FitsHeader(const std::string &filename, const bool quiet_please=false, const bool alljunk=false) | ltl::FitsHeader | |
| FitsHeader(const FitsHeader &other, const bool quiet_please=false, const bool alljunk=false) | ltl::FitsHeader | |
| FitsHeader() | ltl::FitsHeader | protected | 
| FitsHeader(const std::string &filename, const bool quiet_please, const bool alljunk, const off_t startoffset) | ltl::FitsHeader | protected | 
| gcount_ | ltl::FitsHeader | protected | 
| getBitpix() const | ltl::FitsHeader | |
| getBool(const std::string &keyword) const | ltl::FitsHeader | |
| getBscale() const | ltl::FitsHeader | |
| getBytpix() const | ltl::FitsHeader | |
| getBzero() const | ltl::FitsHeader | |
| getCardComment(const std::string &teststring) const | ltl::FitsHeader | protected | 
| getComment(const std::string &keyword) const | ltl::FitsHeader | |
| getComment() const | ltl::FitsHeader | |
| getDataLength() const | ltl::FitsHeader | |
| getDataOffset() const | ltl::FitsHeader | |
| getFloat(const std::string &keyword) const | ltl::FitsHeader | |
| getFullRegion() const | ltl::FitsHeader | |
| getHistory() const | ltl::FitsHeader | |
| getInt(const std::string &keyword) const | ltl::FitsHeader | |
| getNaxis() const | ltl::FitsHeader | |
| getNaxis(const int i) const | ltl::FitsHeader | |
| getString(const std::string &keyword) const | ltl::FitsHeader | |
| getValueAsString(const std::string &keyword) const | ltl::FitsHeader | |
| getValueCard(const std::string &keyword) const | ltl::FitsHeader | protected | 
| history_ | ltl::FitsHeader | protected | 
| HistoryIter typedef | ltl::FitsHeader | protected | 
| HistoryList typedef | ltl::FitsHeader | protected | 
| isFixed(const std::string &keyword) const | ltl::FitsHeader | |
| junk_ | ltl::FitsHeader | protected | 
| JunkIter typedef | ltl::FitsHeader | protected | 
| JunkList typedef | ltl::FitsHeader | protected | 
| KNOWN | ltl::FitsHeader | protectedstatic | 
| mandatory_ | ltl::FitsHeader | protected | 
| MandatoryIter typedef | ltl::FitsHeader | protected | 
| MandatoryList typedef | ltl::FitsHeader | protected | 
| naxis_ | ltl::FitsHeader | protected | 
| naxis_array_ | ltl::FitsHeader | protected | 
| naxis_i_ | ltl::FitsHeader | protected | 
| NaxisIter typedef | ltl::FitsHeader | protected | 
| NaxisList typedef | ltl::FitsHeader | protected | 
| observe_ | ltl::FitsHeader | protected | 
| ObserveIter typedef | ltl::FitsHeader | protected | 
| ObserveList typedef | ltl::FitsHeader | protected | 
| operator=(const FitsHeader &other) | ltl::FitsHeader | |
| OtherIter typedef | ltl::FitsHeader | protected | 
| otherkeys_ | ltl::FitsHeader | protected | 
| OtherList typedef | ltl::FitsHeader | protected | 
| parseCard(const std::string &card) const | ltl::FitsHeader | protected | 
| parseCommentToCardList(const std::string &keyword, const std::string &comment) | ltl::FitsHeader | protected | 
| parseMandatory(const std::string &record) | ltl::FitsHeader | protected | 
| parseNaxis(const std::string &record, std::string::size_type card_of_record=0) | ltl::FitsHeader | protected | 
| parseRecord(const std::string &record, const bool alljunk=false) | ltl::FitsHeader | protected | 
| pcount_ | ltl::FitsHeader | protected | 
| PH_C | ltl::FitsHeader | protectedstatic | 
| readHeader(const std::string &filename, const bool alljunk=false, unsigned char *inmemptr=NULL, size_t inmemlen=0) | ltl::FitsHeader | protected | 
| setBscale(const double value) | ltl::FitsHeader | |
| setBzero(const double value) | ltl::FitsHeader | |
| shutup_ | ltl::FitsHeader | protected | 
| testRegion(const util::Region &testreg) const | ltl::FitsHeader | protected | 
| writeCardsOfList(const std::list< FitsCard * > &the_list) const | ltl::FitsHeader | protected | 
| writeCommentsOfList(const std::list< FitsCard * > &the_list) const | ltl::FitsHeader | protected | 
| writeHeader(const bool with_junk=false) | ltl::FitsHeader | |
| ~FitsHeader() | ltl::FitsHeader | virtual | 
 1.8.5
 1.8.5