| 114 | } |
| 115 | |
| 116 | bool Reader::ReadData3D( int64_t dataIndex, Data3D &data3DHeader ) const |
| 117 | { |
| 118 | return impl_->ReadData3D( dataIndex, data3DHeader ); |
| 119 | } |
| 120 | |
| 121 | bool Reader::GetData3DSizes( int64_t dataIndex, int64_t &rowMax, int64_t &columnMax, |
| 122 | int64_t &pointsSize, int64_t &groupsSize, int64_t &countSize, |
nothing calls this directly
no outgoing calls
no test coverage detected