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

std.vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods More...

+ Inheritance diagram for MR.Buffer_MRFaceId_MRFaceId:

Public Member Functions

unsafe Buffer_MRFaceId_MRFaceId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Buffer_MRFaceId_MRFaceId (MR._ByValue_Buffer_MRFaceId_MRFaceId _other)
 Generated from constructor MR.Buffer<MR.FaceId, MR.FaceId>::Buffer.
 
unsafe Buffer_MRFaceId_MRFaceId (ulong size)
 Generated from constructor MR.Buffer<MR.FaceId, MR.FaceId>::Buffer.
 
unsafe MR.Buffer_MRFaceId_MRFaceId assign (MR._ByValue_Buffer_MRFaceId_MRFaceId _other)
 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::operator=.
 
unsafe void clear ()
 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::clear.
 
unsafe void resize (ulong newSize)
 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::resize.
 
unsafe new MR.? NoDefInit_MRFaceId data ()
 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::data.
 
- Public Member Functions inherited from MR.Const_Buffer_MRFaceId_MRFaceId
virtual void Dispose ()
 
unsafe Const_Buffer_MRFaceId_MRFaceId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Buffer_MRFaceId_MRFaceId (MR._ByValue_Buffer_MRFaceId_MRFaceId _other)
 Generated from constructor MR.Buffer<MR.FaceId, MR.FaceId>::Buffer.
 
unsafe Const_Buffer_MRFaceId_MRFaceId (ulong size)
 Generated from constructor MR.Buffer<MR.FaceId, MR.FaceId>::Buffer.
 
unsafe ulong capacity ()
 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::capacity.
 
unsafe ulong size ()
 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::size.
 
unsafe bool empty ()
 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::empty.
 
unsafe MR.? NoDefInit_MRFaceId data ()
 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::data.
 
unsafe MR.FaceId beginId ()
 returns the identifier of the first element Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::beginId.
 
unsafe MR.FaceId backId ()
 returns the identifier of the back() element Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::backId.
 
unsafe MR.FaceId endId ()
 returns backId() + 1 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::endId.
 
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::heapBytes.
 

Properties

unsafe new MR.NoDefInit_MRFaceId this[MR.FaceId i] [get]
 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::operator[].
 
- Properties inherited from MR.Const_Buffer_MRFaceId_MRFaceId
unsafe MR.Const_NoDefInit_MRFaceId this[MR.FaceId i] [get]
 Generated from method MR.Buffer<MR.FaceId, MR.FaceId>::operator[].
 
- Properties inherited from MR.Misc.Object< Const_Buffer_MRFaceId_MRFaceId >
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.Const_Buffer_MRFaceId_MRFaceId
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Buffer_MRFaceId_MRFaceId >
bool _IsOwningVal
 

Detailed Description

std.vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods

Template Parameters
Vtype of stored elements
Itype of index (shall be convertible to size_t) Generated from class MR.Buffer<MR.FaceId, MR.FaceId>. This is the non-const half of the class.

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