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