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