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