#include <getwcstab.h>
| Data Fields | |
| int | i | 
| int | m | 
| int | kind | 
| char | extnam [72] | 
| int | extver | 
| int | extlev | 
| char | ttype [72] | 
| long | row | 
| int | ndim | 
| int * | dimlen | 
| double ** | arrayp | 
For C++ usage, because of a name space conflict with the wtbarr typedef defined in CFITSIO header fitsio.h, the wtbarr struct is renamed to wtbarr_s by preprocessor macro substitution with scope limited to wcs.h itself.
| int wtbarr::i | 
(Given) Image axis number.
| int wtbarr::m | 
(Given) wcstab array axis number for index vectors.
| int wtbarr::kind | 
(Given) Character identifying the wcstab array type:
| char wtbarr::extnam | 
(Given) EXTNAME identifying the binary table extension. 
| int wtbarr::extver | 
(Given) EXTVER identifying the binary table extension. 
| int wtbarr::extlev | 
(Given) EXTLEV identifying the binary table extension. 
| char wtbarr::ttype | 
(Given) TTYPEn identifying the column of the binary table that contains the wcstab array. 
| long wtbarr::row | 
(Given) Table row number.
| int wtbarr::ndim | 
(Given) Expected dimensionality of the wcstab array.
| int * wtbarr::dimlen | 
(Given) Address of the first element of an array of int of length ndim into which the wcstab array axis lengths are to be written.
| double ** wtbarr::arrayp | 
(Given) Pointer to an array of double which is to be allocated by the user and into which the wcstab array is to be written.
 1.5.6
 1.5.6