pub struct vtkUniformGridAMR(/* private fields */);Expand description
a concrete implementation of vtkCompositeDataSet
vtkUniformGridAMR is an AMR (hierarchical) composite dataset that holds vtkUniformGrids.
@sa vtkUniformGridAMRDataIterator
Implementations§
Source§impl vtkUniformGridAMR
impl vtkUniformGridAMR
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkUniformGridAMR wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkUniformGridAMR
impl Default for vtkUniformGridAMR
Auto Trait Implementations§
impl Freeze for vtkUniformGridAMR
impl RefUnwindSafe for vtkUniformGridAMR
impl !Send for vtkUniformGridAMR
impl !Sync for vtkUniformGridAMR
impl Unpin for vtkUniformGridAMR
impl UnwindSafe for vtkUniformGridAMR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more