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

Method SetUpData3DPointsData

plugins/e57/libE57Format/src/E57SimpleWriter.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 CompressedVectorWriter Writer::SetUpData3DPointsData( int64_t dataIndex, size_t pointCount,
238 const Data3DPointsFloat &buffers )
239 {
240 return impl_->SetUpData3DPointsData( dataIndex, pointCount, buffers );
241 }
242
243 CompressedVectorWriter Writer::SetUpData3DPointsData( int64_t dataIndex, size_t pointCount,
244 const Data3DPointsDouble &buffers )

Callers 1

WriteData3DDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected