| 64 | //---------------------------------------------------------------------------- |
| 65 | |
| 66 | void DepthSortList::clear() |
| 67 | { |
| 68 | Parent::clear(); |
| 69 | |
| 70 | mPolyExtentsList.clear(); |
| 71 | mPolyIndexList.clear(); |
| 72 | |
| 73 | clearSort(); |
| 74 | } |
| 75 | |
| 76 | void DepthSortList::clearSort() |
| 77 | { |
no test coverage detected