pub struct DlOpenVdbQuery { /* fields omitted */ }
Expand description
An API to query an OpenVDB file for metadata.
Creates a new OpenVDB query for a file.
Returns the bounding box of the OpenVDB file.
Returns the names of all the grids stored in the OpenVDB file.
Returns the specified grid as a flat Vec<f32>
of points [x0, y0, z0, ..., xn, yn, zn]
.
impl<T> Any for T where
T: 'static + ?Sized,
[src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.