Page MenuHomec4science

spm_getdata.h
No OneTemporary

File Metadata

Created
Thu, Jul 17, 19:41

spm_getdata.h

/*
* $Id: spm_getdata.h 938 2007-10-12 19:09:31Z john $
* John Ashburner & Matthew Brett
*/
/* Routines for accessing datatypes for images */
#ifndef _SPM_GETDATA_H_
#define _SPM_GETDATA_H_
short getshort(short x);
unsigned short getushort(unsigned short x);
int getint(int x);
unsigned int getuint(unsigned int x);
float getfloat(float x);
double getdouble(double x);
#endif /* _SPM_GETDATA_H_ */

Event Timeline