pub struct vtkHierarchicalBoxDataSet(/* private fields */);Expand description
Backwards compatibility class
An empty class for backwards compatibility
@sa vtkUniformGridAM vtkOverlappingAMR vtkNonOverlappingAMR
Implementations§
Source§impl vtkHierarchicalBoxDataSet
impl vtkHierarchicalBoxDataSet
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkHierarchicalBoxDataSet wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkHierarchicalBoxDataSet
impl Default for vtkHierarchicalBoxDataSet
Auto Trait Implementations§
impl Freeze for vtkHierarchicalBoxDataSet
impl RefUnwindSafe for vtkHierarchicalBoxDataSet
impl !Send for vtkHierarchicalBoxDataSet
impl !Sync for vtkHierarchicalBoxDataSet
impl Unpin for vtkHierarchicalBoxDataSet
impl UnwindSafe for vtkHierarchicalBoxDataSet
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