| 1776 | } |
| 1777 | |
| 1778 | VTK_ITER_INLINE |
| 1779 | ArrayType* GetArray() const noexcept { return this->Array; } |
| 1780 | VTK_ITER_INLINE |
| 1781 | ComponentIdType GetTupleSize() const noexcept { return this->NumComps.value; } |
| 1782 | VTK_ITER_INLINE |
no outgoing calls
no test coverage detected