MeshLib C Docs
Loading...
Searching...
No Matches
std_pair_MR_VertId_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_VertId_bool MR_std_pair_MR_VertId_bool
Definition MRUnionFind.h:20
#define MRC_API
Definition exports.h:11
MRC_API const bool * MR_std_pair_MR_VertId_bool_Second(const MR_std_pair_MR_VertId_bool *_this)
MRC_API MR_VertId * MR_std_pair_MR_VertId_bool_MutableFirst(MR_std_pair_MR_VertId_bool *_this)
MRC_API void MR_std_pair_MR_VertId_bool_AssignFromAnother(MR_std_pair_MR_VertId_bool *_this, const MR_std_pair_MR_VertId_bool *other)
MRC_API MR_std_pair_MR_VertId_bool * MR_std_pair_MR_VertId_bool_Construct(MR_VertId first, bool second)
MRC_API const MR_VertId * MR_std_pair_MR_VertId_bool_First(const MR_std_pair_MR_VertId_bool *_this)
MRC_API void MR_std_pair_MR_VertId_bool_DestroyArray(const MR_std_pair_MR_VertId_bool *_this)
Destroys a heap-allocated array of MR_std_pair_MR_VertId_bool. Does nothing if the pointer is null.
MRC_API MR_std_pair_MR_VertId_bool * MR_std_pair_MR_VertId_bool_DefaultConstruct(void)
MRC_API void MR_std_pair_MR_VertId_bool_Destroy(const MR_std_pair_MR_VertId_bool *_this)
Destroys a heap-allocated instance of MR_std_pair_MR_VertId_bool. Does nothing if the pointer is null...
MRC_API MR_std_pair_MR_VertId_bool * MR_std_pair_MR_VertId_bool_ConstructFromAnother(const MR_std_pair_MR_VertId_bool *other)
MRC_API MR_std_pair_MR_VertId_bool * MR_std_pair_MR_VertId_bool_OffsetMutablePtr(MR_std_pair_MR_VertId_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 MR_std_pair_MR_VertId_bool * MR_std_pair_MR_VertId_bool_DefaultConstructArray(size_t num_elems)
MRC_API bool * MR_std_pair_MR_VertId_bool_MutableSecond(MR_std_pair_MR_VertId_bool *_this)
MRC_API const MR_std_pair_MR_VertId_bool * MR_std_pair_MR_VertId_bool_OffsetPtr(const MR_std_pair_MR_VertId_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...
Definition MRId.h:56