MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / len

Method len

splashsurf_lib/src/dense_subdomains.rs:1799–1801  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1797
1798 #[inline(always)]
1799 fn len(&self) -> usize {
1800 self.subdomains.len()
1801 }
1802
1803 #[inline(always)]
1804 fn get(&self, i: usize) -> I {

Callers 8

extract_narrow_bandFunction · 0.45
decompositionFunction · 0.45
reconstruct_subdomainsFunction · 0.45
stitchingFunction · 0.45
subdomain_statsFunction · 0.45
subdomains_to_hexmeshFunction · 0.45
gather_subdomain_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected