| 965 | */ |
| 966 | VTK_DEPRECATED_IN_9_6_0("Use iterators instead.") |
| 967 | value_type* data() noexcept |
| 968 | { |
| 969 | return reinterpret_cast<value_type*>(this->Array->GetVoidPointer(0)); |
| 970 | } |
| 971 | VTK_DEPRECATED_IN_9_6_0("Use iterators instead.") |
| 972 | value_type* data() const noexcept |
| 973 | { |
nothing calls this directly
no test coverage detected