MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / swapPointCloud

Method swapPointCloud

source/MRMesh/MRObjectPoints.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void ObjectPoints::swapPointCloud( std::shared_ptr< PointCloud >& points )
91{
92 if ( points == points_ )
93 return;
94 points_.swap( points );
95 setDirtyFlags( DIRTY_ALL );
96}
97
98void ObjectPoints::swapBase_( Object& other )
99{

Callers 2

actionMethod · 0.80

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected