pub struct vtkPointData(/* private fields */);Expand description
represent and manipulate point attribute data
vtkPointData is a class that is used to represent and manipulate point attribute data (e.g., scalars, vectors, normals, texture coordinates, etc.) Most of the functionality is handled by vtkDataSetAttributes.
By default, GhostTypesToSkip is set to DUPLICATEPOINT | HIDDENPOINT.
See vtkDataSetAttributes for the definition of those constants.
Implementations§
Source§impl vtkPointData
impl vtkPointData
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkPointData wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkPointData
impl Default for vtkPointData
Auto Trait Implementations§
impl Freeze for vtkPointData
impl RefUnwindSafe for vtkPointData
impl !Send for vtkPointData
impl !Sync for vtkPointData
impl Unpin for vtkPointData
impl UnwindSafe for vtkPointData
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