MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.VertId. Derived classes: Direct: (non-virtual) MR::NoDefInit<MR.VertId> This is the const reference to the struct. More...

Inheritance diagram for MR.ConstBox_VertId:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe ConstBox_VertId (VertId other)
 Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
unsafe ConstBox_VertId (ConstBox_VertId _other)
 Generated copy constructor.
unsafe ConstBox_VertId ()
 Constructs an empty (default-constructed) instance.
unsafe ConstBox_VertId (MR.Const_NoInit _1)
 Generated from constructor MR.VertId.VertId.
unsafe ConstBox_VertId (int i)
 Generated from constructor MR.VertId.VertId.
unsafe ConstBox_VertId (ulong i)
 Generated from constructor MR.VertId.VertId.
unsafe bool valid ()
 Generated from method MR.VertId.valid.
unsafe bool less (MR.VertId b)
 Generated from method MR::VertId::operator<.
bool Equals (MR.VertId b)
override bool Equals (object? other)

Static Public Member Functions

static implicit operator ConstBox_VertId (VertId other)
 Convert from a struct by copying it. Note that only ConstBox_VertId has this conversion, Box_VertId intentionally doesn't.
static unsafe implicit operator int (MR.ConstBox_VertId _this)
 Generated from conversion operator MR::VertId::operator int.
static unsafe operator bool (MR.ConstBox_VertId _this)
 Generated from conversion operator MR::VertId::operator bool.
static unsafe bool operator== (MR.ConstBox_VertId _this, MR.VertId b)
 Generated from method MR::VertId::operator==.
static unsafe bool operator!= (MR.ConstBox_VertId _this, MR.VertId b)
static unsafe Box_VertId operator-- (MR.ConstBox_VertId _this)
 Generated from method MR::VertId::operator--.
static unsafe Box_VertId operator++ (MR.ConstBox_VertId _this)
 Generated from method MR::VertId::operator++.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

ref readonly int id [get]

Detailed Description

Generated from class MR.VertId. Derived classes: Direct: (non-virtual) MR::NoDefInit<MR.VertId> This is the const reference to the struct.

Constructor & Destructor Documentation

◆ ConstBox_VertId() [1/6]

unsafe MR.ConstBox_VertId.ConstBox_VertId ( VertId other)
inline

Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)

◆ ConstBox_VertId() [2/6]

unsafe MR.ConstBox_VertId.ConstBox_VertId ( ConstBox_VertId _other)
inline

Generated copy constructor.

◆ ConstBox_VertId() [3/6]

unsafe MR.ConstBox_VertId.ConstBox_VertId ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_VertId() [4/6]

unsafe MR.ConstBox_VertId.ConstBox_VertId ( MR.Const_NoInit _1)
inline

Generated from constructor MR.VertId.VertId.

◆ ConstBox_VertId() [5/6]

unsafe MR.ConstBox_VertId.ConstBox_VertId ( int i)
inline

Generated from constructor MR.VertId.VertId.

◆ ConstBox_VertId() [6/6]

unsafe MR.ConstBox_VertId.ConstBox_VertId ( ulong i)
inline

Generated from constructor MR.VertId.VertId.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.ConstBox_VertId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.ConstBox_VertId.Dispose ( bool disposing)
inlineprotectedvirtual

◆ Equals() [1/2]

bool MR.ConstBox_VertId.Equals ( MR.VertId b)
inline

◆ Equals() [2/2]

override bool MR.ConstBox_VertId.Equals ( object? other)
inline

◆ less()

unsafe bool MR.ConstBox_VertId.less ( MR.VertId b)
inline

Generated from method MR::VertId::operator<.

◆ operator bool()

unsafe MR.ConstBox_VertId.operator bool ( MR.ConstBox_VertId _this)
inlineexplicitstatic

Generated from conversion operator MR::VertId::operator bool.

◆ operator ConstBox_VertId()

implicit MR.ConstBox_VertId.operator ConstBox_VertId ( VertId other)
inlinestatic

Convert from a struct by copying it. Note that only ConstBox_VertId has this conversion, Box_VertId intentionally doesn't.

◆ operator int()

unsafe implicit MR.ConstBox_VertId.operator int ( MR.ConstBox_VertId _this)
inlinestatic

Generated from conversion operator MR::VertId::operator int.

◆ operator!=()

unsafe bool MR.ConstBox_VertId.operator!= ( MR.ConstBox_VertId _this,
MR.VertId b )
inlinestatic

◆ operator++()

unsafe Box_VertId MR.ConstBox_VertId.operator++ ( MR.ConstBox_VertId _this)
inlinestatic

Generated from method MR::VertId::operator++.

◆ operator--()

unsafe Box_VertId MR.ConstBox_VertId.operator-- ( MR.ConstBox_VertId _this)
inlinestatic

Generated from method MR::VertId::operator--.

◆ operator==()

unsafe bool MR.ConstBox_VertId.operator== ( MR.ConstBox_VertId _this,
MR.VertId b )
inlinestatic

Generated from method MR::VertId::operator==.

◆ valid()

unsafe bool MR.ConstBox_VertId.valid ( )
inline

Generated from method MR.VertId.valid.

Property Documentation

◆ id

ref readonly int MR.ConstBox_VertId.id
get

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