Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
112
void ErrorHandler::clear()
113
{
114
CPLSetErrorHandler(m_prevHandler);
115
m_prevHandler = nullptr;
116
}
117
118
119
/**
Callers
4
update
Method · 0.45
computePDALDimensionTypes
Method · 0.45
close
Method · 0.45
createFromWkt
Function · 0.45
Calls
no outgoing calls
Tested by
1
update
Method · 0.36