MeshLib C Docs
Loading...
Searching...
No Matches
MRChangeXfAction.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
MRCMesh/MRHistoryAction.h
>
4
#include <
MRCMisc/common.h
>
5
#include <
MRCMisc/exports.h
>
6
7
#include <stddef.h>
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
typedef
struct
MR_AffineXf3f
MR_AffineXf3f
;
// Defined in `#include <MRCMesh/MRAffineXf.h>`.
14
typedef
struct
MR_HistoryAction
MR_HistoryAction
;
// Defined in `#include <MRCMesh/MRHistoryAction.h>`.
15
typedef
struct
MR_std_shared_ptr_MR_Object
MR_std_shared_ptr_MR_Object
;
// Defined in `#include <MRCMisc/std_shared_ptr_MR_Object.h>`.
16
typedef
struct
MR_std_string
MR_std_string
;
// Defined in `#include <MRCMisc/std_string.h>`.
17
18
25
typedef
struct
MR_ChangeXfAction
MR_ChangeXfAction
;
26
30
MRC_API
MR_ChangeXfAction
*
MR_ChangeXfAction_ConstructFromAnother
(
MR_PassBy
_other_pass_by,
MR_ChangeXfAction
*_other);
31
34
MRC_API
const
MR_ChangeXfAction
*
MR_ChangeXfAction_OffsetPtr
(
const
MR_ChangeXfAction
*ptr, ptrdiff_t i);
35
38
MRC_API
MR_ChangeXfAction
*
MR_ChangeXfAction_OffsetMutablePtr
(
MR_ChangeXfAction
*ptr, ptrdiff_t i);
39
42
MRC_API
const
MR_HistoryAction
*
MR_ChangeXfAction_UpcastTo_MR_HistoryAction
(
const
MR_ChangeXfAction
*
object
);
43
45
MRC_API
MR_HistoryAction
*
MR_ChangeXfAction_MutableUpcastTo_MR_HistoryAction
(
MR_ChangeXfAction
*
object
);
46
55
MRC_API
MR_ChangeXfAction
*
MR_ChangeXfAction_Construct_2
(
const
char
*
name
,
const
char
*name_end,
const
MR_std_shared_ptr_MR_Object
*obj);
56
67
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);
68
70
MRC_API
void
MR_ChangeXfAction_Destroy
(
const
MR_ChangeXfAction
*_this);
71
73
MRC_API
void
MR_ChangeXfAction_DestroyArray
(
const
MR_ChangeXfAction
*_this);
74
80
MRC_API
MR_ChangeXfAction
*
MR_ChangeXfAction_AssignFromAnother
(
MR_ChangeXfAction
*_this,
MR_PassBy
_other_pass_by,
MR_ChangeXfAction
*_other);
81
85
MRC_API
MR_std_string
*
MR_ChangeXfAction_name
(
const
MR_ChangeXfAction
*_this);
86
89
MRC_API
void
MR_ChangeXfAction_action
(
MR_ChangeXfAction
*_this,
MR_HistoryAction_Type
_1);
90
93
MRC_API
MR_uint64_t
MR_ChangeXfAction_heapBytes
(
const
MR_ChangeXfAction
*_this);
94
98
MRC_API
const
MR_std_shared_ptr_MR_Object
*
MR_ChangeXfAction_obj
(
const
MR_ChangeXfAction
*_this);
99
100
#ifdef __cplusplus
101
}
// extern "C"
102
#endif
MR_std_shared_ptr_MR_Object
struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object
Definition
MRAddVisualPropertiesMixin.h:39
MR_HistoryAction
struct MR_HistoryAction MR_HistoryAction
Definition
MRChangeColoringActions.h:14
MR_ChangeXfAction_name
MRC_API MR_std_string * MR_ChangeXfAction_name(const MR_ChangeXfAction *_this)
MR_ChangeXfAction_obj
MRC_API const MR_std_shared_ptr_MR_Object * MR_ChangeXfAction_obj(const MR_ChangeXfAction *_this)
MR_ChangeXfAction_Construct_3
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)
MR_ChangeXfAction
struct MR_ChangeXfAction MR_ChangeXfAction
Definition
MRChangeXfAction.h:25
MR_ChangeXfAction_Destroy
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.
MR_ChangeXfAction_UpcastTo_MR_HistoryAction
MRC_API const MR_HistoryAction * MR_ChangeXfAction_UpcastTo_MR_HistoryAction(const MR_ChangeXfAction *object)
MR_ChangeXfAction_heapBytes
MRC_API MR_uint64_t MR_ChangeXfAction_heapBytes(const MR_ChangeXfAction *_this)
MR_ChangeXfAction_OffsetMutablePtr
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_OffsetMutablePtr(MR_ChangeXfAction *ptr, ptrdiff_t i)
MR_ChangeXfAction_MutableUpcastTo_MR_HistoryAction
MRC_API MR_HistoryAction * MR_ChangeXfAction_MutableUpcastTo_MR_HistoryAction(MR_ChangeXfAction *object)
Upcasts an instance of MR::ChangeXfAction to its base class MR::HistoryAction.
MR_ChangeXfAction_DestroyArray
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.
MR_ChangeXfAction_ConstructFromAnother
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_ConstructFromAnother(MR_PassBy _other_pass_by, MR_ChangeXfAction *_other)
MR_ChangeXfAction_OffsetPtr
MRC_API const MR_ChangeXfAction * MR_ChangeXfAction_OffsetPtr(const MR_ChangeXfAction *ptr, ptrdiff_t i)
MR_ChangeXfAction_action
MRC_API void MR_ChangeXfAction_action(MR_ChangeXfAction *_this, MR_HistoryAction_Type _1)
MR_ChangeXfAction_AssignFromAnother
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_AssignFromAnother(MR_ChangeXfAction *_this, MR_PassBy _other_pass_by, MR_ChangeXfAction *_other)
MR_ChangeXfAction_Construct_2
MRC_API MR_ChangeXfAction * MR_ChangeXfAction_Construct_2(const char *name, const char *name_end, const MR_std_shared_ptr_MR_Object *obj)
MR_std_string
struct MR_std_string MR_std_string
Definition
MRCtm.h:32
MRHistoryAction.h
MR_HistoryAction_Type
MR_HistoryAction_Type
Definition
MRHistoryAction.h:65
common.h
MR_PassBy
MR_PassBy
Definition
common.h:23
MR_uint64_t
uint64_t MR_uint64_t
Definition
common.h:18
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
name
virtual std::string name() const override
MR_AffineXf3f
Definition
MRAffineXf.h:39
MeshLib
Cbindings
MRCMesh
MRChangeXfAction.h
Generated by
1.11.0