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

Method ReadData3D

plugins/e57/libE57Format/src/E57SimpleReader.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 bool Reader::ReadData3D( int64_t dataIndex, Data3D &data3DHeader ) const
117 {
118 return impl_->ReadData3D( dataIndex, data3DHeader );
119 }
120
121 bool Reader::GetData3DSizes( int64_t dataIndex, int64_t &rowMax, int64_t &columnMax,
122 int64_t &pointsSize, int64_t &groupsSize, int64_t &countSize,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected