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

this structure contains transformation for projection from one mesh to another and progress callback Generated from class MR.ProjectAttributeParams. This is the non-const half of the class. More...

Inheritance diagram for MR.ProjectAttributeParams:

Public Member Functions

unsafe ProjectAttributeParams ()
 Constructs an empty (default-constructed) instance.
unsafe ProjectAttributeParams (MR.Const_MeshProjectionTransforms xfs, MR.Std._ByValue_Function_Bool_From_Float progressCb)
 Constructs MR.ProjectAttributeParams elementwise.
unsafe ProjectAttributeParams (MR._ByValue_ProjectAttributeParams _other)
 Generated from constructor MR.ProjectAttributeParams.ProjectAttributeParams.
 ProjectAttributeParams (Const_ProjectAttributeParams _other)
 Generated from constructor MR.ProjectAttributeParams.ProjectAttributeParams.
 ProjectAttributeParams (ProjectAttributeParams _other)
 Generated from constructor MR.ProjectAttributeParams.ProjectAttributeParams.
unsafe MR.ProjectAttributeParams assign (MR._ByValue_ProjectAttributeParams _other)
 Generated from method MR::ProjectAttributeParams::operator=.
Public Member Functions inherited from MR.Const_ProjectAttributeParams
virtual void Dispose ()
unsafe Const_ProjectAttributeParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ProjectAttributeParams (MR.Const_MeshProjectionTransforms xfs, MR.Std._ByValue_Function_Bool_From_Float progressCb)
 Constructs MR.ProjectAttributeParams elementwise.
unsafe Const_ProjectAttributeParams (MR._ByValue_ProjectAttributeParams _other)
 Generated from constructor MR.ProjectAttributeParams.ProjectAttributeParams.
 Const_ProjectAttributeParams (Const_ProjectAttributeParams _other)
 Generated from constructor MR.ProjectAttributeParams.ProjectAttributeParams.
 Const_ProjectAttributeParams (ProjectAttributeParams _other)
 Generated from constructor MR.ProjectAttributeParams.ProjectAttributeParams.

Properties

new unsafe MR.MeshProjectionTransforms xfs [get, protected set]
new unsafe MR.Std.Function_Bool_From_Float progressCb [get, protected set]
Properties inherited from MR.Const_ProjectAttributeParams
unsafe MR.Const_MeshProjectionTransforms xfs [get, protected set]
unsafe MR.Std.Const_Function_Bool_From_Float progressCb [get, protected set]

Additional Inherited Members

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

Detailed Description

this structure contains transformation for projection from one mesh to another and progress callback Generated from class MR.ProjectAttributeParams. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ ProjectAttributeParams() [1/5]

unsafe MR.ProjectAttributeParams.ProjectAttributeParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ ProjectAttributeParams() [2/5]

unsafe MR.ProjectAttributeParams.ProjectAttributeParams ( MR.Const_MeshProjectionTransforms xfs,
MR.Std._ByValue_Function_Bool_From_Float progressCb )
inline

Constructs MR.ProjectAttributeParams elementwise.

◆ ProjectAttributeParams() [3/5]

unsafe MR.ProjectAttributeParams.ProjectAttributeParams ( MR._ByValue_ProjectAttributeParams _other)
inline

◆ ProjectAttributeParams() [4/5]

MR.ProjectAttributeParams.ProjectAttributeParams ( Const_ProjectAttributeParams _other)
inline

◆ ProjectAttributeParams() [5/5]

MR.ProjectAttributeParams.ProjectAttributeParams ( ProjectAttributeParams _other)
inline

Member Function Documentation

◆ assign()

unsafe MR.ProjectAttributeParams MR.ProjectAttributeParams.assign ( MR._ByValue_ProjectAttributeParams _other)
inline

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

Property Documentation

◆ progressCb

new unsafe MR.Std.Function_Bool_From_Float MR.ProjectAttributeParams.progressCb
getprotected set

◆ xfs

new unsafe MR.MeshProjectionTransforms MR.ProjectAttributeParams.xfs
getprotected set

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