pub struct vtkImageToStructuredGrid(/* private fields */);Expand description
a structured grid instance.
A concrete instance of vtkStructuredGridAlgorithm which provides functionality for converting instances of vtkImageData to vtkStructuredGrid.
Implementations§
Source§impl vtkImageToStructuredGrid
impl vtkImageToStructuredGrid
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkImageToStructuredGrid wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkImageToStructuredGrid
impl Default for vtkImageToStructuredGrid
Auto Trait Implementations§
impl Freeze for vtkImageToStructuredGrid
impl RefUnwindSafe for vtkImageToStructuredGrid
impl !Send for vtkImageToStructuredGrid
impl !Sync for vtkImageToStructuredGrid
impl Unpin for vtkImageToStructuredGrid
impl UnwindSafe for vtkImageToStructuredGrid
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