pub struct vtkUniformGrid(/* private fields */);Expand description
image data with blanking
vtkUniformGrid is a subclass of vtkImageData. In addition to all the image data functionality, it supports blanking.
Implementations§
Source§impl vtkUniformGrid
impl vtkUniformGrid
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkUniformGrid wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkUniformGrid
impl Default for vtkUniformGrid
Auto Trait Implementations§
impl Freeze for vtkUniformGrid
impl RefUnwindSafe for vtkUniformGrid
impl !Send for vtkUniformGrid
impl !Sync for vtkUniformGrid
impl Unpin for vtkUniformGrid
impl UnwindSafe for vtkUniformGrid
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