pub struct vtkExtentTranslator(/* private fields */);Expand description
Generates a structured extent from unstructured.
vtkExtentTranslator generates a structured extent from an unstructured extent. It uses a recursive scheme that splits the largest axis. A hard coded extent can be used for a starting point.
Implementations§
Source§impl vtkExtentTranslator
impl vtkExtentTranslator
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkExtentTranslator wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkExtentTranslator
impl Default for vtkExtentTranslator
Auto Trait Implementations§
impl Freeze for vtkExtentTranslator
impl RefUnwindSafe for vtkExtentTranslator
impl !Send for vtkExtentTranslator
impl !Sync for vtkExtentTranslator
impl Unpin for vtkExtentTranslator
impl UnwindSafe for vtkExtentTranslator
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