| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected