pub struct vtkAggregateToPartitionedDataSetCollection(/* private fields */);Expand description
Aggregate results in the vtkEndFor
vtkAggregateToPartitionedDataSetCollection is an execution aggregator for the
vtkEndFor filter that insert each iteration result in a partition of a
vtkPartitionnedDataSetCollection.
@sa vtkEndFor, vtkForEach, vtkExecutionAggregator
Implementations§
Source§impl vtkAggregateToPartitionedDataSetCollection
impl vtkAggregateToPartitionedDataSetCollection
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkAggregateToPartitionedDataSetCollection wrapped inside vtkNew
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkAggregateToPartitionedDataSetCollection
impl RefUnwindSafe for vtkAggregateToPartitionedDataSetCollection
impl !Send for vtkAggregateToPartitionedDataSetCollection
impl !Sync for vtkAggregateToPartitionedDataSetCollection
impl Unpin for vtkAggregateToPartitionedDataSetCollection
impl UnwindSafe for vtkAggregateToPartitionedDataSetCollection
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