|
static int | PLMD::xdrfile::ctofstr (char *dest, int dest_len, char *src) |
|
| PLMD::xdrfile::ctofstr (str, len, cstr) |
|
static int | PLMD::xdrfile::decodebits (int buf[], int num_of_bits) |
|
static void | PLMD::xdrfile::decodeints (int buf[], int num_of_ints, int num_of_bits, unsigned int sizes[], int nums[]) |
|
static void | PLMD::xdrfile::encodebits (int buf[], int num_of_bits, int num) |
|
static void | PLMD::xdrfile::encodeints (int buf[], int num_of_ints, int num_of_bits, unsigned int sizes[], unsigned int nums[]) |
|
void | PLMD::xdrfile::F77_FUNC (xddcd, XDRDCD)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrccd, XDRCCD)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrccs, XDRCCS)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrclose, XDRCLOSE)(int *fid) |
|
void | PLMD::xdrfile::F77_FUNC (xdrdcs, XDRDCS)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdropen, XDROPEN)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrrchar, XDRRCHAR)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrrdouble, XDRRDOUBLE)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrrint, XDRRINT)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrropaque, XDRROPAQUE)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrrshort, XDRRSHORT)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrrsingle, XDRRSINGLE)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrrstring, XDRRSTRING)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrruchar, XDRRUCHAR)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrruint, XDRRUINT)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrrushort, XDRRUSHORT)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrwchar, XDRWCHAR)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrwdouble, XDRWDOUBLE)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrwint, XDRWINT)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrwopaque, XDRWOPAQUE)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrwshort, XDRWSHORT)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrwsingle, XDRWSINGLE)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrwstring, XDRWSTRING)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrwuchar, XDRWUCHAR)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrwuint, XDRWUINT)(int *fid |
|
void | PLMD::xdrfile::F77_FUNC (xdrwushort, XDRWUSHORT)(int *fid |
|
| PLMD::xdrfile::free (cstr) |
|
static int | PLMD::xdrfile::ftocstr (char *dest, int dest_len, char *src, int src_len) |
|
| PLMD::xdrfile::if ((cstr=(char *) malloc((len+1) *sizeof(char)))==NULL) |
|
| PLMD::xdrfile::if (f77init) |
|
else | PLMD::xdrfile::if (ftocstr(cfilename, sizeof(cfilename), filename, fn_len)) |
|
else | PLMD::xdrfile::if (ftocstr(cmode, sizeof(cmode), mode, mode_len)) |
|
| PLMD::xdrfile::if (ftocstr(cstr, len+1, str, len)) |
|
| PLMD::xdrfile::if (i==MAX_FORTRAN_XDR) |
|
static int | PLMD::xdrfile::sizeofint (int size) |
|
static int | PLMD::xdrfile::sizeofints (int num_of_ints, unsigned int sizes[]) |
|
| PLMD::xdrfile::while (i< MAX_FORTRAN_XDR &&f77xdr[i]!=NULL) i++ |
|
static int | PLMD::xdrfile::xdr_char (XDR *xdrs, char *ip) |
|
static int | PLMD::xdrfile::xdr_double (XDR *xdrs, double *ip) |
|
static int | PLMD::xdrfile::xdr_float (XDR *xdrs, float *ip) |
|
static int32_t | PLMD::xdrfile::xdr_htonl (int32_t x) |
|
static int | PLMD::xdrfile::xdr_int (XDR *xdrs, int *ip) |
|
static int32_t | PLMD::xdrfile::xdr_ntohl (int x) |
|
static int | PLMD::xdrfile::xdr_opaque (XDR *xdrs, char *cp, unsigned int cnt) |
|
static int | PLMD::xdrfile::xdr_short (XDR *xdrs, short *ip) |
|
static int | PLMD::xdrfile::xdr_string (XDR *xdrs, char **ip, unsigned int maxsize) |
|
static int32_t | PLMD::xdrfile::xdr_swapbytes (int32_t x) |
|
static int | PLMD::xdrfile::xdr_u_char (XDR *xdrs, unsigned char *ip) |
|
static int | PLMD::xdrfile::xdr_u_int (XDR *xdrs, unsigned int *ip) |
|
static int | PLMD::xdrfile::xdr_u_short (XDR *xdrs, unsigned short *ip) |
|
int | PLMD::xdrfile::xdrfile_close (XDRFILE *xfp) |
| Close a previously opened portable binary file, just like fclose() More...
|
|
int | PLMD::xdrfile::xdrfile_compress_coord_double (double *ptr, int ncoord, double precision, XDRFILE *xfp) |
| Compress coordiates in a double array to XDR file. More...
|
|
int | PLMD::xdrfile::xdrfile_compress_coord_float (float *ptr, int ncoord, float precision, XDRFILE *xfp) |
| Compress coordiates in a float array to XDR file. More...
|
|
int | PLMD::xdrfile::xdrfile_decompress_coord_double (double *ptr, int *ncoord, double *precision, XDRFILE *xfp) |
| Decompress coordiates from XDR file to array of doubles. More...
|
|
int | PLMD::xdrfile::xdrfile_decompress_coord_float (float *ptr, int *ncoord, float *precision, XDRFILE *xfp) |
| Decompress coordiates from XDR file to array of floats. More...
|
|
XDRFILE * | PLMD::xdrfile::xdrfile_open (const char *path, const char *mode) |
| Open a portable binary file, just like fopen() More...
|
|
int | PLMD::xdrfile::xdrfile_read_char (char *ptr, int ndata, XDRFILE *xfp) |
| Read one or more char type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_read_double (double *ptr, int ndata, XDRFILE *xfp) |
| Read one or more double type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_read_float (float *ptr, int ndata, XDRFILE *xfp) |
| Read one or more float type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_read_int (int *ptr, int ndata, XDRFILE *xfp) |
| Read one or more integer type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_read_opaque (char *ptr, int nbytes, XDRFILE *xfp) |
| Read raw bytes from file (unknown datatype) More...
|
|
int | PLMD::xdrfile::xdrfile_read_short (short *ptr, int ndata, XDRFILE *xfp) |
| Read one or more short type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_read_string (char *ptr, int maxlen, XDRFILE *xfp) |
| Read a string (array of characters) More...
|
|
int | PLMD::xdrfile::xdrfile_read_uchar (unsigned char *ptr, int ndata, XDRFILE *xfp) |
| Read one or more unsigned char type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_read_uint (unsigned int *ptr, int ndata, XDRFILE *xfp) |
| Read one or more unsigned integers type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_read_ushort (unsigned short *ptr, int ndata, XDRFILE *xfp) |
| Read one or more unsigned short type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_write_char (char *ptr, int ndata, XDRFILE *xfp) |
| Write one or more characters type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_write_double (double *ptr, int ndata, XDRFILE *xfp) |
| Write one or more double type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_write_float (float *ptr, int ndata, XDRFILE *xfp) |
| Write one or more float type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_write_int (int *ptr, int ndata, XDRFILE *xfp) |
| Write one or more integer type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_write_opaque (char *ptr, int nbytes, XDRFILE *xfp) |
| Write raw bytes to file (unknown datatype) More...
|
|
int | PLMD::xdrfile::xdrfile_write_short (short *ptr, int ndata, XDRFILE *xfp) |
| Write one or more short type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_write_string (char *ptr, XDRFILE *xfp) |
| Write a string (array of characters) More...
|
|
int | PLMD::xdrfile::xdrfile_write_uchar (unsigned char *ptr, int ndata, XDRFILE *xfp) |
| Write one or more unsigned characters type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_write_uint (unsigned int *ptr, int ndata, XDRFILE *xfp) |
| Write one or more unsigned integer type variable(s) More...
|
|
int | PLMD::xdrfile::xdrfile_write_ushort (unsigned short *ptr, int ndata, XDRFILE *xfp) |
| Write one or more unsigned short type variable(s) More...
|
|
static void | PLMD::xdrfile::xdrstdio_create (XDR *xdrs, FILE *fp, enum xdr_op xop) |
|
static void | PLMD::xdrfile::xdrstdio_destroy (XDR *) |
|
static int | PLMD::xdrfile::xdrstdio_getbytes (XDR *, char *, unsigned int) |
|
static int | PLMD::xdrfile::xdrstdio_getlong (XDR *, int32_t *) |
|
static unsigned int | PLMD::xdrfile::xdrstdio_getpos (XDR *) |
|
static int | PLMD::xdrfile::xdrstdio_putbytes (XDR *, char *, unsigned int) |
|
static int | PLMD::xdrfile::xdrstdio_putlong (XDR *, int32_t *) |
|
static int | PLMD::xdrfile::xdrstdio_setpos (XDR *, unsigned int) |
|