Home| general |src.lib|dmap Index

dmap


Navigate by clicking on the links below.

Documentation XML Source:dmap.doc.xml

Functions:

Structures:

Unions:

Function Prototypes:

int DataMapAddArray(struct DataMap *ptr, char *name,int type,int dim, int32 *rng,void *data);

int DataMapAddScalar(struct DataMap *ptr, char *name,int type,void *data);

struct DataMap *DataMapDecodeBuffer(unsigned char *buf,int size);

unsigned char *DataMapEncodeBuffer(struct DataMap *ptr,int *size);

struct DataMap *DataMapFread(FILE *fp);

void DataMapFree(struct DataMap *ptr);

int DataMapFwrite(FILE *fp,struct DataMap *ptr);

struct DataMap *DataMapMake();

struct DataMap *DataMapRead(int fid);

int DataMapSize(struct DataMap *ptr);

int DataMapWrite(int fid,struct DataMap *ptr);