MeshLib C Docs
Loading...
Searching...
No Matches
std_pair_MR_FaceId_bool.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMesh/MRId.h>
4#include <MRCMisc/exports.h>
5
6#include <stdbool.h>
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13
17
21
26
31
36
39
42
45
48
52
57
62
67
72
73#ifdef __cplusplus
74} // extern "C"
75#endif
struct MR_std_pair_MR_FaceId_bool MR_std_pair_MR_FaceId_bool
Definition MRUnionFind.h:18
#define MRC_API
Definition exports.h:11
MRC_API MR_std_pair_MR_FaceId_bool * MR_std_pair_MR_FaceId_bool_Construct(MR_FaceId first, bool second)
MRC_API void MR_std_pair_MR_FaceId_bool_AssignFromAnother(MR_std_pair_MR_FaceId_bool *_this, const MR_std_pair_MR_FaceId_bool *other)
MRC_API const MR_FaceId * MR_std_pair_MR_FaceId_bool_First(const MR_std_pair_MR_FaceId_bool *_this)
MRC_API bool * MR_std_pair_MR_FaceId_bool_MutableSecond(MR_std_pair_MR_FaceId_bool *_this)
MRC_API void MR_std_pair_MR_FaceId_bool_Destroy(const MR_std_pair_MR_FaceId_bool *_this)
Destroys a heap-allocated instance of MR_std_pair_MR_FaceId_bool. Does nothing if the pointer is null...
MRC_API MR_FaceId * MR_std_pair_MR_FaceId_bool_MutableFirst(MR_std_pair_MR_FaceId_bool *_this)
MRC_API MR_std_pair_MR_FaceId_bool * MR_std_pair_MR_FaceId_bool_DefaultConstruct(void)
MRC_API MR_std_pair_MR_FaceId_bool * MR_std_pair_MR_FaceId_bool_OffsetMutablePtr(MR_std_pair_MR_FaceId_bool *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_std_pair_MR_FaceId_bool_DestroyArray(const MR_std_pair_MR_FaceId_bool *_this)
Destroys a heap-allocated array of MR_std_pair_MR_FaceId_bool. Does nothing if the pointer is null.
MRC_API MR_std_pair_MR_FaceId_bool * MR_std_pair_MR_FaceId_bool_ConstructFromAnother(const MR_std_pair_MR_FaceId_bool *other)
MRC_API const MR_std_pair_MR_FaceId_bool * MR_std_pair_MR_FaceId_bool_OffsetPtr(const MR_std_pair_MR_FaceId_bool *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 const bool * MR_std_pair_MR_FaceId_bool_Second(const MR_std_pair_MR_FaceId_bool *_this)
MRC_API MR_std_pair_MR_FaceId_bool * MR_std_pair_MR_FaceId_bool_DefaultConstructArray(size_t num_elems)
Definition MRId.h:46