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

Row-major matrix with T values Generated from class MR::Matrix<float>. Base classes: Direct: (non-virtual) MR.RectIndexer This is the const half of the class. More...

Inheritance diagram for MR.Const_Matrix_Float:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Matrix_Float ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Matrix_Float (MR._ByValue_Matrix_Float _other)
 Generated from constructor MR::Matrix<float>::Matrix.
 Const_Matrix_Float (Const_Matrix_Float _other)
 Generated from constructor MR::Matrix<float>::Matrix.
 Const_Matrix_Float (Matrix_Float _other)
 Generated from constructor MR::Matrix<float>::Matrix.
unsafe Const_Matrix_Float (ulong numRows, ulong numCols)
 Generated from constructor MR::Matrix<float>::Matrix.
unsafe float call (ulong row, ulong col)
 Generated from method MR::Matrix<float>::operator().
unsafe float call (ulong i)
 Generated from method MR::Matrix<float>::operator().
unsafe MR.Matrix_Float transposed ()
 computes transposed matrix Generated from method MR::Matrix<float>transposed.
unsafe ulong getRowsNum ()
 Generated from method MR::Matrix<float>getRowsNum.
unsafe ulong getColsNum ()
 Generated from method MR::Matrix<float>getColsNum.
unsafe MR.Std.Const_Vector_Float data ()
 Generated from method MR::Matrix<float>data.
unsafe ref readonly MR.Vector2i dims ()
 Generated from method MR::Matrix<float>dims.
unsafe ulong size ()
 Generated from method MR::Matrix<float>size.
unsafe MR.PixelId toPixelId (in MR.Vector2i pos)
 Generated from method MR::Matrix<float>toPixelId.
unsafe ulong toIndex (in MR.Vector2i pos)
 Generated from method MR::Matrix<float>toIndex.

Static Public Member Functions

static unsafe implicit operator MR.Const_RectIndexer (Const_Matrix_Float self)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

Row-major matrix with T values Generated from class MR::Matrix<float>. Base classes: Direct: (non-virtual) MR.RectIndexer This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Matrix_Float() [1/5]

unsafe MR.Const_Matrix_Float.Const_Matrix_Float ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Matrix_Float() [2/5]

unsafe MR.Const_Matrix_Float.Const_Matrix_Float ( MR._ByValue_Matrix_Float _other)
inline

Generated from constructor MR::Matrix<float>::Matrix.

◆ Const_Matrix_Float() [3/5]

MR.Const_Matrix_Float.Const_Matrix_Float ( Const_Matrix_Float _other)
inline

Generated from constructor MR::Matrix<float>::Matrix.

◆ Const_Matrix_Float() [4/5]

MR.Const_Matrix_Float.Const_Matrix_Float ( Matrix_Float _other)
inline

Generated from constructor MR::Matrix<float>::Matrix.

◆ Const_Matrix_Float() [5/5]

unsafe MR.Const_Matrix_Float.Const_Matrix_Float ( ulong numRows,
ulong numCols )
inline

Generated from constructor MR::Matrix<float>::Matrix.

Member Function Documentation

◆ call() [1/2]

unsafe float MR.Const_Matrix_Float.call ( ulong i)
inline

Generated from method MR::Matrix<float>::operator().

◆ call() [2/2]

unsafe float MR.Const_Matrix_Float.call ( ulong row,
ulong col )
inline

Generated from method MR::Matrix<float>::operator().

◆ data()

unsafe MR.Std.Const_Vector_Float MR.Const_Matrix_Float.data ( )
inline

Generated from method MR::Matrix<float>data.

◆ dims()

unsafe ref readonly MR.Vector2i MR.Const_Matrix_Float.dims ( )
inline

Generated from method MR::Matrix<float>dims.

◆ Dispose() [1/2]

virtual void MR.Const_Matrix_Float.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ getColsNum()

unsafe ulong MR.Const_Matrix_Float.getColsNum ( )
inline

Generated from method MR::Matrix<float>getColsNum.

◆ getRowsNum()

unsafe ulong MR.Const_Matrix_Float.getRowsNum ( )
inline

Generated from method MR::Matrix<float>getRowsNum.

◆ operator MR.Const_RectIndexer()

unsafe implicit MR.Const_Matrix_Float.operator MR.Const_RectIndexer ( Const_Matrix_Float self)
inlinestatic

◆ size()

unsafe ulong MR.Const_Matrix_Float.size ( )
inline

Generated from method MR::Matrix<float>size.

◆ toIndex()

unsafe ulong MR.Const_Matrix_Float.toIndex ( in MR.Vector2i pos)
inline

Generated from method MR::Matrix<float>toIndex.

◆ toPixelId()

unsafe MR.PixelId MR.Const_Matrix_Float.toPixelId ( in MR.Vector2i pos)
inline

Generated from method MR::Matrix<float>toPixelId.

◆ transposed()

unsafe MR.Matrix_Float MR.Const_Matrix_Float.transposed ( )
inline

computes transposed matrix Generated from method MR::Matrix<float>transposed.


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