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