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

Method AddOffset

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

Source from the content-addressed store, hash-verified

182 }
183
184 VTK_ITER_INLINE
185 void AddOffset(ValueIdType offset) noexcept
186 {
187 this->ValueId += offset;
188 std::tie(this->TupleId, this->ComponentId) = this->Convert(this->ValueId);
189 }
190
191 VTK_ITER_INLINE
192 ComponentIdType GetTupleSize() const noexcept { return this->NumComps.value; }

Callers 3

operator+Method · 0.45
ValueIteratorClass · 0.45

Calls 1

ConvertMethod · 0.95

Tested by

no test coverage detected