| 168 | LogPtr m_log; |
| 169 | |
| 170 | PDAL_EXPORT void setLog(const LogPtr& log) |
| 171 | { m_log = log; } |
| 172 | PDAL_EXPORT bool read(ILeStream& stream); |
| 173 | bool write(OLeStream& stream); |
| 174 | bool readV3(ILeStream& stream); |
no outgoing calls
no test coverage detected