MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Std.Vector_MRAffineXf3f Class Reference

Generated from C++ container std.vector<MR.AffineXf3f>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Std.Vector_MRAffineXf3f:

Public Member Functions

unsafe Vector_MRAffineXf3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector_MRAffineXf3f (MR.Std._ByValue_Vector_MRAffineXf3f other)
 Constructs a copy of another instance. The source remains alive.
 
unsafe void assign (MR.Std._ByValue_Vector_MRAffineXf3f other)
 Assigns the contents from another instance. Both objects remain alive after the call.
 
unsafe Vector_MRAffineXf3f (MR.AffineXf3f? ptr, ulong size)
 Construct from a range of elements.
 
unsafe void assign (MR.AffineXf3f? ptr, ulong size)
 Assign from a range of elements, overwriting previous contents.
 
unsafe void resize (ulong new_size)
 Resizes the container. The new elements if any are zeroed.
 
unsafe void resizeWithDefaultValue (ulong new_size, in MR.AffineXf3f value)
 Resizes the container. The new elements if any are set to the specified value.
 
unsafe void clear ()
 Removes all elements from the container.
 
unsafe void reserve (ulong new_capacity)
 Reserves memory for a certain number of elements. Never shrinks the memory.
 
unsafe void shrinkToFit ()
 Shrinks the capacity to match the size.
 
unsafe new MR.Misc.? Ref< MR.AffineXf3ffront ()
 The first element or null if empty, mutable.
 
unsafe new MR.Misc.? Ref< MR.AffineXf3fback ()
 The last element or null if empty, mutable.
 
unsafe new MR.? PtrAffineXf3f data ()
 Returns a pointer to the continuous storage that holds all elements, mutable.
 
unsafe void pushBack (MR.AffineXf3f new_elem)
 Inserts a new element at the end.
 
unsafe void popBack ()
 Removes one element from the end.
 
unsafe void insert (ulong position, MR.AffineXf3f new_elem)
 Inserts a new element right before the specified position.
 
unsafe void erase (ulong position)
 Erases the element at the specified position.
 
unsafe void insertAtMutableIter (MR.Std.Vector_MRAffineXf3f.Const_Iterator position, MR.AffineXf3f new_elem)
 Inserts a new element right before the specified position.
 
unsafe void eraseAtMutableIter (MR.Std.Vector_MRAffineXf3f.Const_Iterator position)
 Erases the element at the specified position.
 
unsafe void insertAtIter (MR.Std.Vector_MRAffineXf3f.Const_ConstIterator position, MR.AffineXf3f new_elem)
 Inserts a new element right before the specified position. This version takes the position in form of a const iterator, that's the only difference.
 
unsafe void eraseAtIter (MR.Std.Vector_MRAffineXf3f.Const_ConstIterator position)
 Erases the element at the specified position. This version takes the position in form of a const iterator, that's the only difference.
 
unsafe new MR.Std.Vector_MRAffineXf3f.Iterator begin ()
 The begin iterator, mutable.
 
unsafe bool isBegin (MR.Std.Vector_MRAffineXf3f.Const_Iterator iter)
 Tests whether a mutable iterator is the begin iterator.
 
unsafe new MR.Std.Vector_MRAffineXf3f.Iterator end ()
 The end iterator, mutable.
 
unsafe bool isEnd (MR.Std.Vector_MRAffineXf3f.Const_Iterator iter)
 Tests whether a mutable iterator is the end iterator.
 
- Public Member Functions inherited from MR.Std.Const_Vector_MRAffineXf3f
virtual void Dispose ()
 
unsafe Const_Vector_MRAffineXf3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Vector_MRAffineXf3f (MR.Std._ByValue_Vector_MRAffineXf3f other)
 Constructs a copy of another instance. The source remains alive.
 
unsafe Const_Vector_MRAffineXf3f (MR.AffineXf3f? ptr, ulong size)
 Construct from a range of elements.
 
unsafe ulong size ()
 The number of elements.
 
unsafe bool isEmpty ()
 Returns true if the size is zero.
 
unsafe ulong capacity ()
 The memory capacity, measued in the number of elements.
 
unsafe MR.? AffineXf3f front ()
 The first element or null if empty, read-only.
 
unsafe MR.? AffineXf3f back ()
 The last element or null if empty, read-only.
 
unsafe MR.? ConstPtrAffineXf3f data ()
 Returns a pointer to the continuous storage that holds all elements, read-only.
 
unsafe MR.Std.Vector_MRAffineXf3f.ConstIterator begin ()
 The begin iterator, const.
 
unsafe bool isBegin (MR.Std.Vector_MRAffineXf3f.Const_ConstIterator iter)
 Tests whether a const iterator is the begin iterator.
 
unsafe MR.Std.Vector_MRAffineXf3f.ConstIterator end ()
 The end iterator, const.
 
unsafe bool isEnd (MR.Std.Vector_MRAffineXf3f.Const_ConstIterator iter)
 Tests whether a const iterator is the end iterator.
 
unsafe long toIndex (MR.Std.Vector_MRAffineXf3f.Const_ConstIterator iter)
 Convert a const iterator to an index.
 
unsafe long toIndex (MR.Std.Vector_MRAffineXf3f.Const_Iterator iter)
 Convert a mutable iterator to an index.
 

Properties

unsafe new ref MR.AffineXf3f this[ulong i] [get]
 The element at a specific index, mutable.
 
- Properties inherited from MR.Std.Const_Vector_MRAffineXf3f
unsafe ref readonly MR.AffineXf3f this[ulong i] [get]
 The element at a specific index, read-only.
 
- Properties inherited from MR.Misc.Object< Const_Vector_MRAffineXf3f >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Member Functions inherited from MR.Std.Const_Vector_MRAffineXf3f
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Vector_MRAffineXf3f >
bool _IsOwningVal
 

Detailed Description

Generated from C++ container std.vector<MR.AffineXf3f>. This is the non-const half of the class.


The documentation for this class was generated from the following file: