Add capability so that `Grid(grid=openvdb.FloatGrid(...))` creates a functional `Grid`. Any scalar grid should work and the most appropriate numpy dtype should be chosen (do not loose precision, conserve memory). See #162 and #160 for context.
Add capability so that
Grid(grid=openvdb.FloatGrid(...))creates a functionalGrid.Any scalar grid should work and the most appropriate numpy dtype should be chosen (do not loose precision, conserve memory).
See #162 and #160 for context.