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
25
29
32
35
39
42
49
57
60
63
68
73
77
81
86
87#ifdef __cplusplus
88} // extern "C"
89#endif
struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object
Definition MRAngleMeasurementObject.h:18
struct MR_HistoryAction MR_HistoryAction
Definition MRChangeColoringActions.h:15
MRC_API MR_std_string * MR_ChangeXfAction_name(const MR_ChangeXfAction *_this)
MRC_API const MR_std_shared_ptr_MR_Object * MR_ChangeXfAction_obj(const MR_ChangeXfAction *_this)
struct MR_ChangeXfAction MR_ChangeXfAction
Definition MRChangeXfAction.h:24
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_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)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_HistoryAction * MR_ChangeXfAction_MutableUpcastTo_MR_HistoryAction(MR_ChangeXfAction *object)
Upcasts an instance of MR::ChangeXfAction to its base class MR::HistoryAction.
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 const MR_ChangeXfAction * MR_ChangeXfAction_OffsetPtr(const MR_ChangeXfAction *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_ChangeXfAction_action(MR_ChangeXfAction *_this, MR_HistoryAction_Type _1)
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_Construct_2(const MR_std_string *name, const MR_std_shared_ptr_MR_Object *obj)
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_AssignFromAnother(MR_ChangeXfAction *_this, MR_PassBy _other_pass_by, MR_ChangeXfAction *_other)
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_Construct_3(const MR_std_string *name, const MR_std_shared_ptr_MR_Object *obj, const MR_AffineXf3f *newXf)
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
Definition MRAffineXf.h:36