pub struct vtkHierarchicalBoxDataSetAlgorithm(/* private fields */);Expand description
superclass for algorithms that
produce vtkHierarchicalBoxDataSet as output.
Algorithms that take any type of data object (including composite dataset) and produce a vtkHierarchicalBoxDataSet in the output can subclass from this class.
Implementations§
Source§impl vtkHierarchicalBoxDataSetAlgorithm
impl vtkHierarchicalBoxDataSetAlgorithm
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkHierarchicalBoxDataSetAlgorithm wrapped inside vtkNew
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkHierarchicalBoxDataSetAlgorithm
impl RefUnwindSafe for vtkHierarchicalBoxDataSetAlgorithm
impl !Send for vtkHierarchicalBoxDataSetAlgorithm
impl !Sync for vtkHierarchicalBoxDataSetAlgorithm
impl Unpin for vtkHierarchicalBoxDataSetAlgorithm
impl UnwindSafe for vtkHierarchicalBoxDataSetAlgorithm
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