MeshLib C Docs
Loading...
Searching...
No Matches
MRChangeMeshDataAction.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_ObjectMeshData MR_ObjectMeshData; // Defined in `#include <MRCMesh/MRObjectMeshData.h>`.
15typedef struct MR_std_shared_ptr_MR_ObjectMesh MR_std_shared_ptr_MR_ObjectMesh; // Defined in `#include <MRCMisc/std_shared_ptr_MR_ObjectMesh.h>`.
16typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
17
18
25
29
32
35
39
42
50
61
64
67
72
77
81
85
89
90#ifdef __cplusplus
91} // extern "C"
92#endif
struct MR_HistoryAction MR_HistoryAction
Definition MRChangeColoringActions.h:15
struct MR_std_shared_ptr_MR_ObjectMesh MR_std_shared_ptr_MR_ObjectMesh
Definition MRChangeMeshAction.h:20
struct MR_ChangeMeshDataAction MR_ChangeMeshDataAction
Definition MRChangeMeshDataAction.h:24
MRC_API const MR_ChangeMeshDataAction * MR_ChangeMeshDataAction_OffsetPtr(const MR_ChangeMeshDataAction *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_ChangeMeshDataAction * MR_ChangeMeshDataAction_OffsetMutablePtr(MR_ChangeMeshDataAction *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_ChangeMeshDataAction * MR_ChangeMeshDataAction_Construct_2(const char *name, const char *name_end, const MR_std_shared_ptr_MR_ObjectMesh *obj)
MRC_API MR_ChangeMeshDataAction * MR_ChangeMeshDataAction_Construct_3(const char *name, const char *name_end, const MR_std_shared_ptr_MR_ObjectMesh *obj, MR_ObjectMeshData *newData)
MRC_API MR_ChangeMeshDataAction * MR_ChangeMeshDataAction_ConstructFromAnother(MR_PassBy _other_pass_by, MR_ChangeMeshDataAction *_other)
struct MR_ObjectMeshData MR_ObjectMeshData
Definition MRChangeMeshDataAction.h:14
MRC_API void MR_ChangeMeshDataAction_action(MR_ChangeMeshDataAction *_this, MR_HistoryAction_Type _1)
MRC_API MR_uint64_t MR_ChangeMeshDataAction_heapBytes(const MR_ChangeMeshDataAction *_this)
MRC_API void MR_ChangeMeshDataAction_DestroyArray(const MR_ChangeMeshDataAction *_this)
Destroys a heap-allocated array of MR_ChangeMeshDataAction. Does nothing if the pointer is null.
MRC_API void MR_ChangeMeshDataAction_Destroy(const MR_ChangeMeshDataAction *_this)
Destroys a heap-allocated instance of MR_ChangeMeshDataAction. Does nothing if the pointer is null.
MRC_API void MR_ChangeMeshDataAction_setObjectDirty(const MR_std_shared_ptr_MR_ObjectMesh *obj)
MRC_API const MR_HistoryAction * MR_ChangeMeshDataAction_UpcastTo_MR_HistoryAction(const MR_ChangeMeshDataAction *object)
MRC_API MR_ChangeMeshDataAction * MR_ChangeMeshDataAction_AssignFromAnother(MR_ChangeMeshDataAction *_this, MR_PassBy _other_pass_by, MR_ChangeMeshDataAction *_other)
MRC_API MR_HistoryAction * MR_ChangeMeshDataAction_MutableUpcastTo_MR_HistoryAction(MR_ChangeMeshDataAction *object)
Upcasts an instance of MR::ChangeMeshDataAction to its base class MR::HistoryAction.
MRC_API MR_std_string * MR_ChangeMeshDataAction_name(const MR_ChangeMeshDataAction *_this)
struct MR_std_string MR_std_string
Definition MRE57.h:22
int32_t MR_HistoryAction_Type
Definition MRHistoryAction.h:112
MR_PassBy
Definition common.h:19
uint64_t MR_uint64_t
Definition common.h:14
#define MRC_API
Definition exports.h:11
virtual std::string name() const override