pub struct vtkAnnotationLayers(/* private fields */);Expand description
Stores a ordered collection of annotation sets
vtkAnnotationLayers stores a vector of annotation layers. Each layer may contain any number of vtkAnnotation objects. The ordering of the layers introduces a prioritization of annotations. Annotations in higher layers may obscure annotations in lower layers.
Implementations§
Source§impl vtkAnnotationLayers
impl vtkAnnotationLayers
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkAnnotationLayers wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkAnnotationLayers
impl Default for vtkAnnotationLayers
Auto Trait Implementations§
impl Freeze for vtkAnnotationLayers
impl RefUnwindSafe for vtkAnnotationLayers
impl !Send for vtkAnnotationLayers
impl !Sync for vtkAnnotationLayers
impl Unpin for vtkAnnotationLayers
impl UnwindSafe for vtkAnnotationLayers
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