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

Method GetArray

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

Needed for access from friend functions. We could just store the array and ID here instead of the ref, but meh.

Source from the content-addressed store, hash-verified

844 // Needed for access from friend functions. We could just store the array
845 // and ID here instead of the ref, but meh.
846 ArrayType* GetArray() const noexcept { return this->Ref.Array; }
847 IdStorageType& GetId() noexcept { return this->Ref.Id; }
848 const IdStorageType& GetId() const noexcept { return this->Ref.Id; }
849

Callers 4

swapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected