MCPcopy 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
619std::shared_ptr<Object> Object::clone() const
620{
621 return std::make_shared<Object>( ProtectedStruct{}, *this );
622}
623
624std::shared_ptr<Object> Object::shallowCloneTree() const
625{

Callers 4

TESTFunction · 0.45
ChangeObjectActionMethod · 0.45
refineFeatureObjectFunction · 0.45
meshFromThreeFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36