| 122 | |
| 123 | template <class I> |
| 124 | void MappedCellIterator<I>::FetchPoints() |
| 125 | { |
| 126 | this->GridPoints->GetPoints(this->GetPointIds(), this->Points); |
| 127 | } |
| 128 | |
| 129 | template <class I> |
| 130 | void MappedCellIterator<I>::FetchFaces() |
nothing calls this directly
no test coverage detected