#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
|
| MRC_API const MR_MeshProjectionTransforms * | MR_ProjectAttributeParams_Get_xfs (const MR_ProjectAttributeParams *_this) |
| |
| MRC_API void | MR_ProjectAttributeParams_Set_xfs (MR_ProjectAttributeParams *_this, const MR_MeshProjectionTransforms *value) |
| |
| MRC_API MR_MeshProjectionTransforms * | MR_ProjectAttributeParams_GetMutable_xfs (MR_ProjectAttributeParams *_this) |
| |
| MRC_API const MR_std_function_bool_from_float * | MR_ProjectAttributeParams_Get_progressCb (const MR_ProjectAttributeParams *_this) |
| |
| MRC_API void | MR_ProjectAttributeParams_Set_progressCb (MR_ProjectAttributeParams *_this, MR_PassBy value_pass_by, MR_std_function_bool_from_float *value) |
| |
| MRC_API MR_std_function_bool_from_float * | MR_ProjectAttributeParams_GetMutable_progressCb (MR_ProjectAttributeParams *_this) |
| |
| MRC_API MR_ProjectAttributeParams * | MR_ProjectAttributeParams_DefaultConstruct (void) |
| |
| MRC_API MR_ProjectAttributeParams * | MR_ProjectAttributeParams_DefaultConstructArray (size_t num_elems) |
| |
| MRC_API MR_ProjectAttributeParams * | MR_ProjectAttributeParams_ConstructFrom (const MR_MeshProjectionTransforms *xfs, MR_PassBy progressCb_pass_by, MR_std_function_bool_from_float *progressCb) |
| |
| MRC_API const MR_ProjectAttributeParams * | MR_ProjectAttributeParams_OffsetPtr (const MR_ProjectAttributeParams *ptr, ptrdiff_t i) |
| | Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
|
| |
| MRC_API MR_ProjectAttributeParams * | MR_ProjectAttributeParams_OffsetMutablePtr (MR_ProjectAttributeParams *ptr, ptrdiff_t i) |
| | Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
|
| |
| MRC_API MR_ProjectAttributeParams * | MR_ProjectAttributeParams_ConstructFromAnother (MR_PassBy _other_pass_by, MR_ProjectAttributeParams *_other) |
| |
| MRC_API void | MR_ProjectAttributeParams_Destroy (const MR_ProjectAttributeParams *_this) |
| | Destroys a heap-allocated instance of MR_ProjectAttributeParams. Does nothing if the pointer is null.
|
| |
| MRC_API void | MR_ProjectAttributeParams_DestroyArray (const MR_ProjectAttributeParams *_this) |
| | Destroys a heap-allocated array of MR_ProjectAttributeParams. Does nothing if the pointer is null.
|
| |
| MRC_API MR_ProjectAttributeParams * | MR_ProjectAttributeParams_AssignFromAnother (MR_ProjectAttributeParams *_this, MR_PassBy _other_pass_by, MR_ProjectAttributeParams *_other) |
| |
| MRC_API MR_expected_void_std_string * | MR_projectObjectMeshData (const MR_ObjectMeshData *oldMeshData, MR_ObjectMeshData *newMeshData, const MR_FaceBitSet *region, const MR_ProjectAttributeParams *params) |
| | finds attributes of new mesh by projecting faces/vertices on old mesh
|
| |
◆ MR_expected_void_std_string
◆ MR_FaceBitSet
◆ MR_MeshProjectionTransforms
◆ MR_ObjectMeshData
◆ MR_ProjectAttributeParams
this structure contains transformation for projection from one mesh to another and progress callback Generated from class MR::ProjectAttributeParams. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ MR_std_function_bool_from_float
◆ MR_ProjectAttributeParams_AssignFromAnother()
Generated from method MR::ProjectAttributeParams::operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_ProjectAttributeParams_ConstructFrom()
◆ MR_ProjectAttributeParams_ConstructFromAnother()
Generated from constructor MR::ProjectAttributeParams::ProjectAttributeParams. Never returns null. Returns an instance allocated on the heap! Must call MR_ProjectAttributeParams_Destroy() to free it when you're done using it.
◆ MR_ProjectAttributeParams_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_ProjectAttributeParams_Destroy() to free it when you're done using it.
◆ MR_ProjectAttributeParams_DefaultConstructArray()
◆ MR_ProjectAttributeParams_Destroy()
Destroys a heap-allocated instance of MR_ProjectAttributeParams. Does nothing if the pointer is null.
◆ MR_ProjectAttributeParams_DestroyArray()
Destroys a heap-allocated array of MR_ProjectAttributeParams. Does nothing if the pointer is null.
◆ MR_ProjectAttributeParams_Get_progressCb()
Returns a pointer to a member variable of class MR::ProjectAttributeParams named progressCb. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_ProjectAttributeParams_Get_xfs()
Returns a pointer to a member variable of class MR::ProjectAttributeParams named xfs. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_ProjectAttributeParams_GetMutable_progressCb()
Returns a mutable pointer to a member variable of class MR::ProjectAttributeParams named progressCb. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_ProjectAttributeParams_GetMutable_xfs()
Returns a mutable pointer to a member variable of class MR::ProjectAttributeParams named xfs. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_ProjectAttributeParams_OffsetMutablePtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
◆ MR_ProjectAttributeParams_OffsetPtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
◆ MR_ProjectAttributeParams_Set_progressCb()
Modifies a member variable of class MR::ProjectAttributeParams named progressCb. Parameter _this can not be null. It is a single object.
◆ MR_ProjectAttributeParams_Set_xfs()
Modifies a member variable of class MR::ProjectAttributeParams named xfs. Parameter _this can not be null. It is a single object. Parameter value can not be null. It is a single object.
◆ MR_projectObjectMeshData()
finds attributes of new mesh by projecting faces/vertices on old mesh
- Note
- for now clears edges attributes
- Parameters
-
| oldMeshData | old mesh along with input attributes |
| newMeshData | new mesh along with outpuyt attributes |
| region | optional input region for projecting (usefull if newMesh is changed part of old mesh) |
| params | parameters of prohecting |
Generated from function MR::projectObjectMeshData. Parameter oldMeshData can not be null. It is a single object. Parameter newMeshData can not be null. It is a single object. Parameter region defaults to a null pointer in C++. Parameter params is a single object. Parameter params has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.