casa
$Rev:20696$
|
(ascii) TABLE extension More...
#include <hdu.h>
Public Member Functions | |
AsciiTableExtension (FitsInput &, FITSErrorHandler errhandler=FITSError::defaultHandler) | |
AsciiTableExtension (FitsKeywordList &, FITSErrorHandler errhandler=FITSError::defaultHandler) | |
AsciiTableExtension (FITSErrorHandler errhandler=FITSError::defaultHandler) | |
~AsciiTableExtension () | |
Int | tbcol (int n) |
position in which column starts | |
char * | tnull (int n) |
ascii string that represents the NULL value | |
int | write_ascTbl_hdr (FitsOutput &, long, long, int, const char **, long *, const char **, const char **, const char *e) |
write the required keywords for ASCIITableExtension | |
Protected Member Functions | |
int | readrow () |
read and write the next FITS data row | |
int | writerow (FitsOutput &) |
Protected Attributes | |
Int * | tbcol_x |
char ** | tnulla_x |
uInt * | fits_width |
char ** | format |
Private Member Functions | |
void | at_assign () |
casa::AsciiTableExtension::AsciiTableExtension | ( | FitsInput & | , |
FITSErrorHandler | errhandler = FITSError::defaultHandler |
||
) |
casa::AsciiTableExtension::AsciiTableExtension | ( | FitsKeywordList & | , |
FITSErrorHandler | errhandler = FITSError::defaultHandler |
||
) |
casa::AsciiTableExtension::AsciiTableExtension | ( | FITSErrorHandler | errhandler = FITSError::defaultHandler | ) |
void casa::AsciiTableExtension::at_assign | ( | ) | [private] |
int casa::AsciiTableExtension::readrow | ( | ) | [protected, virtual] |
read and write the next FITS data row
Reimplemented from casa::BinaryTableExtension.
Int casa::AsciiTableExtension::tbcol | ( | int | n | ) | [inline] |
char* casa::AsciiTableExtension::tnull | ( | int | n | ) | [inline] |
int casa::AsciiTableExtension::write_ascTbl_hdr | ( | FitsOutput & | , |
long | , | ||
long | , | ||
int | , | ||
const char ** | , | ||
long * | , | ||
const char ** | , | ||
const char ** | , | ||
const char * | e | ||
) |
write the required keywords for ASCIITableExtension
int casa::AsciiTableExtension::writerow | ( | FitsOutput & | ) | [protected, virtual] |
Reimplemented from casa::BinaryTableExtension.
uInt* casa::AsciiTableExtension::fits_width [protected] |
char** casa::AsciiTableExtension::format [protected] |
Int* casa::AsciiTableExtension::tbcol_x [protected] |
char** casa::AsciiTableExtension::tnulla_x [protected] |