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

Function Geometry

pdal/Geometry.hpp:72–73  ·  view source on GitHub ↗

The redirection to the construct function is to deal with GDAL types changing depending on debug.

Source from the content-addressed store, hash-verified

70 // The redirection to the construct function is to deal with GDAL types changing
71 // depending on debug.
72 Geometry(OGRGeometryH g)
73 { construct(reinterpret_cast<void *>(g)); }
74 Geometry(OGRGeometryH g, const SpatialReference& srs)
75 { construct(reinterpret_cast<void *>(g), srs); }
76

Callers 3

fillPointMethod · 0.85
Geometry.hppFile · 0.85
getRingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected