MeshLib C Docs
Loading...
Searching...
No Matches
MRXfBasedCache.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
12typedef struct MR_AffineXf3f MR_AffineXf3f; // Defined in `#include <MRCMesh/MRAffineXf.h>`.
13typedef struct MR_std_optional_MR_Box3f MR_std_optional_MR_Box3f; // Defined in `#include <MRCMisc/std_optional_MR_Box3f.h>`.
14
15
19
23
28
31
34
39
42
45
51
58
64
69
70#ifdef __cplusplus
71} // extern "C"
72#endif
struct MR_XfBasedCache_MR_Box3f MR_XfBasedCache_MR_Box3f
Definition MRViewportProperty.h:18
MRC_API void MR_XfBasedCache_MR_Box3f_reset(MR_XfBasedCache_MR_Box3f *_this)
MRC_API const MR_XfBasedCache_MR_Box3f * MR_XfBasedCache_MR_Box3f_OffsetPtr(const MR_XfBasedCache_MR_Box3f *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_XfBasedCache_MR_Box3f_set(MR_XfBasedCache_MR_Box3f *_this, const MR_AffineXf3f *xf, MR_Box3f t)
MRC_API void MR_XfBasedCache_MR_Box3f_Destroy(const MR_XfBasedCache_MR_Box3f *_this)
Destroys a heap-allocated instance of MR_XfBasedCache_MR_Box3f. Does nothing if the pointer is null.
MRC_API MR_XfBasedCache_MR_Box3f * MR_XfBasedCache_MR_Box3f_ConstructFromAnother(const MR_XfBasedCache_MR_Box3f *_other)
MRC_API void MR_XfBasedCache_MR_Box3f_DestroyArray(const MR_XfBasedCache_MR_Box3f *_this)
Destroys a heap-allocated array of MR_XfBasedCache_MR_Box3f. Does nothing if the pointer is null.
struct MR_std_optional_MR_Box3f MR_std_optional_MR_Box3f
Definition MRXfBasedCache.h:13
MRC_API MR_XfBasedCache_MR_Box3f * MR_XfBasedCache_MR_Box3f_OffsetMutablePtr(MR_XfBasedCache_MR_Box3f *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_XfBasedCache_MR_Box3f * MR_XfBasedCache_MR_Box3f_AssignFromAnother(MR_XfBasedCache_MR_Box3f *_this, const MR_XfBasedCache_MR_Box3f *_other)
MRC_API const MR_std_optional_MR_Box3f * MR_XfBasedCache_MR_Box3f_get(const MR_XfBasedCache_MR_Box3f *_this, const MR_AffineXf3f *xf)
MRC_API MR_XfBasedCache_MR_Box3f * MR_XfBasedCache_MR_Box3f_DefaultConstructArray(size_t num_elems)
MRC_API MR_XfBasedCache_MR_Box3f * MR_XfBasedCache_MR_Box3f_DefaultConstruct(void)
#define MRC_API
Definition exports.h:11
Definition MRAffineXf.h:36
Definition MRBox.h:109