pub struct vtkParametricEnneper(/* private fields */);Expand description
Generate Enneper’s surface.
vtkParametricEnneper generates Enneper’s surface. Enneper’s surface is a self-intersecting minimal surface possessing constant negative Gaussian curvature
For further information about this surface, please consult the technical description “Parametric surfaces” in http://www.vtk.org/publications in the “VTK Technical Documents” section in the VTk.org web pages.
@par Thanks: Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the class.
Implementations§
Source§impl vtkParametricEnneper
impl vtkParametricEnneper
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkParametricEnneper wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkParametricEnneper
impl Default for vtkParametricEnneper
Auto Trait Implementations§
impl Freeze for vtkParametricEnneper
impl RefUnwindSafe for vtkParametricEnneper
impl !Send for vtkParametricEnneper
impl !Sync for vtkParametricEnneper
impl Unpin for vtkParametricEnneper
impl UnwindSafe for vtkParametricEnneper
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