pub struct vtkDemandDrivenPipeline(/* private fields */);Expand description
Executive supporting on-demand execution.
vtkDemandDrivenPipeline is an executive that will execute an algorithm only when its outputs are out-of-date with respect to its inputs.
Implementations§
Source§impl vtkDemandDrivenPipeline
impl vtkDemandDrivenPipeline
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkDemandDrivenPipeline wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkDemandDrivenPipeline
impl Default for vtkDemandDrivenPipeline
Auto Trait Implementations§
impl Freeze for vtkDemandDrivenPipeline
impl RefUnwindSafe for vtkDemandDrivenPipeline
impl !Send for vtkDemandDrivenPipeline
impl !Sync for vtkDemandDrivenPipeline
impl Unpin for vtkDemandDrivenPipeline
impl UnwindSafe for vtkDemandDrivenPipeline
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