#include <stdio.h>
Go to the source code of this file.
|
int | atts_init (FILE *, struct atts_index *) |
|
int | free_atts (struct atts_index *) |
|
int | read_area_att (FILE *, struct atts_index *, struct attribute *, int) |
|
int | read_line_att (FILE *, struct atts_index *, struct attribute *, int) |
|
int | read_att_struct (FILE *, struct attribute *) |
|
int | read_att (FILE *, char *, double *, double *, int *, long *) |
|
int | write_att (FILE *, char, double, double, int) |
|
int | write_att_struct (FILE *, struct attribute *) |
|
int | write_att_line (FILE *, double *, double *, int, int) |
|
◆ ATT_TYPES
◆ FlSIZ
◆ READ_ATT_FORMAT
#define READ_ATT_FORMAT "%c %lf %lf %d" |
◆ WRITE_ATT_FORMAT
#define WRITE_ATT_FORMAT "%c %14s %14s %10d" |
◆ atts_init()
◆ free_atts()
◆ read_area_att()
◆ read_att()
int read_att |
( |
FILE * |
, |
|
|
char * |
, |
|
|
double * |
, |
|
|
double * |
, |
|
|
int * |
, |
|
|
long * |
|
|
) |
| |
◆ read_att_struct()
int read_att_struct |
( |
FILE * |
, |
|
|
struct attribute * |
|
|
) |
| |
◆ read_line_att()
◆ write_att()
int write_att |
( |
FILE * |
, |
|
|
char |
, |
|
|
double |
, |
|
|
double |
, |
|
|
int |
|
|
) |
| |
◆ write_att_line()
int write_att_line |
( |
FILE * |
, |
|
|
double * |
, |
|
|
double * |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
◆ write_att_struct()
int write_att_struct |
( |
FILE * |
, |
|
|
struct attribute * |
|
|
) |
| |