pub struct vtkPlaneCollection(/* private fields */);Expand description
maintain a list of planes
vtkPlaneCollection is an object that creates and manipulates lists of objects of type vtkPlane. @sa vtkCollection
Implementations§
Source§impl vtkPlaneCollection
impl vtkPlaneCollection
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkPlaneCollection wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkPlaneCollection
impl Default for vtkPlaneCollection
Auto Trait Implementations§
impl Freeze for vtkPlaneCollection
impl RefUnwindSafe for vtkPlaneCollection
impl !Send for vtkPlaneCollection
impl !Sync for vtkPlaneCollection
impl Unpin for vtkPlaneCollection
impl UnwindSafe for vtkPlaneCollection
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