pub struct vtkImageData(/* private fields */);Expand description
topologically and geometrically regular array of data
vtkImageData is a data object that is a concrete implementation of vtkDataSet. vtkImageData represents a geometric structure that is a topological and geometrical regular array of points. Examples include volumes (voxel data) and pixmaps. This representation supports images up to three dimensions. The image may also be oriented (see the DirectionMatrices and related transformation methods). Note however, that not all filters support oriented images.
@sa vtkImageTransform
Implementations§
Source§impl vtkImageData
impl vtkImageData
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkImageData wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkImageData
impl Default for vtkImageData
Auto Trait Implementations§
impl Freeze for vtkImageData
impl RefUnwindSafe for vtkImageData
impl !Send for vtkImageData
impl !Sync for vtkImageData
impl Unpin for vtkImageData
impl UnwindSafe for vtkImageData
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