pub struct vtkParametricRoman(/* private fields */);Expand description
Generate Steiner’s Roman Surface.
vtkParametricRoman generates Steiner’s Roman Surface.
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 vtkParametricRoman
impl vtkParametricRoman
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkParametricRoman wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkParametricRoman
impl Default for vtkParametricRoman
Auto Trait Implementations§
impl Freeze for vtkParametricRoman
impl RefUnwindSafe for vtkParametricRoman
impl !Send for vtkParametricRoman
impl !Sync for vtkParametricRoman
impl Unpin for vtkParametricRoman
impl UnwindSafe for vtkParametricRoman
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