pub struct vtkImageToStructuredPoints(/* private fields */);Expand description
Attaches image pipeline to VTK.
vtkImageToStructuredPoints changes an image cache format to a structured points dataset. It takes an Input plus an optional VectorInput. The VectorInput converts the RGB scalar components of the VectorInput to vector pointdata attributes. This filter will try to reference count the data but in some cases it must make a copy.
Implementations§
Source§impl vtkImageToStructuredPoints
impl vtkImageToStructuredPoints
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkImageToStructuredPoints wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkImageToStructuredPoints
impl Default for vtkImageToStructuredPoints
Auto Trait Implementations§
impl Freeze for vtkImageToStructuredPoints
impl RefUnwindSafe for vtkImageToStructuredPoints
impl !Send for vtkImageToStructuredPoints
impl !Sync for vtkImageToStructuredPoints
impl Unpin for vtkImageToStructuredPoints
impl UnwindSafe for vtkImageToStructuredPoints
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