CCfits
2.6
|
This is the complete list of members for CCfits::ExtHDU, including all inherited members.
addColumn(ValueType type, const String &columnName, long repeatWidth, const String &colUnit=String(""), long decimals=-1, size_t columnNumber=0) | CCfits::ExtHDU | virtual |
addKey(const String &name, T val, const String &comment, bool isLongStr=false) | CCfits::HDU | |
addKey(const Keyword *inKeyword) | CCfits::HDU | |
axes() const | CCfits::HDU | inline |
axis(size_t index) const | CCfits::HDU | inline |
bitpix() const | CCfits::HDU | inline |
clone(FITS *p) const =0 | CCfits::ExtHDU | pure virtual |
column(const String &colName, bool caseSensitive=true) const | CCfits::ExtHDU | virtual |
column(int colIndex) const | CCfits::ExtHDU | virtual |
column() const | CCfits::ExtHDU | virtual |
comment() const | CCfits::HDU | inline |
copyAllKeys(const HDU *inHdu, const std::vector< int > &keyCategories=std::vector< int >()) | CCfits::HDU | |
copyColumn(const Column &inColumn, int colIndx, bool insertNewCol=true) | CCfits::ExtHDU | virtual |
deleteColumn(const String &columnName) | CCfits::ExtHDU | virtual |
deleteKey(const String &doomed) | CCfits::HDU | |
ExtHDU(const ExtHDU &right) | CCfits::ExtHDU | |
ExtHDU(FITS *p, HduType xtype, const String &hduName, int version) | CCfits::ExtHDU | protected |
ExtHDU(FITS *p, HduType xtype, const String &hduName, int bitpix, int naxis, const std::vector< long > &axes, int version) | CCfits::ExtHDU | protected |
ExtHDU(FITS *p, HduType xtype, int number) | CCfits::ExtHDU | protected |
fitsPointer() const | CCfits::HDU | |
gcount() const | CCfits::ExtHDU | inlineprotected |
gcount(long value) | CCfits::ExtHDU | inlineprotected |
getChecksum() const | CCfits::HDU | |
getComments() | CCfits::HDU | |
getHistory() | CCfits::HDU | |
getRowsize() const | CCfits::ExtHDU | virtual |
HDU(const HDU &right) | CCfits::HDU | |
HDU(FITS *p=0) | CCfits::HDU | protected |
HDU(FITS *p, int bitpix, int naxis, const std::vector< long > &axes) | CCfits::HDU | protected |
history() const | CCfits::HDU | inline |
index(int value) | CCfits::HDU | inline |
index() const | CCfits::HDU | inline |
isCompressed() const | CCfits::ExtHDU | |
keyWord() | CCfits::HDU | inline |
keyWord(const String &keyName) | CCfits::HDU | inline |
keyWord() const | CCfits::HDU | inline |
keyWord(const string &keyname) const | CCfits::HDU | inline |
keywordCategories() | CCfits::HDU | static |
makeThisCurrent() const | CCfits::ExtHDU | virtual |
name() const | CCfits::ExtHDU | inline |
naxes() | CCfits::HDU | inlineprotected |
numCols() const | CCfits::ExtHDU | virtual |
operator!=(const HDU &right) const | CCfits::HDU | |
operator==(const HDU &right) const | CCfits::HDU | |
parent() const | CCfits::HDU | |
pcount() const | CCfits::ExtHDU | inlineprotected |
pcount(long value) | CCfits::ExtHDU | inlineprotected |
read(std::valarray< S > &image) | CCfits::ExtHDU | |
read(std::valarray< S > &image, long first, long nElements, S *nullValue) | CCfits::ExtHDU | |
read(std::valarray< S > &image, const std::vector< long > &first, long nElements, S *nullValue) | CCfits::ExtHDU | |
read(std::valarray< S > &image, const std::vector< long > &firstVertex, const std::vector< long > &lastVertex, const std::vector< long > &stride) | CCfits::ExtHDU | |
read(std::valarray< S > &image, long first, long nElements) | CCfits::ExtHDU | |
read(std::valarray< S > &image, const std::vector< long > &first, long nElements) | CCfits::ExtHDU | |
read(std::valarray< S > &image, const std::vector< long > &firstVertex, const std::vector< long > &lastVertex, const std::vector< long > &stride, S *nullValue) | CCfits::ExtHDU | |
readAllKeys(const std::vector< int > &keyCategories=std::vector< int >()) | CCfits::HDU | |
readData(bool readFlag=false, const std::vector< String > &keys=std::vector< String >())=0 | CCfits::ExtHDU | pure virtual |
readHduName(const fitsfile *fptr, int hduIndex, String &hduName, int &hduVersion) | CCfits::ExtHDU | static |
readKey(const String &keyName, T &val) | CCfits::HDU | |
readKeys(std::vector< String > &keyNames, std::vector< T > &vals) | CCfits::HDU | |
readNextKey(const std::vector< String > &incList, const std::vector< String > &excList, bool searchFromBeginning=false) | CCfits::HDU | |
resetImageRead() | CCfits::HDU | inlinevirtual |
rows() const | CCfits::ExtHDU | virtual |
scale() const | CCfits::HDU | inlinevirtual |
scale(double value) | CCfits::HDU | inlinevirtual |
suppressScaling(bool toggle=true) | CCfits::HDU | virtual |
updateChecksum() | CCfits::HDU | |
verifyChecksum() const | CCfits::HDU | |
version() const | CCfits::ExtHDU | inline |
version(int value) | CCfits::ExtHDU | inline |
write(const std::vector< long > &first, long nElements, const std::valarray< S > &data, S *nullValue) | CCfits::ExtHDU | |
write(long first, long nElements, const std::valarray< S > &data, S *nullValue) | CCfits::ExtHDU | |
write(const std::vector< long > &first, long nElements, const std::valarray< S > &data) | CCfits::ExtHDU | |
write(long first, long nElements, const std::valarray< S > &data) | CCfits::ExtHDU | |
write(const std::vector< long > &firstVertex, const std::vector< long > &lastVertex, const std::valarray< S > &data) | CCfits::ExtHDU | |
writeChecksum() | CCfits::HDU | |
writeComment(const String &comment="Generic Comment") | CCfits::HDU | |
writeDate() | CCfits::HDU | |
writeHistory(const String &history="Generic History String") | CCfits::HDU | |
xtension() const | CCfits::ExtHDU | inlineprotected |
xtension(HduType value) | CCfits::ExtHDU | inlineprotected |
zero() const | CCfits::HDU | inlinevirtual |
zero(double value) | CCfits::HDU | inlinevirtual |
~ExtHDU() | CCfits::ExtHDU | virtual |
~HDU() | CCfits::HDU | protectedvirtual |