pub struct vtkExplicitStructuredGridAlgorithm(/* private fields */);Expand description
Superclass for algorithms that produce only
explicit structured grid as output.
Implementations§
Source§impl vtkExplicitStructuredGridAlgorithm
impl vtkExplicitStructuredGridAlgorithm
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkExplicitStructuredGridAlgorithm wrapped inside vtkNew
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkExplicitStructuredGridAlgorithm
impl RefUnwindSafe for vtkExplicitStructuredGridAlgorithm
impl !Send for vtkExplicitStructuredGridAlgorithm
impl !Sync for vtkExplicitStructuredGridAlgorithm
impl Unpin for vtkExplicitStructuredGridAlgorithm
impl UnwindSafe for vtkExplicitStructuredGridAlgorithm
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