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

Function size

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

Source from the content-addressed store, hash-verified

924 ValueIdType GetEndValueId() const noexcept { return this->EndValue.GetValueId(); }
925
926 VTK_ITER_INLINE
927 size_type size() const noexcept
928 {
929 return this->EndValue.GetValueId() - this->BeginValue.GetValueId();
930 }
931
932 VTK_ITER_INLINE
933 iterator begin() noexcept { return this->NewIterator(this->BeginValue); }

Callers

nothing calls this directly

Calls 1

GetValueIdMethod · 0.80

Tested by

no test coverage detected