MeshLib C Docs
Loading...
Searching...
No Matches
MRMeshOrPointsObject.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#include <stdbool.h>
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13typedef struct MR_MeshOrPoints MR_MeshOrPoints; // Defined in `#include <MRCMesh/MRMeshOrPoints.h>`.
14typedef struct MR_ObjectMesh MR_ObjectMesh; // Defined in `#include <MRCMesh/MRObjectMesh.h>`.
15typedef struct MR_ObjectPoints MR_ObjectPoints; // Defined in `#include <MRCMesh/MRObjectPoints.h>`.
16typedef struct MR_std_shared_ptr_MR_ObjectMesh MR_std_shared_ptr_MR_ObjectMesh; // Defined in `#include <MRCMisc/std_shared_ptr_MR_ObjectMesh.h>`.
17typedef struct MR_std_shared_ptr_MR_ObjectPoints MR_std_shared_ptr_MR_ObjectPoints; // Defined in `#include <MRCMisc/std_shared_ptr_MR_ObjectPoints.h>`.
18typedef struct MR_std_shared_ptr_MR_VisualObject MR_std_shared_ptr_MR_VisualObject; // Defined in `#include <MRCMisc/std_shared_ptr_MR_VisualObject.h>`.
19
20
25
29
34
37
40
44
50
54
58
61
64
69
74
79
84
89
93
98
103
107
113
114#ifdef __cplusplus
115} // extern "C"
116#endif
struct MR_MeshOrPoints MR_MeshOrPoints
Definition MRAABBTreeObjects.h:15
struct MR_std_shared_ptr_MR_VisualObject MR_std_shared_ptr_MR_VisualObject
Definition MRChangeColoringActions.h:19
struct MR_std_shared_ptr_MR_ObjectMesh MR_std_shared_ptr_MR_ObjectMesh
Definition MRChangeMeshAction.h:20
struct MR_std_shared_ptr_MR_ObjectPoints MR_std_shared_ptr_MR_ObjectPoints
Definition MRChangePointCloudAction.h:17
struct MR_ObjectMesh MR_ObjectMesh
Definition MRMeshBooleanFacade.h:14
MRC_API MR_MeshOrPoints * MR_MeshOrPointsObject_meshOrPoints(const MR_MeshOrPointsObject *_this)
MRC_API void MR_MeshOrPointsObject_set_std_shared_ptr_MR_ObjectMesh(MR_MeshOrPointsObject *_this, MR_PassBy om_pass_by, MR_std_shared_ptr_MR_ObjectMesh *om)
MRC_API MR_ObjectPoints * MR_MeshOrPointsObject_asObjectPoints(const MR_MeshOrPointsObject *_this)
MRC_API MR_MeshOrPointsObject * MR_MeshOrPointsObject_AssignFromAnother(MR_MeshOrPointsObject *_this, MR_PassBy _other_pass_by, MR_MeshOrPointsObject *_other)
MRC_API MR_MeshOrPointsObject * MR_MeshOrPointsObject_ConstructFromAnother(MR_PassBy _other_pass_by, MR_MeshOrPointsObject *_other)
MRC_API void MR_MeshOrPointsObject_set_std_shared_ptr_MR_ObjectPoints(MR_MeshOrPointsObject *_this, MR_PassBy op_pass_by, MR_std_shared_ptr_MR_ObjectPoints *op)
MRC_API MR_MeshOrPointsObject * MR_MeshOrPointsObject_Construct_std_shared_ptr_MR_ObjectMesh(MR_PassBy om_pass_by, MR_std_shared_ptr_MR_ObjectMesh *om)
MRC_API MR_MeshOrPointsObject * MR_MeshOrPointsObject_OffsetMutablePtr(MR_MeshOrPointsObject *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_std_shared_ptr_MR_VisualObject * MR_MeshOrPointsObject_arrow(const MR_MeshOrPointsObject *_this)
MRC_API void MR_MeshOrPointsObject_DestroyArray(const MR_MeshOrPointsObject *_this)
Destroys a heap-allocated array of MR_MeshOrPointsObject. Does nothing if the pointer is null.
MRC_API MR_ObjectMesh * MR_MeshOrPointsObject_asObjectMesh(const MR_MeshOrPointsObject *_this)
MRC_API MR_MeshOrPointsObject * MR_MeshOrPointsObject_Construct_std_shared_ptr_MR_VisualObject(MR_PassBy vo_pass_by, MR_std_shared_ptr_MR_VisualObject *vo)
MRC_API MR_MeshOrPointsObject * MR_MeshOrPointsObject_DefaultConstruct(void)
MRC_API void MR_MeshOrPointsObject_Destroy(const MR_MeshOrPointsObject *_this)
Destroys a heap-allocated instance of MR_MeshOrPointsObject. Does nothing if the pointer is null.
struct MR_ObjectPoints MR_ObjectPoints
Definition MRMeshOrPointsObject.h:15
MRC_API const MR_MeshOrPointsObject * MR_MeshOrPointsObject_OffsetPtr(const MR_MeshOrPointsObject *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_MeshOrPointsObject_reset(MR_MeshOrPointsObject *_this)
MRC_API MR_MeshOrPointsObject * MR_MeshOrPointsObject_Construct_std_shared_ptr_MR_ObjectPoints(MR_PassBy op_pass_by, MR_std_shared_ptr_MR_ObjectPoints *op)
MRC_API MR_MeshOrPointsObject * MR_MeshOrPointsObject_DefaultConstructArray(size_t num_elems)
struct MR_MeshOrPointsObject MR_MeshOrPointsObject
Definition MRMeshOrPointsObject.h:24
MRC_API bool MR_equal_MR_MeshOrPointsObject_std_shared_ptr_MR_VisualObject(const MR_MeshOrPointsObject *_this, MR_PassBy other_pass_by, MR_std_shared_ptr_MR_VisualObject *other)
MRC_API const MR_std_shared_ptr_MR_VisualObject * MR_MeshOrPointsObject_get(const MR_MeshOrPointsObject *_this)
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11