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

Generated from class MR::Matrix3<bool>QR. This is the const half of the class. More...

Inheritance diagram for MR.Matrix3_Bool.Const_QR:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_QR ()
 Constructs an empty (default-constructed) instance.
unsafe Const_QR (MR.Matrix3b q, MR.Matrix3b r)
 Constructs MR::Matrix3<bool>QR elementwise.
unsafe Const_QR (MR.Matrix3_Bool.Const_QR _other)
 Generated from constructor MR::Matrix3<bool>QR.QR.
 Const_QR (QR _other)
 Generated from constructor MR::Matrix3<bool>QR.QR.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Matrix3b__ref_storage_q
unsafe MR.Matrix3b__ref_storage_r

Properties

unsafe ref readonly MR.Matrix3b q [get]
unsafe ref readonly MR.Matrix3b r [get]

Detailed Description

Generated from class MR::Matrix3<bool>QR. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_QR() [1/4]

unsafe MR.Matrix3_Bool.Const_QR.Const_QR ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_QR() [2/4]

unsafe MR.Matrix3_Bool.Const_QR.Const_QR ( MR.Matrix3b q,
MR.Matrix3b r )
inline

Constructs MR::Matrix3<bool>QR elementwise.

◆ Const_QR() [3/4]

unsafe MR.Matrix3_Bool.Const_QR.Const_QR ( MR.Matrix3_Bool.Const_QR _other)
inline

Generated from constructor MR::Matrix3<bool>QR.QR.

◆ Const_QR() [4/4]

MR.Matrix3_Bool.Const_QR.Const_QR ( QR _other)
inline

Generated from constructor MR::Matrix3<bool>QR.QR.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Matrix3_Bool.Const_QR.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Matrix3_Bool.Const_QR.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_q

unsafe MR.Matrix3b* MR.Matrix3_Bool.Const_QR.__ref_storage_q
protected

◆ __ref_storage_r

unsafe MR.Matrix3b* MR.Matrix3_Bool.Const_QR.__ref_storage_r
protected

Property Documentation

◆ q

unsafe ref readonly MR.Matrix3b MR.Matrix3_Bool.Const_QR.q
get

◆ r

unsafe ref readonly MR.Matrix3b MR.Matrix3_Bool.Const_QR.r
get

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