pub struct vtkUniformGridAMRAlgorithm(/* private fields */);Expand description
vtkUniformGridAMR as output.
A base class for all algorithms that take as input any type of data object including composite datasets and produce vtkUniformGridAMR in the output.
Implementations§
Source§impl vtkUniformGridAMRAlgorithm
impl vtkUniformGridAMRAlgorithm
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkUniformGridAMRAlgorithm wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkUniformGridAMRAlgorithm
impl Default for vtkUniformGridAMRAlgorithm
Auto Trait Implementations§
impl Freeze for vtkUniformGridAMRAlgorithm
impl RefUnwindSafe for vtkUniformGridAMRAlgorithm
impl !Send for vtkUniformGridAMRAlgorithm
impl !Sync for vtkUniformGridAMRAlgorithm
impl Unpin for vtkUniformGridAMRAlgorithm
impl UnwindSafe for vtkUniformGridAMRAlgorithm
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