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_BoolFuncFromFloat 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=.
 

Properties

new unsafe MR.MeshProjectionTransforms xfs [get, protected set]
 
new unsafe MR.Std.Function_BoolFuncFromFloat progressCb [get, protected set]
 

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_BoolFuncFromFloat progressCb )
inline

Constructs MR.ProjectAttributeParams elementwise.

◆ ProjectAttributeParams() [3/5]

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

Generated from constructor MR.ProjectAttributeParams.ProjectAttributeParams.

◆ ProjectAttributeParams() [4/5]

MR.ProjectAttributeParams.ProjectAttributeParams ( Const_ProjectAttributeParams _other)
inline

Generated from constructor MR.ProjectAttributeParams.ProjectAttributeParams.

◆ ProjectAttributeParams() [5/5]

MR.ProjectAttributeParams.ProjectAttributeParams ( ProjectAttributeParams _other)
inline

Generated from constructor MR.ProjectAttributeParams.ProjectAttributeParams.

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_BoolFuncFromFloat 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: