MCPcopy 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
50Point::Point()
51{
52 m_geom.reset(new OGRPoint());
53 clear();
54}
55
56
57Point::Point(const std::string& wkt_or_json, SpatialReference ref)

Callers

nothing calls this directly

Calls 2

clearFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected