pub struct vtkStructuredPointsCollection(/* private fields */);Expand description
maintain a list of structured points data objects
vtkStructuredPointsCollection is an object that creates and manipulates ordered lists of structured points datasets. See also vtkCollection and subclasses.
Implementations§
Source§impl vtkStructuredPointsCollection
impl vtkStructuredPointsCollection
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkStructuredPointsCollection wrapped inside vtkNew
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkStructuredPointsCollection
impl RefUnwindSafe for vtkStructuredPointsCollection
impl !Send for vtkStructuredPointsCollection
impl !Sync for vtkStructuredPointsCollection
impl Unpin for vtkStructuredPointsCollection
impl UnwindSafe for vtkStructuredPointsCollection
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