pub struct vtkHyperTreeGridNonOrientedGeometryCursor(/* private fields */);Expand description
Objects for traversal a HyperTreeGrid.
NonOriented ne peut pas remonter plus haut qu’a sa creation. Objects that can perform depth traversal of a hyper tree grid, take into account more parameters (related to the grid structure) than the compact hyper tree cursor implemented in vtkHyperTree can. This is an abstract class. Cursors are created by the HyperTreeGrid implementation.
Geometry cursors allow to retrieve origin, size, bounds and central points
@sa vtkHyperTree vtkHyperTreeGrid
@par Thanks: This class was written by Guenole Harel and Jacques-Bernard Lekien, 2014. This class was re-written by Philippe Pebay, 2016. This class was re-written for more optimisation by Jacques-Bernard Lekien, Guenole Harel and Jerome Dubois, 2018. This work was supported by Commissariat a l’Energie Atomique CEA, DAM, DIF, F-91297 Arpajon, France.
Implementations§
Source§impl vtkHyperTreeGridNonOrientedGeometryCursor
impl vtkHyperTreeGridNonOrientedGeometryCursor
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkHyperTreeGridNonOrientedGeometryCursor wrapped inside vtkNew