Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/post/src/camera/
H A Dcontext.cc344 *nextbbox; // Next bounding box... in add_primitive() local
454 for (joinbbox = bboxes; joinbbox != NULL; joinbbox = nextbbox) in add_primitive()
456 nextbbox = joinbbox->next; in add_primitive()
474 if (nextbbox != NULL) in add_primitive()
475 nextbbox->prev = joinbbox->prev; in add_primitive()
564 *nextbbox; // Next bounding box in delete_all() local
573 for (bbox = bboxes, nextbbox = NULL; bbox != NULL; bbox = nextbbox) in delete_all()
576 nextbbox = bbox->next; in delete_all()