| 839 | |
| 840 | protected: |
| 841 | VTK_ITER_INLINE |
| 842 | void DebugIdAsserts() const { this->Ref.Id.DebugAsserts(this->Ref.Array); } |
| 843 | |
| 844 | // Needed for access from friend functions. We could just store the array |
| 845 | // and ID here instead of the ref, but meh. |
no test coverage detected