struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_AABBTreeObjects MR_AABBTreeObjects
Definition MRAABBTreeBase.h:20
struct MR_MeshOrPoints MR_MeshOrPoints
Definition MRAABBTreeObjects.h:15
struct MR_VertCoords MR_VertCoords
Definition MRAABBTreePoints.h:22
struct MR_VertBitSet MR_VertBitSet
Definition MRAABBTree.h:15
struct MR_MeshPart MR_MeshPart
Definition MRAABBTree.h:14
struct MR_VisualObject MR_VisualObject
Definition MRAddVisualPropertiesMixin.h:21
struct MR_PointAccumulator MR_PointAccumulator
Definition MRBestFit.h:32
struct MR_PointCloudPart MR_PointCloudPart
Definition MRBestFit.h:24
struct MR_std_optional_MR_VertBitSet MR_std_optional_MR_VertBitSet
Definition MRCloseVertices.h:19
struct MR_std_function_float_from_MR_VertId MR_std_function_float_from_MR_VertId
Definition MRClosestWeightedPoint.h:18
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:15
struct MR_std_optional_MR_Vector3f MR_std_optional_MR_Vector3f
Definition MRDistanceMap.h:27
struct MR_MeshOrPointsXf MR_MeshOrPointsXf
Definition MRICP.h:22
struct MR_std_function_MR_Vector3f_from_MR_VertId MR_std_function_MR_Vector3f_from_MR_VertId
Definition MRLocalTriangulations.h:24
MRC_API MR_MeshOrPoints_ProjectionResult * MR_MeshOrPoints_ProjectionResult_DefaultConstructArray(size_t num_elems)
MRC_API MR_std_optional_MR_MeshOrPoints * MR_getMeshOrPoints(const MR_VisualObject *obj)
MRC_API const MR_PointCloudPart * MR_MeshOrPoints_asPointCloudPart(const MR_MeshOrPoints *_this)
MRC_API const MR_std_optional_MR_Vector3f * MR_MeshOrPoints_ProjectionResult_Get_normal(const MR_MeshOrPoints_ProjectionResult *_this)
MRC_API void MR_MeshOrPoints_ProjectionResult_Set_closestVert(MR_MeshOrPoints_ProjectionResult *_this, MR_VertId value)
MRC_API MR_MeshOrPoints * MR_MeshOrPointsXf_GetMutable_obj(MR_MeshOrPointsXf *_this)
MRC_API MR_AffineXf3f * MR_MeshOrPointsXf_GetMutable_xf(MR_MeshOrPointsXf *_this)
MRC_API void MR_MeshOrPoints_Destroy(const MR_MeshOrPoints *_this)
Destroys a heap-allocated instance of MR_MeshOrPoints. Does nothing if the pointer is null.
MRC_API MR_std_optional_MR_Vector3f * MR_MeshOrPoints_ProjectionResult_GetMutable_normal(MR_MeshOrPoints_ProjectionResult *_this)
MRC_API MR_MeshOrPoints * MR_MeshOrPoints_Construct_MR_PointCloudPart(const MR_PointCloudPart *pcp)
struct MR_MeshOrPoints_ProjectionResult MR_MeshOrPoints_ProjectionResult
Generated from class MR::MeshOrPoints::ProjectionResult.
Definition MRMeshOrPoints.h:43
MRC_API void MR_MeshOrPoints_ProjectionResult_Set_isBd(MR_MeshOrPoints_ProjectionResult *_this, bool value)
MRC_API MR_Box3f MR_MeshOrPoints_computeBoundingBox(const MR_MeshOrPoints *_this, const MR_AffineXf3f *toWorld)
MRC_API MR_MeshOrPoints * MR_MeshOrPoints_ConstructFromAnother(const MR_MeshOrPoints *_other)
MRC_API MR_MeshOrPointsXf * MR_MeshOrPointsXf_AssignFromAnother(MR_MeshOrPointsXf *_this, const MR_MeshOrPointsXf *_other)
MRC_API const MR_VertBitSet * MR_MeshOrPoints_validPoints(const MR_MeshOrPoints *_this)
MRC_API MR_std_function_void_from_const_MR_Vector3f_ref_MR_MeshOrPoints_ProjectionResult_ref * MR_MeshOrPoints_limitedProjector(const MR_MeshOrPoints *_this)
MRC_API MR_std_function_MR_Vector3f_from_MR_VertId * MR_MeshOrPoints_normals(const MR_MeshOrPoints *_this)
MRC_API void MR_MeshOrPointsXf_DestroyArray(const MR_MeshOrPointsXf *_this)
Destroys a heap-allocated array of MR_MeshOrPointsXf. Does nothing if the pointer is null.
MRC_API MR_MeshOrPointsXf * MR_MeshOrPointsXf_ConstructFromAnother(const MR_MeshOrPointsXf *_other)
MRC_API const MR_VertId * MR_MeshOrPoints_ProjectionResult_Get_closestVert(const MR_MeshOrPoints_ProjectionResult *_this)
struct MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult
Definition MRMeshOrPoints.h:30
MRC_API MR_MeshOrPoints * MR_MeshOrPoints_Construct_MR_MeshPart(const MR_MeshPart *mp)
struct MR_std_optional_MR_MeshOrPoints MR_std_optional_MR_MeshOrPoints
Definition MRMeshOrPoints.h:32
MRC_API void MR_MeshOrPoints_ProjectionResult_Destroy(const MR_MeshOrPoints_ProjectionResult *_this)
Destroys a heap-allocated instance of MR_MeshOrPoints_ProjectionResult. Does nothing if the pointer i...
MRC_API const bool * MR_MeshOrPoints_ProjectionResult_Get_isBd(const MR_MeshOrPoints_ProjectionResult *_this)
MRC_API const MR_Vector3f * MR_MeshOrPoints_ProjectionResult_Get_point(const MR_MeshOrPoints_ProjectionResult *_this)
MRC_API const MR_AffineXf3f * MR_MeshOrPointsXf_Get_xf(const MR_MeshOrPointsXf *_this)
MRC_API const MR_MeshOrPoints * MR_MeshOrPoints_OffsetPtr(const MR_MeshOrPoints *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
struct MR_std_function_MR_MeshOrPoints_ProjectionResult_from_const_MR_Vector3f_ref MR_std_function_MR_MeshOrPoints_ProjectionResult_from_const_MR_Vector3f_ref
Definition MRMeshOrPoints.h:26
MRC_API MR_VertId * MR_MeshOrPoints_ProjectionResult_GetMutable_closestVert(MR_MeshOrPoints_ProjectionResult *_this)
MRC_API void MR_MeshOrPoints_ProjectionResult_Set_normal(MR_MeshOrPoints_ProjectionResult *_this, const MR_Vector3f *value)
struct MR_std_function_void_from_const_MR_Vector3f_ref_MR_MeshOrPoints_ProjectionResult_ref MR_std_function_void_from_const_MR_Vector3f_ref_MR_MeshOrPoints_ProjectionResult_ref
Definition MRMeshOrPoints.h:31
MRC_API const MR_MeshOrPointsXf * MR_MeshOrPointsXf_OffsetPtr(const MR_MeshOrPointsXf *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API void MR_projectOnAll(const MR_Vector3f *pt, const MR_AABBTreeObjects *tree, float upDistLimitSq, const MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult *callback, const MR_ObjId *skipObjId)
MRC_API MR_Box3f MR_MeshOrPoints_getObjBoundingBox(const MR_MeshOrPoints *_this)
MRC_API MR_MeshOrPoints_ProjectionResult * MR_MeshOrPoints_ProjectionResult_ConstructFrom(MR_Vector3f point, const MR_Vector3f *normal, bool isBd, float distSq, MR_VertId closestVert)
MRC_API MR_std_optional_MR_VertBitSet * MR_MeshOrPoints_pointsGridSampling(const MR_MeshOrPoints *_this, float voxelSize, const MR_uint64_t *maxVoxels, const MR_std_function_bool_from_float *cb)
MRC_API const MR_VertCoords * MR_MeshOrPoints_points(const MR_MeshOrPoints *_this)
MRC_API MR_MeshOrPoints_ProjectionResult * MR_MeshOrPoints_ProjectionResult_DefaultConstruct(void)
MRC_API MR_std_function_float_from_MR_VertId * MR_MeshOrPoints_weights(const MR_MeshOrPoints *_this)
MRC_API MR_std_function_MR_MeshOrPoints_ProjectionResult_from_const_MR_Vector3f_ref * MR_MeshOrPoints_projector(const MR_MeshOrPoints *_this)
MRC_API MR_MeshOrPointsXf * MR_MeshOrPointsXf_ConstructFrom(const MR_MeshOrPoints *obj, MR_AffineXf3f xf)
MRC_API MR_MeshOrPointsXf * MR_MeshOrPointsXf_OffsetMutablePtr(MR_MeshOrPointsXf *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_Vector3f * MR_MeshOrPoints_ProjectionResult_GetMutable_point(MR_MeshOrPoints_ProjectionResult *_this)
MRC_API MR_MeshOrPoints * MR_MeshOrPoints_AssignFromAnother(MR_MeshOrPoints *_this, const MR_MeshOrPoints *_other)
MRC_API void MR_MeshOrPoints_cacheAABBTree(const MR_MeshOrPoints *_this)
MRC_API const MR_MeshPart * MR_MeshOrPoints_asMeshPart(const MR_MeshOrPoints *_this)
MRC_API MR_MeshOrPoints * MR_MeshOrPoints_Construct_MR_Mesh(const MR_Mesh *mesh)
MRC_API const MR_MeshOrPoints * MR_MeshOrPointsXf_Get_obj(const MR_MeshOrPointsXf *_this)
MRC_API void MR_MeshOrPoints_DestroyArray(const MR_MeshOrPoints *_this)
Destroys a heap-allocated array of MR_MeshOrPoints. Does nothing if the pointer is null.
MRC_API void MR_MeshOrPoints_ProjectionResult_Set_distSq(MR_MeshOrPoints_ProjectionResult *_this, float value)
MRC_API MR_MeshOrPoints_ProjectionResult * MR_MeshOrPoints_ProjectionResult_ConstructFromAnother(const MR_MeshOrPoints_ProjectionResult *_other)
MRC_API MR_MeshOrPoints * MR_MeshOrPoints_Construct_MR_PointCloud(const MR_PointCloud *pc)
MRC_API void MR_MeshOrPoints_ProjectionResult_DestroyArray(const MR_MeshOrPoints_ProjectionResult *_this)
Destroys a heap-allocated array of MR_MeshOrPoints_ProjectionResult. Does nothing if the pointer is n...
MRC_API float * MR_MeshOrPoints_ProjectionResult_GetMutable_distSq(MR_MeshOrPoints_ProjectionResult *_this)
MRC_API void MR_MeshOrPoints_accumulate(const MR_MeshOrPoints *_this, MR_PointAccumulator *accum, const MR_AffineXf3f *xf)
MRC_API MR_MeshOrPoints * MR_MeshOrPoints_OffsetMutablePtr(MR_MeshOrPoints *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API void MR_MeshOrPointsXf_Set_xf(MR_MeshOrPointsXf *_this, MR_AffineXf3f value)
MRC_API void MR_MeshOrPoints_ProjectionResult_Set_point(MR_MeshOrPoints_ProjectionResult *_this, MR_Vector3f value)
MRC_API const float * MR_MeshOrPoints_ProjectionResult_Get_distSq(const MR_MeshOrPoints_ProjectionResult *_this)
MRC_API void MR_MeshOrPointsXf_Set_obj(MR_MeshOrPointsXf *_this, const MR_MeshOrPoints *value)
MRC_API bool * MR_MeshOrPoints_ProjectionResult_GetMutable_isBd(MR_MeshOrPoints_ProjectionResult *_this)
MRC_API void MR_MeshOrPointsXf_Destroy(const MR_MeshOrPointsXf *_this)
Destroys a heap-allocated instance of MR_MeshOrPointsXf. Does nothing if the pointer is null.
MRC_API MR_MeshOrPoints_ProjectionResult * MR_MeshOrPoints_ProjectionResult_OffsetMutablePtr(MR_MeshOrPoints_ProjectionResult *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API const MR_MeshOrPoints_ProjectionResult * MR_MeshOrPoints_ProjectionResult_OffsetPtr(const MR_MeshOrPoints_ProjectionResult *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_MeshOrPoints_ProjectionResult * MR_MeshOrPoints_ProjectionResult_AssignFromAnother(MR_MeshOrPoints_ProjectionResult *_this, const MR_MeshOrPoints_ProjectionResult *_other)
uint64_t MR_uint64_t
Definition common.h:14
#define MRC_API
Definition exports.h:11
Definition MRAffineXf.h:36
Definition MRVector3.h:51