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

Method is_empty

splashsurf_lib/src/uniform_grid.rs:926–928  ·  view source on GitHub ↗

Returns whether none of the face flag bits is set, i.e. it does not correspond to any face

(&self)

Source from the content-addressed store, hash-verified

924impl GridBoundaryFaceFlags {
925 /// Returns whether none of the face flag bits is set, i.e. it does not correspond to any face
926 pub fn is_empty(&self) -> bool {
927 self.0.is_empty()
928 }
929
930 /// Classifies the cell with the given index to zero or more boundary faces of the grid
931 #[rustfmt::skip]

Callers 15

par_from_pointsMethod · 0.80
check_mesh_consistencyFunction · 0.80
enter_with_idMethod · 0.80
keep_cells_implFunction · 0.80
is_closedMethod · 0.80
is_manifoldMethod · 0.80
with_meshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected