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