pub struct vtkAnnotation(/* private fields */);Expand description
Stores a collection of annotation artifacts.
vtkAnnotation is a collection of annotation properties along with an associated selection indicating the portion of data the annotation refers to.
@par Thanks: Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories contributed code to this class.
Implementations§
Source§impl vtkAnnotation
impl vtkAnnotation
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkAnnotation wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkAnnotation
impl Default for vtkAnnotation
Auto Trait Implementations§
impl Freeze for vtkAnnotation
impl RefUnwindSafe for vtkAnnotation
impl !Send for vtkAnnotation
impl !Sync for vtkAnnotation
impl Unpin for vtkAnnotation
impl UnwindSafe for vtkAnnotation
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