MCPcopy Create free account
hub / github.com/PDAL/PDAL / clear

Method clear

pdal/private/gdal/ErrorHandler.cpp:112–116  ·  view source on GitHub ↗

Clear the PDAL error handler. */

Source from the content-addressed store, hash-verified

110 Clear the PDAL error handler.
111*/
112void ErrorHandler::clear()
113{
114 CPLSetErrorHandler(m_prevHandler);
115 m_prevHandler = nullptr;
116}
117
118
119/**

Callers 4

updateMethod · 0.45
closeMethod · 0.45
createFromWktFunction · 0.45

Calls

no outgoing calls

Tested by 1

updateMethod · 0.36