pub struct vtkOverlappingAMR(/* private fields */);Expand description
hierarchical dataset of vtkUniformGrids
vtkOverlappingAMR extends vtkUniformGridAMR by exposing access to the amr meta data, which stores all structural information represented by an vtkAMRInformation object
@sa vtkAMRInformation
Implementations§
Source§impl vtkOverlappingAMR
impl vtkOverlappingAMR
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkOverlappingAMR wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkOverlappingAMR
impl Default for vtkOverlappingAMR
Auto Trait Implementations§
impl Freeze for vtkOverlappingAMR
impl RefUnwindSafe for vtkOverlappingAMR
impl !Send for vtkOverlappingAMR
impl !Sync for vtkOverlappingAMR
impl Unpin for vtkOverlappingAMR
impl UnwindSafe for vtkOverlappingAMR
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