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

Method ReadData3DGroupsData

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

Source from the content-addressed store, hash-verified

127 }
128
129 bool Reader::ReadData3DGroupsData( int64_t dataIndex, size_t groupCount, int64_t *idElementValue,
130 int64_t *startPointIndex, int64_t *pointCount ) const
131 {
132 return impl_->ReadData3DGroupsData( dataIndex, groupCount, idElementValue, startPointIndex,
133 pointCount );
134 }
135
136 CompressedVectorReader Reader::SetUpData3DPointsData( int64_t dataIndex, size_t pointCount,
137 const Data3DPointsFloat &buffers ) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected