MeshLib C Docs
Loading...
Searching...
No Matches
MRChangeLabelAction.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_ObjectLabel MR_std_shared_ptr_MR_ObjectLabel; // Defined in `#include <MRCMisc/std_shared_ptr_MR_ObjectLabel.h>`.
15typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
16
17
23
27
30
33
37
40
45
48
51
56
61
65
69
70#ifdef __cplusplus
71} // extern "C"
72#endif
struct MR_HistoryAction MR_HistoryAction
Definition MRChangeColoringActions.h:15
MRC_API MR_ChangeLabelAction * MR_ChangeLabelAction_AssignFromAnother(MR_ChangeLabelAction *_this, MR_PassBy _other_pass_by, MR_ChangeLabelAction *_other)
MRC_API void MR_ChangeLabelAction_DestroyArray(const MR_ChangeLabelAction *_this)
Destroys a heap-allocated array of MR_ChangeLabelAction. Does nothing if the pointer is null.
MRC_API void MR_ChangeLabelAction_action(MR_ChangeLabelAction *_this, MR_HistoryAction_Type _1)
MRC_API MR_ChangeLabelAction * MR_ChangeLabelAction_ConstructFromAnother(MR_PassBy _other_pass_by, MR_ChangeLabelAction *_other)
MRC_API MR_HistoryAction * MR_ChangeLabelAction_MutableUpcastTo_MR_HistoryAction(MR_ChangeLabelAction *object)
Upcasts an instance of MR::ChangeLabelAction to its base class MR::HistoryAction.
MRC_API void MR_ChangeLabelAction_Destroy(const MR_ChangeLabelAction *_this)
Destroys a heap-allocated instance of MR_ChangeLabelAction. Does nothing if the pointer is null.
MRC_API MR_uint64_t MR_ChangeLabelAction_heapBytes(const MR_ChangeLabelAction *_this)
MRC_API MR_ChangeLabelAction * MR_ChangeLabelAction_OffsetMutablePtr(MR_ChangeLabelAction *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_std_string * MR_ChangeLabelAction_name(const MR_ChangeLabelAction *_this)
MRC_API const MR_HistoryAction * MR_ChangeLabelAction_UpcastTo_MR_HistoryAction(const MR_ChangeLabelAction *object)
MRC_API MR_ChangeLabelAction * MR_ChangeLabelAction_Construct(const MR_std_string *actionName, MR_PassBy obj_pass_by, MR_std_shared_ptr_MR_ObjectLabel *obj)
MRC_API const MR_ChangeLabelAction * MR_ChangeLabelAction_OffsetPtr(const MR_ChangeLabelAction *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_string MR_std_string
Definition MRE57.h:22
int32_t MR_HistoryAction_Type
Definition MRHistoryAction.h:112
struct MR_ChangeLabelAction MR_ChangeLabelAction
Definition MRHistoryAction.h:21
MR_PassBy
Definition common.h:19
uint64_t MR_uint64_t
Definition common.h:14
#define MRC_API
Definition exports.h:11
struct MR_std_shared_ptr_MR_ObjectLabel MR_std_shared_ptr_MR_ObjectLabel
Definition std_shared_ptr_MR_ObjectLabel.h:17