MeshLib C Docs
Loading...
Searching...
No Matches
std_optional_MR_MeshOrPointsXf.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_MeshOrPointsXf MR_MeshOrPointsXf; // Defined in `#include <MRCMesh/MRMeshOrPoints.h>`.
12
13
17
22
28
33
39
42
45
48
51
55
59
60#ifdef __cplusplus
61} // extern "C"
62#endif
struct MR_MeshOrPointsXf MR_MeshOrPointsXf
Definition MRICP.h:21
struct MR_std_optional_MR_MeshOrPointsXf MR_std_optional_MR_MeshOrPointsXf
Definition MRMeshOrPoints.h:34
#define MRC_API
Definition exports.h:11
MRC_API void MR_std_optional_MR_MeshOrPointsXf_DestroyArray(const MR_std_optional_MR_MeshOrPointsXf *_this)
Destroys a heap-allocated array of MR_std_optional_MR_MeshOrPointsXf. Does nothing if the pointer is ...
MRC_API void MR_std_optional_MR_MeshOrPointsXf_AssignFrom(MR_std_optional_MR_MeshOrPointsXf *_this, const MR_MeshOrPointsXf *other)
MRC_API const MR_MeshOrPointsXf * MR_std_optional_MR_MeshOrPointsXf_Value(const MR_std_optional_MR_MeshOrPointsXf *_this)
MRC_API void MR_std_optional_MR_MeshOrPointsXf_AssignFromAnother(MR_std_optional_MR_MeshOrPointsXf *_this, const MR_std_optional_MR_MeshOrPointsXf *other)
MRC_API MR_std_optional_MR_MeshOrPointsXf * MR_std_optional_MR_MeshOrPointsXf_ConstructFromAnother(const MR_std_optional_MR_MeshOrPointsXf *other)
MRC_API MR_std_optional_MR_MeshOrPointsXf * MR_std_optional_MR_MeshOrPointsXf_OffsetMutablePtr(MR_std_optional_MR_MeshOrPointsXf *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_std_optional_MR_MeshOrPointsXf_Destroy(const MR_std_optional_MR_MeshOrPointsXf *_this)
Destroys a heap-allocated instance of MR_std_optional_MR_MeshOrPointsXf. Does nothing if the pointer ...
MRC_API MR_std_optional_MR_MeshOrPointsXf * MR_std_optional_MR_MeshOrPointsXf_ConstructFrom(const MR_MeshOrPointsXf *other)
MRC_API MR_MeshOrPointsXf * MR_std_optional_MR_MeshOrPointsXf_MutableValue(MR_std_optional_MR_MeshOrPointsXf *_this)
MRC_API const MR_std_optional_MR_MeshOrPointsXf * MR_std_optional_MR_MeshOrPointsXf_OffsetPtr(const MR_std_optional_MR_MeshOrPointsXf *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...