pub struct vtkOverlappingAMRAlgorithm(/* private fields */);Expand description
A base class for all algorithms that take as input vtkOverlappingAMR and
produce vtkOverlappingAMR.
Implementations§
Source§impl vtkOverlappingAMRAlgorithm
impl vtkOverlappingAMRAlgorithm
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkOverlappingAMRAlgorithm wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkOverlappingAMRAlgorithm
impl Default for vtkOverlappingAMRAlgorithm
Auto Trait Implementations§
impl Freeze for vtkOverlappingAMRAlgorithm
impl RefUnwindSafe for vtkOverlappingAMRAlgorithm
impl !Send for vtkOverlappingAMRAlgorithm
impl !Sync for vtkOverlappingAMRAlgorithm
impl Unpin for vtkOverlappingAMRAlgorithm
impl UnwindSafe for vtkOverlappingAMRAlgorithm
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