MCPcopy Create free account
hub / github.com/LAStools/LAStools / OffsetSize

Method OffsetSize

src/laszip.cpp:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64{
65public:
66 OffsetSize(U64 o, U32 s) { offset = o; size = s; };
67 U64 offset;
68 U32 size;
69};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected