MCPcopy Create free account
hub / github.com/LAStools/LAStools / LASLIB_DLL unset_las_message_handler

Function LASLIB_DLL unset_las_message_handler

LASzip/src/lasmessage.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void LASLIB_DLL unset_las_message_handler() {
230 message_handler = las_default_message_handler;
231 message_user_data = 0;
232}
233
234void format_message(std::string& messsage, unsigned multiline_ident, bool append_trailing_lf = true) {
235 size_t lines = messsage.find('\n');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected