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

Method CopyReference

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

Source from the content-addressed store, hash-verified

510
511protected:
512 void CopyReference(const ValueReference& o) noexcept
513 {
514 this->Array = o.Array;
515 this->Id = o.Id;
516 }
517
518 mutable ArrayType* Array;
519 IdStorageType Id;

Callers 3

ValueIteratorClass · 0.45
ConstTupleIteratorClass · 0.45
TupleIteratorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected