pub struct vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor(/* private fields */);Expand description
Specific Moore super cursor that can subdivied neighborhood
This supercursor behave like the Moore supercursor but relies on the vtkHyperTreeGridNonOrientedUnlimitedSuperCursor so the neighborhood can be refined to reach the level of the current cell in any case.
@sa vtkHyperTree vtkHyperTreeGrid vtkHyperTreeGridNonOrientedMooreSuperCursor
Implementations§
Source§impl vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor
impl vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor wrapped inside vtkNew
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor
impl RefUnwindSafe for vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor
impl !Send for vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor
impl !Sync for vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor
impl Unpin for vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor
impl UnwindSafe for vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor
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