pub struct vtkCellGridSidesCache(/* private fields */);Expand description
Hold a map from hash-ids (representing sides of cells of multiple types)
to details on the cells that claim the corresponding side.
This class is created by filters such as vtkCellGridComputeSides and vtkCellGridExtractCrinkle; it can be re-used by the same filter and any others that process the same input (since it is stored in a cache available to them).
Implementations§
Source§impl vtkCellGridSidesCache
impl vtkCellGridSidesCache
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkCellGridSidesCache wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkCellGridSidesCache
impl Default for vtkCellGridSidesCache
Auto Trait Implementations§
impl Freeze for vtkCellGridSidesCache
impl RefUnwindSafe for vtkCellGridSidesCache
impl !Send for vtkCellGridSidesCache
impl !Sync for vtkCellGridSidesCache
impl Unpin for vtkCellGridSidesCache
impl UnwindSafe for vtkCellGridSidesCache
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