MeshLib C Docs
Loading...
Searching...
No Matches
std_pair_const_int_MR_Box3i.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMesh/MRBox.h>
4#include <MRCMisc/exports.h>
5
6#include <stddef.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12
16
20
25
32
35
38
42
46
52
58
64
70
71#ifdef __cplusplus
72} // extern "C"
73#endif
#define MRC_API
Definition include/MRCMisc/exports.h:11
struct MR_std_pair_const_int_MR_Box3i MR_std_pair_const_int_MR_Box3i
Definition phmap_flat_hash_map_int_MR_Box3i_phmap_Hash_int32_t.h:14
MRC_API MR_std_pair_const_int_MR_Box3i * MR_std_pair_const_int_MR_Box3i_Construct(int first, MR_Box3i second)
MRC_API MR_std_pair_const_int_MR_Box3i * MR_std_pair_const_int_MR_Box3i_OffsetMutablePtr(MR_std_pair_const_int_MR_Box3i *ptr, ptrdiff_t i)
MRC_API MR_std_pair_const_int_MR_Box3i * MR_std_pair_const_int_MR_Box3i_DefaultConstructArray(size_t num_elems)
MRC_API MR_std_pair_const_int_MR_Box3i * MR_std_pair_const_int_MR_Box3i_ConstructFromAnother(const MR_std_pair_const_int_MR_Box3i *other)
MRC_API void MR_std_pair_const_int_MR_Box3i_Destroy(const MR_std_pair_const_int_MR_Box3i *_this)
Destroys a heap-allocated instance of MR_std_pair_const_int_MR_Box3i. Does nothing if the pointer is ...
MRC_API const MR_Box3i * MR_std_pair_const_int_MR_Box3i_second(const MR_std_pair_const_int_MR_Box3i *_this)
MRC_API MR_std_pair_const_int_MR_Box3i * MR_std_pair_const_int_MR_Box3i_DefaultConstruct(void)
MRC_API const int * MR_std_pair_const_int_MR_Box3i_first(const MR_std_pair_const_int_MR_Box3i *_this)
MRC_API const MR_std_pair_const_int_MR_Box3i * MR_std_pair_const_int_MR_Box3i_OffsetPtr(const MR_std_pair_const_int_MR_Box3i *ptr, ptrdiff_t i)
MRC_API void MR_std_pair_const_int_MR_Box3i_DestroyArray(const MR_std_pair_const_int_MR_Box3i *_this)
Destroys a heap-allocated array of MR_std_pair_const_int_MR_Box3i. Does nothing if the pointer is nul...
MRC_API MR_Box3i * MR_std_pair_const_int_MR_Box3i_second_mut(MR_std_pair_const_int_MR_Box3i *_this)
Definition MRBox.h:91