Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ Point
Method
Point
filters/private/Point.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
Point::Point()
51
{
52
m_geom.reset(new OGRPoint());
53
clear();
54
}
55
56
57
Point::Point(const std::string& wkt_or_json, SpatialReference ref)
Callers
nothing calls this directly
Calls
2
clear
Function · 0.50
reset
Method · 0.45
Tested by
no test coverage detected