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

Method into_unstructured_grid

splashsurf_lib/src/mesh.rs:1594–1596  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1592
1593 impl IntoVtkUnstructuredGridPiece for UnstructuredGridPiece {
1594 fn into_unstructured_grid(self) -> UnstructuredGridPiece {
1595 self
1596 }
1597 }
1598
1599 impl<T: IntoVtkUnstructuredGridPiece> IntoVtkDataSet for T {

Callers 2

unstructured_gridMethod · 0.80
into_datasetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected