MeshLib C Docs
Loading...
Searching...
No Matches
std_optional_MR_MeshOrPoints.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stdbool.h>
6#include <stddef.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct MR_MeshOrPoints MR_MeshOrPoints; // Defined in `#include <MRCMesh/MRMeshOrPoints.h>`.
13
14
18
25
31
38
44
47
50
54
58
62
67
72
73#ifdef __cplusplus
74} // extern "C"
75#endif
struct MR_MeshOrPoints MR_MeshOrPoints
Definition MRAABBTreeObjects.h:18
struct MR_std_optional_MR_MeshOrPoints MR_std_optional_MR_MeshOrPoints
Definition MRMeshOrPoints.h:33
#define MRC_API
Definition include/MRCMisc/exports.h:11
MRC_API MR_std_optional_MR_MeshOrPoints * MR_std_optional_MR_MeshOrPoints_OffsetMutablePtr(MR_std_optional_MR_MeshOrPoints *ptr, ptrdiff_t i)
MRC_API MR_std_optional_MR_MeshOrPoints * MR_std_optional_MR_MeshOrPoints_ConstructFrom(const MR_MeshOrPoints *other)
MRC_API MR_MeshOrPoints * MR_std_optional_MR_MeshOrPoints_value_mut(MR_std_optional_MR_MeshOrPoints *_this)
MRC_API MR_std_optional_MR_MeshOrPoints * MR_std_optional_MR_MeshOrPoints_ConstructFromAnother(const MR_std_optional_MR_MeshOrPoints *other)
MRC_API bool MR_std_optional_MR_MeshOrPoints_has_value(const MR_std_optional_MR_MeshOrPoints *_this)
MRC_API void MR_std_optional_MR_MeshOrPoints_AssignFromAnother(MR_std_optional_MR_MeshOrPoints *_this, const MR_std_optional_MR_MeshOrPoints *other)
MRC_API void MR_std_optional_MR_MeshOrPoints_DestroyArray(const MR_std_optional_MR_MeshOrPoints *_this)
Destroys a heap-allocated array of MR_std_optional_MR_MeshOrPoints. Does nothing if the pointer is nu...
MRC_API const MR_MeshOrPoints * MR_std_optional_MR_MeshOrPoints_value(const MR_std_optional_MR_MeshOrPoints *_this)
MRC_API const MR_std_optional_MR_MeshOrPoints * MR_std_optional_MR_MeshOrPoints_OffsetPtr(const MR_std_optional_MR_MeshOrPoints *ptr, ptrdiff_t i)
MRC_API void MR_std_optional_MR_MeshOrPoints_Destroy(const MR_std_optional_MR_MeshOrPoints *_this)
Destroys a heap-allocated instance of MR_std_optional_MR_MeshOrPoints. Does nothing if the pointer is...
MRC_API void MR_std_optional_MR_MeshOrPoints_AssignFrom(MR_std_optional_MR_MeshOrPoints *_this, const MR_MeshOrPoints *other)