| 1697 | |
| 1698 | protected: |
| 1699 | VTK_ITER_INLINE |
| 1700 | ArrayType* GetArray() const noexcept { return this->Ref.Array; } |
| 1701 | VTK_ITER_INLINE |
| 1702 | ArrayType*& GetArray() noexcept { return this->Ref.Array; } |
| 1703 | VTK_ITER_INLINE |
no outgoing calls
no test coverage detected