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

Method into_dataset

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

Source from the content-addressed store, hash-verified

1598
1599 impl<T: IntoVtkUnstructuredGridPiece> IntoVtkDataSet for T {
1600 fn into_dataset(self) -> DataSet {
1601 DataSet::inline(self.into_unstructured_grid())
1602 }
1603 }
1604
1605 impl IntoVtkDataSet for DataSet {

Callers 1

write_vtkFunction · 0.80

Calls 1

Tested by

no test coverage detected