pub struct vtkTrivialConsumer(/* private fields */);Expand description
Consumer to consume data off of a pipeline.
vtkTrivialConsumer caps off a pipeline so that no output data is left hanging around when a pipeline executes when data is set to be released (see vtkDataObject::SetGlobalReleaseDataFlag). This is intended to be used for tools such as Catalyst and not end users.
Implementations§
Source§impl vtkTrivialConsumer
impl vtkTrivialConsumer
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkTrivialConsumer wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkTrivialConsumer
impl Default for vtkTrivialConsumer
Auto Trait Implementations§
impl Freeze for vtkTrivialConsumer
impl RefUnwindSafe for vtkTrivialConsumer
impl !Send for vtkTrivialConsumer
impl !Sync for vtkTrivialConsumer
impl Unpin for vtkTrivialConsumer
impl UnwindSafe for vtkTrivialConsumer
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