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

Method join

source/MRMesh/MRMeshMath.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 FaceVolumeCalc( FaceVolumeCalc& x, tbb::split ) : topology_( x.topology_ ), points_( x.points_ ), region_( x.region_ )
245 {}
246 void join( const FaceVolumeCalc& y )
247 {
248 volume_ += y.volume_;
249 }
250
251 double volume()
252 {

Callers 15

wasm_loader.jsFile · 0.45
test_text_meshFunction · 0.45
test_aligned_text_meshFunction · 0.45
_init_patchFunction · 0.45
shutdownMethod · 0.45
create_directoriesFunction · 0.45
copy_appFunction · 0.45
install_tools.pyFile · 0.45
append_includes_listFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_text_meshFunction · 0.36
test_aligned_text_meshFunction · 0.36