pub struct vtkAMRDataInternals(/* private fields */);Expand description
container of vtkUniformGrid for an AMR data set
vtkAMRDataInternals stores a list of non-empty blocks of an AMR data set
@sa vtkOverlappingAMR, vtkAMRBox
Implementations§
Source§impl vtkAMRDataInternals
impl vtkAMRDataInternals
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkAMRDataInternals wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkAMRDataInternals
impl Default for vtkAMRDataInternals
Auto Trait Implementations§
impl Freeze for vtkAMRDataInternals
impl RefUnwindSafe for vtkAMRDataInternals
impl !Send for vtkAMRDataInternals
impl !Sync for vtkAMRDataInternals
impl Unpin for vtkAMRDataInternals
impl UnwindSafe for vtkAMRDataInternals
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