#ifndef toposlice_hedge_fig_H #define toposlice_hedge_fig_H /* Copyright (C) 2024 Jorge Stolfi, UNICAMP */ /* Last edited on 2024-05-24 04:58:14 by stolfi */ #include #include #include #include void toposlice_hedge_fig_make(char *name, bool_t nodes); /* Creates a figure that shows a half-edge structure {H}. If {nodes} is false, draws just the mesh, labels one arc with "e", and also labels {e.twin}, {e.next}, {e.turn} with "e.twin", etc.. If {nodes} is true, draws the data structure over the mesh.*/ #endif