MeshLib C Docs
Loading...
Searching...
No Matches
MRChangeXfAction.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_AffineXf3f MR_AffineXf3f; // Defined in `#include <MRCMesh/MRAffineXf.h>`.
14typedef struct MR_HistoryAction MR_HistoryAction; // Defined in `#include <MRCMesh/MRHistoryAction.h>`.
15typedef struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object; // Defined in `#include <MRCMisc/std_shared_ptr_MR_Object.h>`.
16typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
17
18
26
31
35
39
44
48
54
59
65
70
78
85
94MRC_API MR_ChangeXfAction *MR_ChangeXfAction_Construct_2(const char *name, const char *name_end, const MR_std_shared_ptr_MR_Object *obj);
95
106MRC_API MR_ChangeXfAction *MR_ChangeXfAction_Construct_3(const char *name, const char *name_end, const MR_std_shared_ptr_MR_Object *obj, const MR_AffineXf3f *newXf);
107
110
113
120
125
129
133
138
139#ifdef __cplusplus
140} // extern "C"
141#endif
struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object
Definition MRAddVisualPropertiesMixin.h:35
struct MR_HistoryAction MR_HistoryAction
Definition MRChangeColoringActions.h:14
MRC_API MR_std_string * MR_ChangeXfAction_name(const MR_ChangeXfAction *_this)
MRC_API const MR_ChangeXfAction * MR_ChangeXfAction_DynamicDowncastFromOrFail_MR_HistoryAction(const MR_HistoryAction *object)
MRC_API const MR_std_shared_ptr_MR_Object * MR_ChangeXfAction_obj(const MR_ChangeXfAction *_this)
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_Construct_3(const char *name, const char *name_end, const MR_std_shared_ptr_MR_Object *obj, const MR_AffineXf3f *newXf)
struct MR_ChangeXfAction MR_ChangeXfAction
Definition MRChangeXfAction.h:25
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_MutableDynamicDowncastFromOrFail_MR_HistoryAction(MR_HistoryAction *object)
MRC_API void MR_ChangeXfAction_Destroy(const MR_ChangeXfAction *_this)
Destroys a heap-allocated instance of MR_ChangeXfAction. Does nothing if the pointer is null.
MRC_API const MR_ChangeXfAction * MR_ChangeXfAction_StaticDowncastFrom_MR_HistoryAction(const MR_HistoryAction *object)
MRC_API const MR_HistoryAction * MR_ChangeXfAction_UpcastTo_MR_HistoryAction(const MR_ChangeXfAction *object)
MRC_API MR_uint64_t MR_ChangeXfAction_heapBytes(const MR_ChangeXfAction *_this)
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_OffsetMutablePtr(MR_ChangeXfAction *ptr, ptrdiff_t i)
MRC_API MR_HistoryAction * MR_ChangeXfAction_MutableUpcastTo_MR_HistoryAction(MR_ChangeXfAction *object)
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_MutableStaticDowncastFrom_MR_HistoryAction(MR_HistoryAction *object)
MRC_API void MR_ChangeXfAction_DestroyArray(const MR_ChangeXfAction *_this)
Destroys a heap-allocated array of MR_ChangeXfAction. Does nothing if the pointer is null.
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_ConstructFromAnother(MR_PassBy _other_pass_by, MR_ChangeXfAction *_other)
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_MutableDynamicDowncastFrom_MR_HistoryAction(MR_HistoryAction *object)
MRC_API const MR_ChangeXfAction * MR_ChangeXfAction_OffsetPtr(const MR_ChangeXfAction *ptr, ptrdiff_t i)
MRC_API void MR_ChangeXfAction_action(MR_ChangeXfAction *_this, MR_HistoryAction_Type _1)
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_AssignFromAnother(MR_ChangeXfAction *_this, MR_PassBy _other_pass_by, MR_ChangeXfAction *_other)
MRC_API const MR_ChangeXfAction * MR_ChangeXfAction_DynamicDowncastFrom_MR_HistoryAction(const MR_HistoryAction *object)
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_Construct_2(const char *name, const char *name_end, const MR_std_shared_ptr_MR_Object *obj)
struct MR_std_string MR_std_string
Definition MRCtm.h:32
MR_HistoryAction_Type
Definition MRHistoryAction.h:20
MR_PassBy
Definition common.h:23
uint64_t MR_uint64_t
Definition common.h:18
#define MRC_API
Definition include/MRCMisc/exports.h:11
Definition MRAffineXf.h:39