pub struct vtkStringArray(/* private fields */);Expand description
a vtkAbstractArray subclass for strings
Points and cells may sometimes have associated data that are stored as strings, e.g. labels for information visualization projects. This class provides a clean way to store and access those strings. @par Thanks: Andy Wilson (atwilso@sandia.gov) wrote this class.
Implementations§
Source§impl vtkStringArray
impl vtkStringArray
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkStringArray wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkStringArray
impl Default for vtkStringArray
Auto Trait Implementations§
impl Freeze for vtkStringArray
impl RefUnwindSafe for vtkStringArray
impl !Send for vtkStringArray
impl !Sync for vtkStringArray
impl Unpin for vtkStringArray
impl UnwindSafe for vtkStringArray
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