MCPcopy Create free account
hub / github.com/creatale/node-dv / plot_blob_list

Function plot_blob_list

deps/tesseract/ccstruct/blobbox.cpp:1082–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080 **********************************************************************/
1081
1082void plot_blob_list(ScrollView* win, // window to draw in
1083 BLOBNBOX_LIST *list, // blob list
1084 ScrollView::Color body_colour, // colour to draw
1085 ScrollView::Color child_colour) { // colour of child
1086 BLOBNBOX_IT it = list;
1087 for (it.mark_cycle_pt(); !it.cycled_list(); it.forward()) {
1088 it.data()->plot(win, body_colour, child_colour);
1089 }
1090}
1091#endif // GRAPHICS_DISABLED

Callers 3

DrawFinalRowsMethod · 0.85
plot_to_rowFunction · 0.85
plot_parallel_rowFunction · 0.85

Calls 5

dataMethod · 0.80
mark_cycle_ptMethod · 0.45
cycled_listMethod · 0.45
forwardMethod · 0.45
plotMethod · 0.45

Tested by

no test coverage detected