TwiceAsNice
2019-02-18
|
Classes | |
struct | tnxaxis |
Macros | |
#define | TNX_MAXCHARS 2048 /* Maximum FITS "WAT" string length */ |
#define | TNX_CHEBYSHEV 1 |
#define | TNX_LEGENDRE 2 |
#define | TNX_POLYNOMIAL 3 |
#define | TNX_XNONE 0 /* no x-terms (old no) */ |
#define | TNX_XFULL 1 /* full x-terms (new yes) */ |
#define | TNX_XHALF 2 /* half x-terms (new) */ |
Typedefs | |
typedef struct tnxaxis | tnxaxisstruct |
Functions | |
tnxaxisstruct * | copy_tnxaxis (tnxaxisstruct *axis) |
tnxaxisstruct * | read_tnxaxis (char *tnxstr) |
double | raw_to_tnxaxis (tnxaxisstruct *axis, double x, double y) |
void | free_tnxaxis (tnxaxisstruct *axis) |
#define TNX_CHEBYSHEV 1 |
#define TNX_LEGENDRE 2 |
#define TNX_MAXCHARS 2048 /* Maximum FITS "WAT" string length */ |
#define TNX_POLYNOMIAL 3 |
#define TNX_XFULL 1 /* full x-terms (new yes) */ |
#define TNX_XHALF 2 /* half x-terms (new) */ |
#define TNX_XNONE 0 /* no x-terms (old no) */ |
typedef struct tnxaxis tnxaxisstruct |
tnxaxisstruct* copy_tnxaxis | ( | tnxaxisstruct * | axis | ) |
void free_tnxaxis | ( | tnxaxisstruct * | axis | ) |
double raw_to_tnxaxis | ( | tnxaxisstruct * | axis, |
double | x, | ||
double | y | ||
) |
tnxaxisstruct * read_tnxaxis | ( | char * | tnxstr | ) |