| 110 | |
| 111 | template <class I> |
| 112 | void MappedCellIterator<I>::FetchCellType() |
| 113 | { |
| 114 | this->CellType = Impl->GetCellType(this->CellId); |
| 115 | } |
| 116 | |
| 117 | template <class I> |
| 118 | void MappedCellIterator<I>::FetchPointIds() |
nothing calls this directly
no test coverage detected