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

Function BathData

plugins/mbio/io/MbReader.hpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 double m_time;
66
67 BathData(double bathlon, double bathlat, double bath, double amp,
68 double time) :
69 m_bathlon(bathlon), m_bathlat(bathlat), m_bath(bath), m_amp(amp),
70 m_time(time)
71 {}
72 };
73
74 struct SidescanData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected