MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / getPoint

Function getPoint

source/MRIOExtras/MRLas.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

meshToDirectionVolumeFunction · 0.85
convertToContoursMethod · 0.85
projectPointMethod · 0.85
processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected