MeshLib C Docs
Loading...
Searching...
No Matches
MRVertCoordsDiff.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#include <stdbool.h>
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13typedef struct MR_VertCoords MR_VertCoords; // Defined in `#include <MRCMesh/MRVector.h>`.
14
15
21
25
30
34
38
43
52
55
58
65
72
79
84
85#ifdef __cplusplus
86} // extern "C"
87#endif
struct MR_VertCoords MR_VertCoords
Definition MRAABBTreePoints.h:21
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_DefaultConstruct(void)
MRC_API void MR_VertCoordsDiff_applyAndSwap(MR_VertCoordsDiff *_this, MR_VertCoords *m)
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_AssignFromAnother(MR_VertCoordsDiff *_this, MR_PassBy _other_pass_by, MR_VertCoordsDiff *_other)
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_OffsetMutablePtr(MR_VertCoordsDiff *ptr, ptrdiff_t i)
MRC_API MR_uint64_t MR_VertCoordsDiff_heapBytes(const MR_VertCoordsDiff *_this)
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_ConstructFromAnother(MR_PassBy _other_pass_by, MR_VertCoordsDiff *_other)
struct MR_VertCoordsDiff MR_VertCoordsDiff
Definition MRVertCoordsDiff.h:20
MRC_API bool MR_VertCoordsDiff_any(const MR_VertCoordsDiff *_this)
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_DefaultConstructArray(size_t num_elems)
MRC_API void MR_VertCoordsDiff_DestroyArray(const MR_VertCoordsDiff *_this)
Destroys a heap-allocated array of MR_VertCoordsDiff. Does nothing if the pointer is null.
MRC_API void MR_VertCoordsDiff_Destroy(const MR_VertCoordsDiff *_this)
Destroys a heap-allocated instance of MR_VertCoordsDiff. Does nothing if the pointer is null.
MRC_API MR_VertCoordsDiff * MR_VertCoordsDiff_Construct(const MR_VertCoords *from, const MR_VertCoords *to)
MRC_API const MR_VertCoordsDiff * MR_VertCoordsDiff_OffsetPtr(const MR_VertCoordsDiff *ptr, ptrdiff_t i)
MR_PassBy
Definition common.h:23
uint64_t MR_uint64_t
Definition common.h:18
#define MRC_API
Definition exports.h:11