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

storage of some viewport-dependent property, which has some default value for all viewports and special values for some specific viewports Generated from class MR::ViewportProperty<MR.Matrix3f>. This is the non-const half of the class. More...

Inheritance diagram for MR.ViewportProperty_MRMatrix3f:

Public Member Functions

unsafe ViewportProperty_MRMatrix3f ()
 Constructs an empty (default-constructed) instance.
unsafe ViewportProperty_MRMatrix3f (MR._ByValue_ViewportProperty_MRMatrix3f _other)
 Generated from constructor MR::ViewportProperty<MR.Matrix3f>::ViewportProperty.
 ViewportProperty_MRMatrix3f (Const_ViewportProperty_MRMatrix3f _other)
 Generated from constructor MR::ViewportProperty<MR.Matrix3f>::ViewportProperty.
 ViewportProperty_MRMatrix3f (ViewportProperty_MRMatrix3f _other)
 Generated from constructor MR::ViewportProperty<MR.Matrix3f>::ViewportProperty.
unsafe ViewportProperty_MRMatrix3f (in MR.Matrix3f def)
 Generated from constructor MR::ViewportProperty<MR.Matrix3f>::ViewportProperty.
unsafe MR.ViewportProperty_MRMatrix3f assign (MR._ByValue_ViewportProperty_MRMatrix3f _other)
 Generated from method MR::ViewportProperty<MR.Matrix3f>::operator=.
unsafe void set (MR.Matrix3f def)
 sets default property value Generated from method MR::ViewportProperty<MR.Matrix3f>set.
unsafe new ref MR.Matrix3f get ()
 Generated from method MR::ViewportProperty<MR.Matrix3f>get.
unsafe void set (MR.Matrix3f v, MR.ViewportId id)
 sets specific property value for given viewport (or default value if !id) Generated from method MR::ViewportProperty<MR.Matrix3f>set.
unsafe bool reset (MR.ViewportId id)
 forgets specific property value for given viewport (or all viewports if !id); returns true if any specific value was removed Generated from method MR::ViewportProperty<MR.Matrix3f>reset.
unsafe bool reset ()
 forgets specific property value for all viewports; returns true if any specific value was removed Generated from method MR::ViewportProperty<MR.Matrix3f>reset.
Public Member Functions inherited from MR.Const_ViewportProperty_MRMatrix3f
virtual void Dispose ()
unsafe Const_ViewportProperty_MRMatrix3f ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ViewportProperty_MRMatrix3f (MR._ByValue_ViewportProperty_MRMatrix3f _other)
 Generated from constructor MR::ViewportProperty<MR.Matrix3f>::ViewportProperty.
 Const_ViewportProperty_MRMatrix3f (Const_ViewportProperty_MRMatrix3f _other)
 Generated from constructor MR::ViewportProperty<MR.Matrix3f>::ViewportProperty.
 Const_ViewportProperty_MRMatrix3f (ViewportProperty_MRMatrix3f _other)
 Generated from constructor MR::ViewportProperty<MR.Matrix3f>::ViewportProperty.
unsafe Const_ViewportProperty_MRMatrix3f (in MR.Matrix3f def)
 Generated from constructor MR::ViewportProperty<MR.Matrix3f>::ViewportProperty.
unsafe ref readonly MR.Matrix3f get ()
 gets default property value Generated from method MR::ViewportProperty<MR.Matrix3f>get.
unsafe ref readonly MR.Matrix3f get (MR.ViewportId id, MR.Misc.InOut< bool >? isDef=null)
 gets property value for given viewport: specific if available otherwise default one;
bool Equals (MR.Const_ViewportProperty_MRMatrix3f? _1)
override bool Equals (object? other)

Static Public Member Functions

static unsafe implicit operator ViewportProperty_MRMatrix3f (in MR.Matrix3f def)
 Generated from constructor MR::ViewportProperty&lt;MR.Matrix3f&gt;::ViewportProperty.
Static Public Member Functions inherited from MR.Const_ViewportProperty_MRMatrix3f
static unsafe implicit operator Const_ViewportProperty_MRMatrix3f (in MR.Matrix3f def)
 Generated from constructor MR::ViewportProperty&lt;MR.Matrix3f&gt;::ViewportProperty.
static unsafe bool operator== (MR.Const_ViewportProperty_MRMatrix3f _this, MR.Const_ViewportProperty_MRMatrix3f _1)
 Generated from method MR::ViewportProperty&lt;MR.Matrix3f&gt;operator==.
static unsafe bool operator!= (MR.Const_ViewportProperty_MRMatrix3f _this, MR.Const_ViewportProperty_MRMatrix3f _1)

Properties

unsafe ref MR.Matrix3f this[MR.ViewportId id] [get]
 returns direct access to value associated with given viewport (or default value if !id) Generated from method MR::ViewportProperty&lt;MR.Matrix3f&gt;::operator[].

Additional Inherited Members

Protected Member Functions inherited from MR.Const_ViewportProperty_MRMatrix3f
virtual unsafe void Dispose (bool disposing)

Detailed Description

storage of some viewport-dependent property, which has some default value for all viewports and special values for some specific viewports Generated from class MR::ViewportProperty&lt;MR.Matrix3f&gt;. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ ViewportProperty_MRMatrix3f() [1/5]

unsafe MR.ViewportProperty_MRMatrix3f.ViewportProperty_MRMatrix3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ ViewportProperty_MRMatrix3f() [2/5]

unsafe MR.ViewportProperty_MRMatrix3f.ViewportProperty_MRMatrix3f ( MR._ByValue_ViewportProperty_MRMatrix3f _other)
inline

Generated from constructor MR::ViewportProperty&lt;MR.Matrix3f&gt;::ViewportProperty.

◆ ViewportProperty_MRMatrix3f() [3/5]

MR.ViewportProperty_MRMatrix3f.ViewportProperty_MRMatrix3f ( Const_ViewportProperty_MRMatrix3f _other)
inline

Generated from constructor MR::ViewportProperty&lt;MR.Matrix3f&gt;::ViewportProperty.

◆ ViewportProperty_MRMatrix3f() [4/5]

MR.ViewportProperty_MRMatrix3f.ViewportProperty_MRMatrix3f ( ViewportProperty_MRMatrix3f _other)
inline

Generated from constructor MR::ViewportProperty&lt;MR.Matrix3f&gt;::ViewportProperty.

◆ ViewportProperty_MRMatrix3f() [5/5]

unsafe MR.ViewportProperty_MRMatrix3f.ViewportProperty_MRMatrix3f ( in MR.Matrix3f def)
inline

Generated from constructor MR::ViewportProperty&lt;MR.Matrix3f&gt;::ViewportProperty.

Member Function Documentation

◆ assign()

unsafe MR.ViewportProperty_MRMatrix3f MR.ViewportProperty_MRMatrix3f.assign ( MR._ByValue_ViewportProperty_MRMatrix3f _other)
inline

Generated from method MR::ViewportProperty&lt;MR.Matrix3f&gt;::operator=.

◆ get()

unsafe new ref MR.Matrix3f MR.ViewportProperty_MRMatrix3f.get ( )
inline

Generated from method MR::ViewportProperty&lt;MR.Matrix3f&gt;get.

◆ operator ViewportProperty_MRMatrix3f()

unsafe implicit MR.ViewportProperty_MRMatrix3f.operator ViewportProperty_MRMatrix3f ( in MR.Matrix3f def)
inlinestatic

Generated from constructor MR::ViewportProperty&lt;MR.Matrix3f&gt;::ViewportProperty.

◆ reset() [1/2]

unsafe bool MR.ViewportProperty_MRMatrix3f.reset ( )
inline

forgets specific property value for all viewports; returns true if any specific value was removed Generated from method MR::ViewportProperty&lt;MR.Matrix3f&gt;reset.

◆ reset() [2/2]

unsafe bool MR.ViewportProperty_MRMatrix3f.reset ( MR.ViewportId id)
inline

forgets specific property value for given viewport (or all viewports if !id); returns true if any specific value was removed Generated from method MR::ViewportProperty&lt;MR.Matrix3f&gt;reset.

◆ set() [1/2]

unsafe void MR.ViewportProperty_MRMatrix3f.set ( MR.Matrix3f def)
inline

sets default property value Generated from method MR::ViewportProperty&lt;MR.Matrix3f&gt;set.

◆ set() [2/2]

unsafe void MR.ViewportProperty_MRMatrix3f.set ( MR.Matrix3f v,
MR.ViewportId id )
inline

sets specific property value for given viewport (or default value if !id) Generated from method MR::ViewportProperty&lt;MR.Matrix3f&gt;set.

Property Documentation

◆ this[MR.ViewportId id]

unsafe ref MR.Matrix3f MR.ViewportProperty_MRMatrix3f.this[MR.ViewportId id]
get

returns direct access to value associated with given viewport (or default value if !id) Generated from method MR::ViewportProperty&lt;MR.Matrix3f&gt;::operator[].


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