| 924 | ValueIdType GetEndValueId() const noexcept { return this->EndValue.GetValueId(); } |
| 925 | |
| 926 | VTK_ITER_INLINE |
| 927 | size_type size() const noexcept |
| 928 | { |
| 929 | return this->EndValue.GetValueId() - this->BeginValue.GetValueId(); |
| 930 | } |
| 931 | |
| 932 | VTK_ITER_INLINE |
| 933 | iterator begin() noexcept { return this->NewIterator(this->BeginValue); } |
nothing calls this directly
no test coverage detected