MeshLib C Docs
Loading...
Searching...
No Matches
expected_std_vector_MR_EdgePoint_MR_PathError.h
Go to the documentation of this file.
1#pragma once
2
4#include <MRCMisc/common.h>
5#include <MRCMisc/exports.h>
6
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13typedef struct MR_std_vector_MR_EdgePoint MR_std_vector_MR_EdgePoint; // Defined in `#include <MRCMisc/std_vector_MR_EdgePoint.h>`.
14
15
19
23
28
32
36
40
44
47
50
53
56
60
64
68
72
73#ifdef __cplusplus
74} // extern "C"
75#endif
struct MR_std_vector_MR_EdgePoint MR_std_vector_MR_EdgePoint
Definition MREdgePaths.h:28
int32_t MR_PathError
Definition MRSurfacePath.h:30
struct MR_expected_std_vector_MR_EdgePoint_MR_PathError MR_expected_std_vector_MR_EdgePoint_MR_PathError
Definition MRSurfacePath.h:21
MR_PassBy
Definition common.h:19
MRC_API MR_expected_std_vector_MR_EdgePoint_MR_PathError * MR_expected_std_vector_MR_EdgePoint_MR_PathError_OffsetMutablePtr(MR_expected_std_vector_MR_EdgePoint_MR_PathError *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_expected_std_vector_MR_EdgePoint_MR_PathError * MR_expected_std_vector_MR_EdgePoint_MR_PathError_DefaultConstruct(void)
MRC_API MR_std_vector_MR_EdgePoint * MR_expected_std_vector_MR_EdgePoint_MR_PathError_GetMutableValue(MR_expected_std_vector_MR_EdgePoint_MR_PathError *_this)
MRC_API void MR_expected_std_vector_MR_EdgePoint_MR_PathError_DestroyArray(const MR_expected_std_vector_MR_EdgePoint_MR_PathError *_this)
Destroys a heap-allocated array of MR_expected_std_vector_MR_EdgePoint_MR_PathError....
MRC_API const MR_expected_std_vector_MR_EdgePoint_MR_PathError * MR_expected_std_vector_MR_EdgePoint_MR_PathError_OffsetPtr(const MR_expected_std_vector_MR_EdgePoint_MR_PathError *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_expected_std_vector_MR_EdgePoint_MR_PathError_AssignFromAnother(MR_expected_std_vector_MR_EdgePoint_MR_PathError *_this, MR_PassBy other_pass_by, MR_expected_std_vector_MR_EdgePoint_MR_PathError *other)
MRC_API void MR_expected_std_vector_MR_EdgePoint_MR_PathError_Destroy(const MR_expected_std_vector_MR_EdgePoint_MR_PathError *_this)
Destroys a heap-allocated instance of MR_expected_std_vector_MR_EdgePoint_MR_PathError....
MRC_API MR_PathError * MR_expected_std_vector_MR_EdgePoint_MR_PathError_GetMutableError(MR_expected_std_vector_MR_EdgePoint_MR_PathError *_this)
MRC_API const MR_PathError * MR_expected_std_vector_MR_EdgePoint_MR_PathError_GetError(const MR_expected_std_vector_MR_EdgePoint_MR_PathError *_this)
MRC_API MR_expected_std_vector_MR_EdgePoint_MR_PathError * MR_expected_std_vector_MR_EdgePoint_MR_PathError_DefaultConstructArray(size_t num_elems)
MRC_API MR_expected_std_vector_MR_EdgePoint_MR_PathError * MR_expected_std_vector_MR_EdgePoint_MR_PathError_ConstructFrom(MR_PassBy other_pass_by, MR_expected_std_vector_MR_EdgePoint_MR_PathError *other)
MRC_API const MR_std_vector_MR_EdgePoint * MR_expected_std_vector_MR_EdgePoint_MR_PathError_GetValue(const MR_expected_std_vector_MR_EdgePoint_MR_PathError *_this)
MRC_API void MR_expected_std_vector_MR_EdgePoint_MR_PathError_AssignFrom(MR_expected_std_vector_MR_EdgePoint_MR_PathError *_this, MR_PassBy other_pass_by, MR_expected_std_vector_MR_EdgePoint_MR_PathError *other)
MRC_API MR_expected_std_vector_MR_EdgePoint_MR_PathError * MR_expected_std_vector_MR_EdgePoint_MR_PathError_ConstructFromAnother(MR_PassBy other_pass_by, MR_expected_std_vector_MR_EdgePoint_MR_PathError *other)
#define MRC_API
Definition exports.h:11