Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122571355
spm_mapping.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
Sun, Jul 20, 13:09
Size
450 B
Mime Type
text/x-c
Expires
Tue, Jul 22, 13:09 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27503021
Attached To
R5163 Slepians
spm_mapping.h
View Options
/*
* $Id: spm_mapping.h 938 2007-10-12 19:09:31Z john $
* John Ashburner
*/
/* Matlab dependent high level data access and map manipulation routines */
#include "mex.h"
#include "spm_vol_access.h"
#ifndef _SPM_MAPPING_H_
#define _SPM_MAPPING_H_
void
free_maps
(
MAPTYPE
*
maps
,
int
n
);
MAPTYPE
*
get_maps
(
const
mxArray
*
ptr
,
int
*
n
);
void
voxdim
(
MAPTYPE
*
map
,
double
vdim
[
3
]);
int
get_dtype
(
const
mxArray
*
ptr
);
#endif
/* _SPM_MAPPING_H_ */
Event Timeline
Log In to Comment