| 182 | } |
| 183 | |
| 184 | VTK_ITER_INLINE |
| 185 | void AddOffset(ValueIdType offset) noexcept |
| 186 | { |
| 187 | this->ValueId += offset; |
| 188 | std::tie(this->TupleId, this->ComponentId) = this->Convert(this->ValueId); |
| 189 | } |
| 190 | |
| 191 | VTK_ITER_INLINE |
| 192 | ComponentIdType GetTupleSize() const noexcept { return this->NumComps.value; } |
no test coverage detected