pub struct vtkExtentRCBPartitioner(/* private fields */);Expand description
This method partitions a global extent to N partitions where N is a user
supplied parameter.
Implementations§
Source§impl vtkExtentRCBPartitioner
impl vtkExtentRCBPartitioner
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkExtentRCBPartitioner wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkExtentRCBPartitioner
impl Default for vtkExtentRCBPartitioner
Auto Trait Implementations§
impl Freeze for vtkExtentRCBPartitioner
impl RefUnwindSafe for vtkExtentRCBPartitioner
impl !Send for vtkExtentRCBPartitioner
impl !Sync for vtkExtentRCBPartitioner
impl Unpin for vtkExtentRCBPartitioner
impl UnwindSafe for vtkExtentRCBPartitioner
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