pub struct vtkPartitionedDataSetCollection(/* private fields */);Expand description
Composite dataset that groups datasets as a collection.
vtkPartitionedDataSetCollection is a vtkCompositeDataSet that stores a collection of non-null vtkPartitionedDataSets. These items can represent different concepts depending on the context. For example, they can represent region of different materials in a simulation or parts in an assembly. It is not requires that items have anything in common. For example, they can have completely different point or cell arrays.
Implementations§
Source§impl vtkPartitionedDataSetCollection
impl vtkPartitionedDataSetCollection
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkPartitionedDataSetCollection wrapped inside vtkNew
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkPartitionedDataSetCollection
impl RefUnwindSafe for vtkPartitionedDataSetCollection
impl !Send for vtkPartitionedDataSetCollection
impl !Sync for vtkPartitionedDataSetCollection
impl Unpin for vtkPartitionedDataSetCollection
impl UnwindSafe for vtkPartitionedDataSetCollection
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