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

Function LASLIB_DLL unset_las_message_handler

src/lasmessage.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected