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

Function GetArray

Common/Core/vtkDataArrayTupleRange_Generic.h:1778–1779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected