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

Function reprogrow

io/EptReader.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68};
69
70void reprogrow(BOX3D& b, const SrsTransform& xform, double x, double y, double z)
71{
72 xform.transform(x, y, z);
73 b.grow(x, y, z);
74}
75
76BOX3D reprojectBoundsViaCorner(BOX3D src, const SrsTransform& xform)
77{

Callers 2

reprojectBoundsViaCornerFunction · 0.70

Calls 2

transformMethod · 0.45
growMethod · 0.45

Tested by

no test coverage detected