MeshLib C Docs
Loading...
Searching...
No Matches
MRVersatileChangeMeshAction.h
Go to the documentation of this file.
1#pragma once
2
4#include <MRCMisc/common.h>
5#include <MRCMisc/exports.h>
6
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13typedef struct MR_HistoryAction MR_HistoryAction; // Defined in `#include <MRCMesh/MRHistoryAction.h>`.
14typedef struct MR_std_shared_ptr_MR_ObjectMesh MR_std_shared_ptr_MR_ObjectMesh; // Defined in `#include <MRCMisc/std_shared_ptr_MR_ObjectMesh.h>`.
15typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
16
17
26
36
40
44
49
53
59
64
70
75
83
90
93
96
101
105
109
113
118
119#ifdef __cplusplus
120} // extern "C"
121#endif
struct MR_HistoryAction MR_HistoryAction
Definition MRChangeColoringActions.h:14
struct MR_std_shared_ptr_MR_ObjectMesh MR_std_shared_ptr_MR_ObjectMesh
Definition MRChangeMeshAction.h:20
struct MR_std_string MR_std_string
Definition MRCtm.h:32
MR_HistoryAction_Type
Definition MRHistoryAction.h:20
MRC_API MR_VersatileChangeMeshPointsAction * MR_VersatileChangeMeshPointsAction_MutableStaticDowncastFrom_MR_HistoryAction(MR_HistoryAction *object)
MRC_API void MR_VersatileChangeMeshPointsAction_action(MR_VersatileChangeMeshPointsAction *_this, MR_HistoryAction_Type t)
MRC_API MR_VersatileChangeMeshPointsAction * MR_VersatileChangeMeshPointsAction_Construct(const char *name, const char *name_end, const MR_std_shared_ptr_MR_ObjectMesh *obj)
MRC_API void MR_VersatileChangeMeshPointsAction_Destroy(const MR_VersatileChangeMeshPointsAction *_this)
Destroys a heap-allocated instance of MR_VersatileChangeMeshPointsAction. Does nothing if the pointer...
MRC_API const MR_VersatileChangeMeshPointsAction * MR_VersatileChangeMeshPointsAction_OffsetPtr(const MR_VersatileChangeMeshPointsAction *ptr, ptrdiff_t i)
MRC_API MR_uint64_t MR_VersatileChangeMeshPointsAction_heapBytes(const MR_VersatileChangeMeshPointsAction *_this)
MRC_API const MR_VersatileChangeMeshPointsAction * MR_VersatileChangeMeshPointsAction_DynamicDowncastFrom_MR_HistoryAction(const MR_HistoryAction *object)
MRC_API const MR_VersatileChangeMeshPointsAction * MR_VersatileChangeMeshPointsAction_DynamicDowncastFromOrFail_MR_HistoryAction(const MR_HistoryAction *object)
MRC_API void MR_VersatileChangeMeshPointsAction_compress(MR_VersatileChangeMeshPointsAction *_this)
MRC_API MR_HistoryAction * MR_VersatileChangeMeshPointsAction_MutableUpcastTo_MR_HistoryAction(MR_VersatileChangeMeshPointsAction *object)
MRC_API const MR_HistoryAction * MR_VersatileChangeMeshPointsAction_UpcastTo_MR_HistoryAction(const MR_VersatileChangeMeshPointsAction *object)
MRC_API void MR_VersatileChangeMeshPointsAction_DestroyArray(const MR_VersatileChangeMeshPointsAction *_this)
Destroys a heap-allocated array of MR_VersatileChangeMeshPointsAction. Does nothing if the pointer is...
MRC_API MR_VersatileChangeMeshPointsAction * MR_VersatileChangeMeshPointsAction_OffsetMutablePtr(MR_VersatileChangeMeshPointsAction *ptr, ptrdiff_t i)
struct MR_VersatileChangeMeshPointsAction MR_VersatileChangeMeshPointsAction
Definition MRVersatileChangeMeshAction.h:25
MRC_API MR_VersatileChangeMeshPointsAction * MR_VersatileChangeMeshPointsAction_MutableDynamicDowncastFromOrFail_MR_HistoryAction(MR_HistoryAction *object)
MRC_API MR_std_string * MR_VersatileChangeMeshPointsAction_name(const MR_VersatileChangeMeshPointsAction *_this)
MRC_API const MR_VersatileChangeMeshPointsAction * MR_VersatileChangeMeshPointsAction_StaticDowncastFrom_MR_HistoryAction(const MR_HistoryAction *object)
MRC_API MR_VersatileChangeMeshPointsAction * MR_VersatileChangeMeshPointsAction_MutableDynamicDowncastFrom_MR_HistoryAction(MR_HistoryAction *object)
MRC_API void MR_VersatileChangeMeshPointsAction_setObjectDirty(const MR_std_shared_ptr_MR_ObjectMesh *obj)
uint64_t MR_uint64_t
Definition common.h:18
#define MRC_API
Definition include/MRCMisc/exports.h:11