MCPcopy Create free account
hub / github.com/Kitware/VTK / data

Function data

Common/Core/vtkDataArrayValueRange_Generic.h:967–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

GetVoidPointerMethod · 0.45

Tested by

no test coverage detected