| 166 | }; |
| 167 | |
| 168 | LasPoint getPoint( const char* buf, int ) |
| 169 | { |
| 170 | // TODO: fix endianness |
| 171 | return *reinterpret_cast<const LasPoint*>( buf ); |
| 172 | } |
| 173 | |
| 174 | uint8_t getClassification( const char* buf, int format ) |
| 175 | { |
no outgoing calls
no test coverage detected