MCPcopy Index your code
hub / github.com/InteractiveComputerGraphics/splashsurf / clone

Method clone

splashsurf_lib/src/workspace.rs:36–38  ·  view source on GitHub ↗

Returns a new default workspace without any allocated memory

(&self)

Source from the content-addressed store, hash-verified

34impl<R: Scalar + Send + Default> Clone for ReconstructionWorkspace<R> {
35 /// Returns a new default workspace without any allocated memory
36 fn clone(&self) -> Self {
37 ReconstructionWorkspace::default()
38 }
39}
40
41impl<R: Scalar + Send> Debug for ReconstructionWorkspace<R> {

Callers 15

grid_loop_no_simdFunction · 0.80
grid_loop_neonFunction · 0.80
grid_loop_avx2Function · 0.80
grid_canyonFunction · 0.80
seq_resize_and_fillFunction · 0.80
par_resize_and_fillFunction · 0.80
half_edge_collapseMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_half_edge_meshFunction · 0.64
test_halfedge_planeFunction · 0.64