00001 typedef struct prot 00002 { 00003 float *xpoints; 00004 float *ypoints; 00005 float *zpoints; 00006 float *rpoints; 00007 int npoints; 00008 } *Molecule;