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

Method SetUpData3DPointsData

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

Source from the content-addressed store, hash-verified

134 }
135
136 CompressedVectorReader Reader::SetUpData3DPointsData( int64_t dataIndex, size_t pointCount,
137 const Data3DPointsFloat &buffers ) const
138 {
139 return impl_->SetUpData3DPointsData( dataIndex, pointCount, buffers );
140 }
141
142 CompressedVectorReader Reader::SetUpData3DPointsData( int64_t dataIndex, size_t pointCount,
143 const Data3DPointsDouble &buffers ) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected