CCfits
2.6
|
This is the complete list of members for CCfits::Column, including all inherited members.
addNullValue(T nullVal) | CCfits::Column | |
Column(const Column &right) | CCfits::Column | |
Column(int columnIndex, const String &columnName, ValueType type, const String &format, const String &unit, Table *p, int rpt=1, long w=1, const String &comment="") | CCfits::Column | protected |
Column(Table *p=0) | CCfits::Column | protected |
comment() const | CCfits::Column | inlineprotected |
dimen() const | CCfits::Column | inline |
display() const | CCfits::Column | inline |
fitsPointer() | CCfits::Column | protected |
format() const | CCfits::Column | inline |
getNullValue(T *nullVal) const | CCfits::Column | |
index() const | CCfits::Column | inline |
isRead() const | CCfits::Column | inline |
makeHDUCurrent() | CCfits::Column | protected |
name() const | CCfits::Column | inline |
parent() const | CCfits::Column | |
put(std::ostream &s) const | CCfits::Column | protectedvirtual |
read(std::vector< S > &vals, long first, long last) | CCfits::Column | |
read(std::valarray< S > &vals, long first, long last) | CCfits::Column | |
read(std::valarray< S > &vals, long rows) | CCfits::Column | |
read(std::vector< S > &vals, long rows) | CCfits::Column | |
read(std::vector< S > &vals, long first, long last, S *nullValue) | CCfits::Column | |
read(std::valarray< S > &vals, long first, long last, S *nullValue) | CCfits::Column | |
read(std::valarray< S > &vals, long rows, S *nullValue) | CCfits::Column | |
readArrays(std::vector< std::valarray< S > > &vals, long first, long last) | CCfits::Column | |
readArrays(std::vector< std::valarray< S > > &vals, long first, long last, S *nullValue) | CCfits::Column | |
readData(long firstRow, long nelements, long firstElem=1)=0 | CCfits::Column | pure virtual |
repeat() const | CCfits::Column | inline |
resetRead() | CCfits::Column | inline |
rows() const | CCfits::Column | |
scale() const | CCfits::Column | inline |
setDimen() | CCfits::Column | inlinevirtual |
setDisplay() | CCfits::Column | |
type() const | CCfits::Column | inline |
unit() const | CCfits::Column | inline |
varLength() const | CCfits::Column | inline |
width() const | CCfits::Column | inline |
write(const std::vector< S > &indata, long firstRow) | CCfits::Column | |
write(const std::valarray< S > &indata, long firstRow) | CCfits::Column | |
write(S *indata, long nRows, long firstRow) | CCfits::Column | |
write(const std::vector< S > &indata, long firstRow, S *nullValue) | CCfits::Column | |
write(const std::valarray< S > &indata, long firstRow, S *nullValue) | CCfits::Column | |
write(S *indata, long nRows, long firstRow, S *nullValue) | CCfits::Column | |
write(const std::valarray< S > &indata, long nRows, long firstRow) | CCfits::Column | |
write(const std::vector< S > &indata, long nRows, long firstRow) | CCfits::Column | |
write(S *indata, long nElements, long nRows, long firstRow) | CCfits::Column | |
write(const std::valarray< S > &indata, long nRows, long firstRow, S *nullValue) | CCfits::Column | |
write(const std::vector< S > &indata, long nRows, long firstRow, S *nullValue) | CCfits::Column | |
write(S *indata, long nElements, long nRows, long firstRow, S *nullValue) | CCfits::Column | |
write(const std::valarray< S > &indata, const std::vector< long > &vectorLengths, long firstRow) | CCfits::Column | |
write(const std::vector< S > &indata, const std::vector< long > &vectorLengths, long firstRow) | CCfits::Column | |
write(S *indata, long nElements, const std::vector< long > &vectorLengths, long firstRow) | CCfits::Column | |
writeArrays(const std::vector< std::valarray< S > > &indata, long firstRow) | CCfits::Column | |
writeArrays(const std::vector< std::valarray< S > > &indata, long firstRow, S *nullValue) | CCfits::Column | |
zero() const | CCfits::Column | inline |
~Column() | CCfits::Column | virtual |