pub struct vtkCellGridBoundsQuery(/* private fields */);Expand description
Compute the geometric bounds of a cell-grid.
If no cells are present, invalid bounds will be returned
(i.e., bds[1] < bds[0] after calling GetBounds(bds)).
Implementations§
Source§impl vtkCellGridBoundsQuery
impl vtkCellGridBoundsQuery
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkCellGridBoundsQuery wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkCellGridBoundsQuery
impl Default for vtkCellGridBoundsQuery
Auto Trait Implementations§
impl Freeze for vtkCellGridBoundsQuery
impl RefUnwindSafe for vtkCellGridBoundsQuery
impl !Send for vtkCellGridBoundsQuery
impl !Sync for vtkCellGridBoundsQuery
impl Unpin for vtkCellGridBoundsQuery
impl UnwindSafe for vtkCellGridBoundsQuery
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