pub struct vtkCellAttribute(/* private fields */);Expand description
A function defined over the physical domain of a vtkCellGrid.
This is a base class for attributes (functions) defined on the space discretized by a vtkCellGrid. A vtkCellAttribute class must handle cells of all types present in the grid.
@sa vtkCellGrid
Implementations§
Source§impl vtkCellAttribute
impl vtkCellAttribute
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkCellAttribute wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkCellAttribute
impl Default for vtkCellAttribute
Auto Trait Implementations§
impl Freeze for vtkCellAttribute
impl RefUnwindSafe for vtkCellAttribute
impl !Send for vtkCellAttribute
impl !Sync for vtkCellAttribute
impl Unpin for vtkCellAttribute
impl UnwindSafe for vtkCellAttribute
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