Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
511
protected:
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
ValueIterator
Class · 0.45
ConstTupleIterator
Class · 0.45
TupleIterator
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected