pub struct vtkAnimationScene(/* private fields */);Expand description
the animation scene manager.
vtkAnimationCue and vtkAnimationScene provide the framework to support animations in VTK. vtkAnimationCue represents an entity that changes/ animates with time, while vtkAnimationScene represents scene or setup for the animation, which consists of individual cues or other scenes.
A scene can be played in real time mode, or as a sequence of frames 1/frame rate apart in time. @sa vtkAnimationCue
Implementations§
Source§impl vtkAnimationScene
impl vtkAnimationScene
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkAnimationScene wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkAnimationScene
impl Default for vtkAnimationScene
Auto Trait Implementations§
impl Freeze for vtkAnimationScene
impl RefUnwindSafe for vtkAnimationScene
impl !Send for vtkAnimationScene
impl !Sync for vtkAnimationScene
impl Unpin for vtkAnimationScene
impl UnwindSafe for vtkAnimationScene
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