MeshLib C Docs
Loading...
Searching...
No Matches
std_optional_MR_TriIntersectResult.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stddef.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef struct MR_TriIntersectResult MR_TriIntersectResult; // Defined in `#include <MRCMesh/MRTriangleIntersection.h>`.
12
13
17
22
28
33
39
42
45
48
51
55
59
60#ifdef __cplusplus
61} // extern "C"
62#endif
struct MR_TriIntersectResult MR_TriIntersectResult
Generated from class MR::TriIntersectResult.
Definition MRTriangleIntersection.h:20
struct MR_std_optional_MR_TriIntersectResult MR_std_optional_MR_TriIntersectResult
Definition MRTriangleIntersection.h:16
#define MRC_API
Definition exports.h:11
MRC_API MR_std_optional_MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_ConstructFromAnother(const MR_std_optional_MR_TriIntersectResult *other)
MRC_API void MR_std_optional_MR_TriIntersectResult_AssignFrom(MR_std_optional_MR_TriIntersectResult *_this, const MR_TriIntersectResult *other)
MRC_API const MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_Value(const MR_std_optional_MR_TriIntersectResult *_this)
MRC_API MR_std_optional_MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_OffsetMutablePtr(MR_std_optional_MR_TriIntersectResult *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_optional_MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_ConstructFrom(const MR_TriIntersectResult *other)
MRC_API void MR_std_optional_MR_TriIntersectResult_AssignFromAnother(MR_std_optional_MR_TriIntersectResult *_this, const MR_std_optional_MR_TriIntersectResult *other)
MRC_API void MR_std_optional_MR_TriIntersectResult_Destroy(const MR_std_optional_MR_TriIntersectResult *_this)
Destroys a heap-allocated instance of MR_std_optional_MR_TriIntersectResult. Does nothing if the poin...
MRC_API MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_MutableValue(MR_std_optional_MR_TriIntersectResult *_this)
MRC_API void MR_std_optional_MR_TriIntersectResult_DestroyArray(const MR_std_optional_MR_TriIntersectResult *_this)
Destroys a heap-allocated array of MR_std_optional_MR_TriIntersectResult. Does nothing if the pointer...
MRC_API const MR_std_optional_MR_TriIntersectResult * MR_std_optional_MR_TriIntersectResult_OffsetPtr(const MR_std_optional_MR_TriIntersectResult *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...