pub struct vtkTimeRange(/* private fields */);Expand description
vtkExecutionRange using time to dispatch in a vtkForEach sub-pipeline
vtkTimeRange is an execution range for the vtkForEach, that split execution by time steps. The resulting sub-pipeline will be executed once for each time step of the input dataset.
@sa vtkForEach, vtkExecutionRange, vtkTimeRange
Implementations§
Source§impl vtkTimeRange
impl vtkTimeRange
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkTimeRange wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkTimeRange
impl Default for vtkTimeRange
Auto Trait Implementations§
impl Freeze for vtkTimeRange
impl RefUnwindSafe for vtkTimeRange
impl !Send for vtkTimeRange
impl !Sync for vtkTimeRange
impl Unpin for vtkTimeRange
impl UnwindSafe for vtkTimeRange
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