Home
last modified time | relevance | path

Searched refs:ListFace (Results 1 – 2 of 2) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/examples/
H A Dhapprox.c122 typedef struct _ListFace ListFace; typedef
142 void (* cost_init) (ListFace *);
146 ListFace,\
160 ListFace * f = LIST_FACE (object); in list_face_destroy()
193 static void list_face_cost_init (ListFace * f) in list_face_cost_init()
211 sizeof (ListFace), in list_face_class()
225 typedef gdouble (*CostFunc) (ListFace *, GtsPoint *, gpointer);
227 static void list_face_update (ListFace * f, gpointer * data) in list_face_update()
263 static void list_face_clear_heap (ListFace * f) in list_face_clear_heap()
458 static gdouble height_cost (ListFace * f, GtsPoint * p) in height_cost()
[all …]
/dports/graphics/gts/gts-0.7.6/examples/
H A Dhapprox.c123 typedef struct _ListFace ListFace; typedef
143 void (* cost_init) (ListFace *);
147 ListFace,\
161 ListFace * f = LIST_FACE (object); in list_face_destroy()
194 static void list_face_cost_init (ListFace * f) in list_face_cost_init()
212 sizeof (ListFace), in list_face_class()
226 typedef gdouble (*CostFunc) (ListFace *, GtsPoint *, gpointer);
228 static void list_face_update (ListFace * f, gpointer * data) in list_face_update()
264 static void list_face_clear_heap (ListFace * f) in list_face_clear_heap()
459 static gdouble height_cost (ListFace * f, GtsPoint * p) in height_cost()
[all …]