pub struct vtkStreamingDemandDrivenPipeline(/* private fields */);Expand description
Executive supporting partial updates.
vtkStreamingDemandDrivenPipeline is an executive that supports updating only a portion of the data set in the pipeline. This is the style of pipeline update that is provided by the old-style VTK 4.x pipeline. Instead of always updating an entire data set, this executive supports asking for pieces or sub-extents.
Implementations§
Source§impl vtkStreamingDemandDrivenPipeline
impl vtkStreamingDemandDrivenPipeline
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkStreamingDemandDrivenPipeline wrapped inside vtkNew
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkStreamingDemandDrivenPipeline
impl RefUnwindSafe for vtkStreamingDemandDrivenPipeline
impl !Send for vtkStreamingDemandDrivenPipeline
impl !Sync for vtkStreamingDemandDrivenPipeline
impl Unpin for vtkStreamingDemandDrivenPipeline
impl UnwindSafe for vtkStreamingDemandDrivenPipeline
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