pub struct vtkPolyPlane(/* private fields */);Expand description
Implicit function that is generated by extrusion of a polyline along the Z axis
vtkPolyPlane is, as the name suggests, an extrusion of a vtkPolyLine. The extrusion direction is assumed to be the Z vector. It can be used in combination with a vtkCutter to cut a dataset with a polyplane. vtkPolyPlane is a concrete implementation of the abstract class vtkImplicitFunction.
@todo Generalize to extrusions along arbitrary directions.
Implementations§
Source§impl vtkPolyPlane
impl vtkPolyPlane
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkPolyPlane wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkPolyPlane
impl Default for vtkPolyPlane
Auto Trait Implementations§
impl Freeze for vtkPolyPlane
impl RefUnwindSafe for vtkPolyPlane
impl !Send for vtkPolyPlane
impl !Sync for vtkPolyPlane
impl Unpin for vtkPolyPlane
impl UnwindSafe for vtkPolyPlane
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