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

Function PrintProtos

deps/tesseract/classify/protos.cpp:273–283  ·  view source on GitHub ↗

* PrintProtos * * Print the list of prototypes in this class type. **********************************************************************/

Source from the content-addressed store, hash-verified

271 * Print the list of prototypes in this class type.
272 **********************************************************************/
273void PrintProtos(CLASS_TYPE Class) {
274 inT16 Pid;
275
276 for (Pid = 0; Pid < Class->NumProtos; Pid++) {
277 cprintf ("Proto %d:\t", Pid);
278 PrintProto (ProtoIn (Class, Pid));
279 cprintf ("\t");
280 PrintProtoLine (ProtoIn (Class, Pid));
281 new_line();
282 }
283}

Callers

nothing calls this directly

Calls 1

cprintfFunction · 0.85

Tested by

no test coverage detected