Home
last modified time | relevance | path

Searched refs:SUMA_SphereMarker (Results 1 – 3 of 3) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_CreateDO.h286 void SUMA_Free_SphereMarker (SUMA_SphereMarker *SM);
287 SUMA_SphereMarker* SUMA_Alloc_SphereMarker (void);
H A DSUMA_define.h1983 }SUMA_SphereMarker; typedef
3206 SUMA_SphereMarker *NodeMarker; /*!< Node Marker object structure*/
H A DSUMA_CreateDO.c16858 SUMA_SphereMarker* SUMA_Alloc_SphereMarker (void) in SUMA_Alloc_SphereMarker()
16861 SUMA_SphereMarker* SM; in SUMA_Alloc_SphereMarker()
16865 SM = (SUMA_SphereMarker*)SUMA_calloc(1,sizeof (SUMA_SphereMarker)); in SUMA_Alloc_SphereMarker()
16893 void SUMA_Free_SphereMarker (SUMA_SphereMarker *SM) in SUMA_Free_SphereMarker()