Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ clone
Method
clone
source/MRMesh/MRObject.cpp:619–622 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
617
}
618
619
std::shared_ptr<Object> Object::clone() const
620
{
621
return std::make_shared<Object>( ProtectedStruct{}, *this );
622
}
623
624
std::shared_ptr<Object> Object::shallowCloneTree() const
625
{
Callers
4
TEST
Function · 0.45
ChangeObjectAction
Method · 0.45
refineFeatureObject
Function · 0.45
meshFromThree
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36