pub struct vtkTrivialProducer(/* private fields */);Expand description
Producer for stand-alone data objects.
vtkTrivialProducer allows stand-alone data objects to be connected as inputs in a pipeline. All data objects that are connected to a pipeline involving vtkAlgorithm must have a producer. This trivial producer allows data objects that are hand-constructed in a program without another vtk producer to be connected.
Implementations§
Source§impl vtkTrivialProducer
impl vtkTrivialProducer
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkTrivialProducer wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkTrivialProducer
impl Default for vtkTrivialProducer
Auto Trait Implementations§
impl Freeze for vtkTrivialProducer
impl RefUnwindSafe for vtkTrivialProducer
impl !Send for vtkTrivialProducer
impl !Sync for vtkTrivialProducer
impl Unpin for vtkTrivialProducer
impl UnwindSafe for vtkTrivialProducer
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