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

Method deepCopy

source/MRVoxels/MRFloatGrid.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33FloatGrid FloatGrid::deepCopy( const FloatGrid& other ) noexcept
34{
35 if ( other )
36 return MakeFloatGrid( other->deepCopy() );
37 return other;
38}
39
40OpenVdbFloatGrid* FloatGrid::get() const noexcept
41{

Callers 2

doOperation_Method · 0.80
gaussianFilteredFunction · 0.80

Calls 1

MakeFloatGridFunction · 0.85

Tested by

no test coverage detected