pub struct vtkUniformHyperTreeGrid(/* private fields */);Expand description
A specifalized type of vtkHyperTreeGrid for the case
when root cells have uniform sizes in each direction
@sa vtkHyperTree vtkHyperTreeGrid vtkRectilinearGrid
@par Thanks: This class was written by Philippe Pebay, NexGen Analytics 2017 Modified to introduce Scales by Jacques-Bernard Lekien, CEA 2018. This work was supported by Commissariat a l’Energie Atomique CEA, DAM, DIF, F-91297 Arpajon, France.
Implementations§
Source§impl vtkUniformHyperTreeGrid
impl vtkUniformHyperTreeGrid
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkUniformHyperTreeGrid wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkUniformHyperTreeGrid
impl Default for vtkUniformHyperTreeGrid
Auto Trait Implementations§
impl Freeze for vtkUniformHyperTreeGrid
impl RefUnwindSafe for vtkUniformHyperTreeGrid
impl !Send for vtkUniformHyperTreeGrid
impl !Sync for vtkUniformHyperTreeGrid
impl Unpin for vtkUniformHyperTreeGrid
impl UnwindSafe for vtkUniformHyperTreeGrid
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