Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122429122
spm_getdata.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 17, 19:41
Size
410 B
Mime Type
text/x-c
Expires
Sat, Jul 19, 19:41 (2 d)
Engine
blob
Format
Raw Data
Handle
27470518
Attached To
R5163 Slepians
spm_getdata.h
View Options
/*
* $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
Log In to Comment