pub struct vtkParametricBour(/* private fields */);Expand description
Generate Bour’s minimal surface.
vtkParametricBour generates Bour’s minimal surface parametrically. More information can be found at Wikipedia. @par Thanks: Tim Meehan
Implementations§
Source§impl vtkParametricBour
impl vtkParametricBour
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkParametricBour wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkParametricBour
impl Default for vtkParametricBour
Auto Trait Implementations§
impl Freeze for vtkParametricBour
impl RefUnwindSafe for vtkParametricBour
impl !Send for vtkParametricBour
impl !Sync for vtkParametricBour
impl Unpin for vtkParametricBour
impl UnwindSafe for vtkParametricBour
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