MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / PrintMess

Method PrintMess

include/System.h:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61public:
62 static void PrintMess(std::string str, eLevel lev)
63 {
64 if(lev <= th)
65 cout << str << endl;
66 }
67
68 static void SetTh(eLevel _th)
69 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected