pub struct vtkCollection(/* private fields */);Expand description
create and manipulate ordered lists of objects
vtkCollection is a general object for creating and manipulating lists of objects. The lists are ordered and allow duplicate entries. vtkCollection also serves as a base class for lists of specific types of objects.
@sa vtkActorCollection vtkAssemblyPaths vtkDataSetCollection vtkImplicitFunctionCollection vtkLightCollection vtkPolyDataCollection vtkRenderWindowCollection vtkRendererCollection vtkStructuredPointsCollection vtkTransformCollection vtkVolumeCollection
Implementations§
Source§impl vtkCollection
impl vtkCollection
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkCollection wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkCollection
impl Default for vtkCollection
Auto Trait Implementations§
impl Freeze for vtkCollection
impl RefUnwindSafe for vtkCollection
impl !Send for vtkCollection
impl !Sync for vtkCollection
impl Unpin for vtkCollection
impl UnwindSafe for vtkCollection
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