pub struct DataArray<'a, T>where
[T]: ToOwned<Owned = Vec<T>>,{ /* private fields */ }
Expand description
Groups data and sizes arrays for working with geometry attributes.
See crate::attribute::NumericArrayAttr::get
.
pub struct DataArray<'a, T>where
[T]: ToOwned<Owned = Vec<T>>,{ /* private fields */ }
Groups data and sizes arrays for working with geometry attributes.
See crate::attribute::NumericArrayAttr::get
.