pub struct vtkExtractStructuredGridHelper(/* private fields */);Expand description
helper for extracting/sub-sampling
structured datasets.
vtkExtractStructuredGridHelper provides some common functionality that is used by filters that extract and sub-sample structured data. Specifically, it provides functionality for calculating the mapping from the output extent of each process to the input extent.
@sa vtkExtractGrid vtkExtractVOI vtkExtractRectilinearGrid
Implementations§
Source§impl vtkExtractStructuredGridHelper
impl vtkExtractStructuredGridHelper
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkExtractStructuredGridHelper wrapped inside vtkNew
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkExtractStructuredGridHelper
impl RefUnwindSafe for vtkExtractStructuredGridHelper
impl !Send for vtkExtractStructuredGridHelper
impl !Sync for vtkExtractStructuredGridHelper
impl Unpin for vtkExtractStructuredGridHelper
impl UnwindSafe for vtkExtractStructuredGridHelper
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