1 2 3 4 5 6 7 8 9 10 11 12
#ifndef TRICALL_REPORT_H #define TRICALL_REPORT_H void report(struct triangulateio *io, int markers, int reporttriangles, int reportneighbors, int reportsegments, int reportedges, int reportnorms); #endif // TRICALL_REPORT_H