MeshLib C Docs
Loading...
Searching...
No Matches
MRViewportProperty.h File Reference
#include <MRCMesh/MRAffineXf.h>
#include <MRCMesh/MRColor.h>
#include <MRCMesh/MRMatrix3.h>
#include <MRCMesh/MRViewportId.h>
#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef struct MR_XfBasedCache_MR_Box3f MR_XfBasedCache_MR_Box3f
 
typedef struct MR_ViewportProperty_MR_AffineXf3f MR_ViewportProperty_MR_AffineXf3f
 
typedef struct MR_ViewportProperty_MR_Color MR_ViewportProperty_MR_Color
 
typedef struct MR_ViewportProperty_uint8_t MR_ViewportProperty_uint8_t
 
typedef struct MR_ViewportProperty_MR_XfBasedCache_MR_Box3f MR_ViewportProperty_MR_XfBasedCache_MR_Box3f
 
typedef struct MR_ViewportProperty_MR_Matrix3f MR_ViewportProperty_MR_Matrix3f
 

Functions

MRC_API MR_ViewportProperty_MR_AffineXf3fMR_ViewportProperty_MR_AffineXf3f_DefaultConstruct (void)
 
MRC_API MR_ViewportProperty_MR_AffineXf3fMR_ViewportProperty_MR_AffineXf3f_DefaultConstructArray (size_t num_elems)
 
MRC_API const MR_ViewportProperty_MR_AffineXf3fMR_ViewportProperty_MR_AffineXf3f_OffsetPtr (const MR_ViewportProperty_MR_AffineXf3f *ptr, ptrdiff_t i)
 Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
 
MRC_API MR_ViewportProperty_MR_AffineXf3fMR_ViewportProperty_MR_AffineXf3f_OffsetMutablePtr (MR_ViewportProperty_MR_AffineXf3f *ptr, ptrdiff_t i)
 Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
 
MRC_API MR_ViewportProperty_MR_AffineXf3fMR_ViewportProperty_MR_AffineXf3f_ConstructFromAnother (MR_PassBy _other_pass_by, MR_ViewportProperty_MR_AffineXf3f *_other)
 
MRC_API MR_ViewportProperty_MR_AffineXf3fMR_ViewportProperty_MR_AffineXf3f_Construct (const MR_AffineXf3f *def)
 
MRC_API void MR_ViewportProperty_MR_AffineXf3f_Destroy (const MR_ViewportProperty_MR_AffineXf3f *_this)
 Destroys a heap-allocated instance of MR_ViewportProperty_MR_AffineXf3f. Does nothing if the pointer is null.
 
MRC_API void MR_ViewportProperty_MR_AffineXf3f_DestroyArray (const MR_ViewportProperty_MR_AffineXf3f *_this)
 Destroys a heap-allocated array of MR_ViewportProperty_MR_AffineXf3f. Does nothing if the pointer is null.
 
MRC_API MR_ViewportProperty_MR_AffineXf3fMR_ViewportProperty_MR_AffineXf3f_AssignFromAnother (MR_ViewportProperty_MR_AffineXf3f *_this, MR_PassBy _other_pass_by, MR_ViewportProperty_MR_AffineXf3f *_other)
 
MRC_API void MR_ViewportProperty_MR_AffineXf3f_set_1 (MR_ViewportProperty_MR_AffineXf3f *_this, MR_AffineXf3f def)
 
MRC_API const MR_AffineXf3fMR_ViewportProperty_MR_AffineXf3f_get_const_0 (const MR_ViewportProperty_MR_AffineXf3f *_this)
 
MRC_API MR_AffineXf3fMR_ViewportProperty_MR_AffineXf3f_get (MR_ViewportProperty_MR_AffineXf3f *_this)
 
MRC_API MR_AffineXf3fMR_ViewportProperty_MR_AffineXf3f_index (MR_ViewportProperty_MR_AffineXf3f *_this, MR_ViewportId id)
 
MRC_API void MR_ViewportProperty_MR_AffineXf3f_set_2 (MR_ViewportProperty_MR_AffineXf3f *_this, MR_AffineXf3f v, MR_ViewportId id)
 
MRC_API const MR_AffineXf3fMR_ViewportProperty_MR_AffineXf3f_get_const_2 (const MR_ViewportProperty_MR_AffineXf3f *_this, MR_ViewportId id, bool *isDef)
 
MRC_API bool MR_ViewportProperty_MR_AffineXf3f_reset_1 (MR_ViewportProperty_MR_AffineXf3f *_this, MR_ViewportId id)
 
MRC_API bool MR_ViewportProperty_MR_AffineXf3f_reset_0 (MR_ViewportProperty_MR_AffineXf3f *_this)
 
MRC_API MR_ViewportProperty_MR_ColorMR_ViewportProperty_MR_Color_DefaultConstruct (void)
 
MRC_API MR_ViewportProperty_MR_ColorMR_ViewportProperty_MR_Color_DefaultConstructArray (size_t num_elems)
 
MRC_API const MR_ViewportProperty_MR_ColorMR_ViewportProperty_MR_Color_OffsetPtr (const MR_ViewportProperty_MR_Color *ptr, ptrdiff_t i)
 Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
 
MRC_API MR_ViewportProperty_MR_ColorMR_ViewportProperty_MR_Color_OffsetMutablePtr (MR_ViewportProperty_MR_Color *ptr, ptrdiff_t i)
 Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
 
MRC_API MR_ViewportProperty_MR_ColorMR_ViewportProperty_MR_Color_ConstructFromAnother (MR_PassBy _other_pass_by, MR_ViewportProperty_MR_Color *_other)
 
MRC_API MR_ViewportProperty_MR_ColorMR_ViewportProperty_MR_Color_Construct (const MR_Color *def)
 
MRC_API void MR_ViewportProperty_MR_Color_Destroy (const MR_ViewportProperty_MR_Color *_this)
 Destroys a heap-allocated instance of MR_ViewportProperty_MR_Color. Does nothing if the pointer is null.
 
MRC_API void MR_ViewportProperty_MR_Color_DestroyArray (const MR_ViewportProperty_MR_Color *_this)
 Destroys a heap-allocated array of MR_ViewportProperty_MR_Color. Does nothing if the pointer is null.
 
MRC_API MR_ViewportProperty_MR_ColorMR_ViewportProperty_MR_Color_AssignFromAnother (MR_ViewportProperty_MR_Color *_this, MR_PassBy _other_pass_by, MR_ViewportProperty_MR_Color *_other)
 
MRC_API void MR_ViewportProperty_MR_Color_set_1 (MR_ViewportProperty_MR_Color *_this, MR_Color def)
 
MRC_API const MR_ColorMR_ViewportProperty_MR_Color_get_const_0 (const MR_ViewportProperty_MR_Color *_this)
 
MRC_API MR_ColorMR_ViewportProperty_MR_Color_get (MR_ViewportProperty_MR_Color *_this)
 
MRC_API MR_ColorMR_ViewportProperty_MR_Color_index (MR_ViewportProperty_MR_Color *_this, MR_ViewportId id)
 
MRC_API void MR_ViewportProperty_MR_Color_set_2 (MR_ViewportProperty_MR_Color *_this, MR_Color v, MR_ViewportId id)
 
MRC_API const MR_ColorMR_ViewportProperty_MR_Color_get_const_2 (const MR_ViewportProperty_MR_Color *_this, MR_ViewportId id, bool *isDef)
 
MRC_API bool MR_ViewportProperty_MR_Color_reset_1 (MR_ViewportProperty_MR_Color *_this, MR_ViewportId id)
 
MRC_API bool MR_ViewportProperty_MR_Color_reset_0 (MR_ViewportProperty_MR_Color *_this)
 
MRC_API MR_ViewportProperty_uint8_tMR_ViewportProperty_uint8_t_DefaultConstruct (void)
 
MRC_API MR_ViewportProperty_uint8_tMR_ViewportProperty_uint8_t_DefaultConstructArray (size_t num_elems)
 
MRC_API const MR_ViewportProperty_uint8_tMR_ViewportProperty_uint8_t_OffsetPtr (const MR_ViewportProperty_uint8_t *ptr, ptrdiff_t i)
 Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
 
MRC_API MR_ViewportProperty_uint8_tMR_ViewportProperty_uint8_t_OffsetMutablePtr (MR_ViewportProperty_uint8_t *ptr, ptrdiff_t i)
 Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
 
MRC_API MR_ViewportProperty_uint8_tMR_ViewportProperty_uint8_t_ConstructFromAnother (MR_PassBy _other_pass_by, MR_ViewportProperty_uint8_t *_other)
 
MRC_API MR_ViewportProperty_uint8_tMR_ViewportProperty_uint8_t_Construct (const uint8_t *def)
 
MRC_API void MR_ViewportProperty_uint8_t_Destroy (const MR_ViewportProperty_uint8_t *_this)
 Destroys a heap-allocated instance of MR_ViewportProperty_uint8_t. Does nothing if the pointer is null.
 
MRC_API void MR_ViewportProperty_uint8_t_DestroyArray (const MR_ViewportProperty_uint8_t *_this)
 Destroys a heap-allocated array of MR_ViewportProperty_uint8_t. Does nothing if the pointer is null.
 
MRC_API MR_ViewportProperty_uint8_tMR_ViewportProperty_uint8_t_AssignFromAnother (MR_ViewportProperty_uint8_t *_this, MR_PassBy _other_pass_by, MR_ViewportProperty_uint8_t *_other)
 
MRC_API void MR_ViewportProperty_uint8_t_set_1 (MR_ViewportProperty_uint8_t *_this, uint8_t def)
 
MRC_API const uint8_t * MR_ViewportProperty_uint8_t_get_const_0 (const MR_ViewportProperty_uint8_t *_this)
 
MRC_API uint8_t * MR_ViewportProperty_uint8_t_get (MR_ViewportProperty_uint8_t *_this)
 
MRC_API uint8_t * MR_ViewportProperty_uint8_t_index (MR_ViewportProperty_uint8_t *_this, MR_ViewportId id)
 
MRC_API void MR_ViewportProperty_uint8_t_set_2 (MR_ViewportProperty_uint8_t *_this, uint8_t v, MR_ViewportId id)
 
MRC_API const uint8_t * MR_ViewportProperty_uint8_t_get_const_2 (const MR_ViewportProperty_uint8_t *_this, MR_ViewportId id, bool *isDef)
 
MRC_API bool MR_ViewportProperty_uint8_t_reset_1 (MR_ViewportProperty_uint8_t *_this, MR_ViewportId id)
 
MRC_API bool MR_ViewportProperty_uint8_t_reset_0 (MR_ViewportProperty_uint8_t *_this)
 
MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3fMR_ViewportProperty_MR_XfBasedCache_MR_Box3f_DefaultConstruct (void)
 
MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3fMR_ViewportProperty_MR_XfBasedCache_MR_Box3f_DefaultConstructArray (size_t num_elems)
 
MRC_API const MR_ViewportProperty_MR_XfBasedCache_MR_Box3fMR_ViewportProperty_MR_XfBasedCache_MR_Box3f_OffsetPtr (const MR_ViewportProperty_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 pointer points to an array element.
 
MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3fMR_ViewportProperty_MR_XfBasedCache_MR_Box3f_OffsetMutablePtr (MR_ViewportProperty_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 pointer points to an array element.
 
MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3fMR_ViewportProperty_MR_XfBasedCache_MR_Box3f_ConstructFromAnother (MR_PassBy _other_pass_by, MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_other)
 
MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3fMR_ViewportProperty_MR_XfBasedCache_MR_Box3f_Construct (const MR_XfBasedCache_MR_Box3f *def)
 
MRC_API void MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_Destroy (const MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_this)
 Destroys a heap-allocated instance of MR_ViewportProperty_MR_XfBasedCache_MR_Box3f. Does nothing if the pointer is null.
 
MRC_API void MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_DestroyArray (const MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_this)
 Destroys a heap-allocated array of MR_ViewportProperty_MR_XfBasedCache_MR_Box3f. Does nothing if the pointer is null.
 
MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3fMR_ViewportProperty_MR_XfBasedCache_MR_Box3f_AssignFromAnother (MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_this, MR_PassBy _other_pass_by, MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_other)
 
MRC_API void MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_set_1 (MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_this, const MR_XfBasedCache_MR_Box3f *def)
 
MRC_API const MR_XfBasedCache_MR_Box3fMR_ViewportProperty_MR_XfBasedCache_MR_Box3f_get_const_0 (const MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_this)
 
MRC_API MR_XfBasedCache_MR_Box3fMR_ViewportProperty_MR_XfBasedCache_MR_Box3f_get (MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_this)
 
MRC_API MR_XfBasedCache_MR_Box3fMR_ViewportProperty_MR_XfBasedCache_MR_Box3f_index (MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_this, MR_ViewportId id)
 
MRC_API void MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_set_2 (MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_this, const MR_XfBasedCache_MR_Box3f *v, MR_ViewportId id)
 
MRC_API const MR_XfBasedCache_MR_Box3fMR_ViewportProperty_MR_XfBasedCache_MR_Box3f_get_const_2 (const MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_this, MR_ViewportId id, bool *isDef)
 
MRC_API bool MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_reset_1 (MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_this, MR_ViewportId id)
 
MRC_API bool MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_reset_0 (MR_ViewportProperty_MR_XfBasedCache_MR_Box3f *_this)
 
MRC_API MR_ViewportProperty_MR_Matrix3fMR_ViewportProperty_MR_Matrix3f_DefaultConstruct (void)
 
MRC_API MR_ViewportProperty_MR_Matrix3fMR_ViewportProperty_MR_Matrix3f_DefaultConstructArray (size_t num_elems)
 
MRC_API const MR_ViewportProperty_MR_Matrix3fMR_ViewportProperty_MR_Matrix3f_OffsetPtr (const MR_ViewportProperty_MR_Matrix3f *ptr, ptrdiff_t i)
 Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
 
MRC_API MR_ViewportProperty_MR_Matrix3fMR_ViewportProperty_MR_Matrix3f_OffsetMutablePtr (MR_ViewportProperty_MR_Matrix3f *ptr, ptrdiff_t i)
 Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
 
MRC_API MR_ViewportProperty_MR_Matrix3fMR_ViewportProperty_MR_Matrix3f_ConstructFromAnother (MR_PassBy _other_pass_by, MR_ViewportProperty_MR_Matrix3f *_other)
 
MRC_API MR_ViewportProperty_MR_Matrix3fMR_ViewportProperty_MR_Matrix3f_Construct (const MR_Matrix3f *def)
 
MRC_API void MR_ViewportProperty_MR_Matrix3f_Destroy (const MR_ViewportProperty_MR_Matrix3f *_this)
 Destroys a heap-allocated instance of MR_ViewportProperty_MR_Matrix3f. Does nothing if the pointer is null.
 
MRC_API void MR_ViewportProperty_MR_Matrix3f_DestroyArray (const MR_ViewportProperty_MR_Matrix3f *_this)
 Destroys a heap-allocated array of MR_ViewportProperty_MR_Matrix3f. Does nothing if the pointer is null.
 
MRC_API MR_ViewportProperty_MR_Matrix3fMR_ViewportProperty_MR_Matrix3f_AssignFromAnother (MR_ViewportProperty_MR_Matrix3f *_this, MR_PassBy _other_pass_by, MR_ViewportProperty_MR_Matrix3f *_other)
 
MRC_API void MR_ViewportProperty_MR_Matrix3f_set_1 (MR_ViewportProperty_MR_Matrix3f *_this, MR_Matrix3f def)
 
MRC_API const MR_Matrix3fMR_ViewportProperty_MR_Matrix3f_get_const_0 (const MR_ViewportProperty_MR_Matrix3f *_this)
 
MRC_API MR_Matrix3fMR_ViewportProperty_MR_Matrix3f_get (MR_ViewportProperty_MR_Matrix3f *_this)
 
MRC_API MR_Matrix3fMR_ViewportProperty_MR_Matrix3f_index (MR_ViewportProperty_MR_Matrix3f *_this, MR_ViewportId id)
 
MRC_API void MR_ViewportProperty_MR_Matrix3f_set_2 (MR_ViewportProperty_MR_Matrix3f *_this, MR_Matrix3f v, MR_ViewportId id)
 
MRC_API const MR_Matrix3fMR_ViewportProperty_MR_Matrix3f_get_const_2 (const MR_ViewportProperty_MR_Matrix3f *_this, MR_ViewportId id, bool *isDef)
 
MRC_API bool MR_ViewportProperty_MR_Matrix3f_reset_1 (MR_ViewportProperty_MR_Matrix3f *_this, MR_ViewportId id)
 
MRC_API bool MR_ViewportProperty_MR_Matrix3f_reset_0 (MR_ViewportProperty_MR_Matrix3f *_this)
 

Typedef Documentation

◆ MR_ViewportProperty_MR_AffineXf3f

storage of some viewport-dependent property, which has some default value for all viewports and special values for some specific viewports Generated from class MR::ViewportProperty<MR::AffineXf3f>.

◆ MR_ViewportProperty_MR_Color

storage of some viewport-dependent property, which has some default value for all viewports and special values for some specific viewports Generated from class MR::ViewportProperty<MR::Color>.

◆ MR_ViewportProperty_MR_Matrix3f

storage of some viewport-dependent property, which has some default value for all viewports and special values for some specific viewports Generated from class MR::ViewportProperty<MR::Matrix3f>.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f

storage of some viewport-dependent property, which has some default value for all viewports and special values for some specific viewports Generated from class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>>.

◆ MR_ViewportProperty_uint8_t

storage of some viewport-dependent property, which has some default value for all viewports and special values for some specific viewports Generated from class MR::ViewportProperty<uint8_t>.

◆ MR_XfBasedCache_MR_Box3f

Function Documentation

◆ MR_ViewportProperty_MR_AffineXf3f_AssignFromAnother()

MRC_API MR_ViewportProperty_MR_AffineXf3f * MR_ViewportProperty_MR_AffineXf3f_AssignFromAnother ( MR_ViewportProperty_MR_AffineXf3f * _this,
MR_PassBy _other_pass_by,
MR_ViewportProperty_MR_AffineXf3f * _other )

Generated from a method of class MR::ViewportProperty<MR::AffineXf3f> named operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_AffineXf3f_Construct()

MRC_API MR_ViewportProperty_MR_AffineXf3f * MR_ViewportProperty_MR_AffineXf3f_Construct ( const MR_AffineXf3f * def)

Generated from a constructor of class MR::ViewportProperty<MR::AffineXf3f>. Parameter def can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_AffineXf3f_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_AffineXf3f_ConstructFromAnother()

MRC_API MR_ViewportProperty_MR_AffineXf3f * MR_ViewportProperty_MR_AffineXf3f_ConstructFromAnother ( MR_PassBy _other_pass_by,
MR_ViewportProperty_MR_AffineXf3f * _other )

Generated from a constructor of class MR::ViewportProperty<MR::AffineXf3f>. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_AffineXf3f_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_AffineXf3f_DefaultConstruct()

MRC_API MR_ViewportProperty_MR_AffineXf3f * MR_ViewportProperty_MR_AffineXf3f_DefaultConstruct ( void )

Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_AffineXf3f_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_AffineXf3f_DefaultConstructArray()

MRC_API MR_ViewportProperty_MR_AffineXf3f * MR_ViewportProperty_MR_AffineXf3f_DefaultConstructArray ( size_t num_elems)

Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_ViewportProperty_MR_AffineXf3f_DestroyArray(). Use MR_ViewportProperty_MR_AffineXf3f_OffsetMutablePtr() and MR_ViewportProperty_MR_AffineXf3f_OffsetPtr() to access the array elements.

◆ MR_ViewportProperty_MR_AffineXf3f_Destroy()

MRC_API void MR_ViewportProperty_MR_AffineXf3f_Destroy ( const MR_ViewportProperty_MR_AffineXf3f * _this)

Destroys a heap-allocated instance of MR_ViewportProperty_MR_AffineXf3f. Does nothing if the pointer is null.

◆ MR_ViewportProperty_MR_AffineXf3f_DestroyArray()

MRC_API void MR_ViewportProperty_MR_AffineXf3f_DestroyArray ( const MR_ViewportProperty_MR_AffineXf3f * _this)

Destroys a heap-allocated array of MR_ViewportProperty_MR_AffineXf3f. Does nothing if the pointer is null.

◆ MR_ViewportProperty_MR_AffineXf3f_get()

MRC_API MR_AffineXf3f * MR_ViewportProperty_MR_AffineXf3f_get ( MR_ViewportProperty_MR_AffineXf3f * _this)

Generated from a method of class MR::ViewportProperty<MR::AffineXf3f> named get. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_AffineXf3f_get_const_0()

MRC_API const MR_AffineXf3f * MR_ViewportProperty_MR_AffineXf3f_get_const_0 ( const MR_ViewportProperty_MR_AffineXf3f * _this)

gets default property value Generated from a method of class MR::ViewportProperty<MR::AffineXf3f> named get. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_AffineXf3f_get_const_2()

MRC_API const MR_AffineXf3f * MR_ViewportProperty_MR_AffineXf3f_get_const_2 ( const MR_ViewportProperty_MR_AffineXf3f * _this,
MR_ViewportId id,
bool * isDef )

gets property value for given viewport: specific if available otherwise default one;

Parameters
isDefreceives true if this viewport does not have specific value and default one is returned Generated from a method of class MR::ViewportProperty<MR::AffineXf3f> named get. Parameter _this can not be null. It is a single object. Parameter isDef defaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_AffineXf3f_index()

MRC_API MR_AffineXf3f * MR_ViewportProperty_MR_AffineXf3f_index ( MR_ViewportProperty_MR_AffineXf3f * _this,
MR_ViewportId id )

returns direct access to value associated with given viewport (or default value if !id) Generated from a method of class MR::ViewportProperty<MR::AffineXf3f> named operator[]. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_AffineXf3f_OffsetMutablePtr()

MRC_API MR_ViewportProperty_MR_AffineXf3f * MR_ViewportProperty_MR_AffineXf3f_OffsetMutablePtr ( MR_ViewportProperty_MR_AffineXf3f * ptr,
ptrdiff_t i )

Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.

◆ MR_ViewportProperty_MR_AffineXf3f_OffsetPtr()

MRC_API const MR_ViewportProperty_MR_AffineXf3f * MR_ViewportProperty_MR_AffineXf3f_OffsetPtr ( const MR_ViewportProperty_MR_AffineXf3f * ptr,
ptrdiff_t i )

Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.

◆ MR_ViewportProperty_MR_AffineXf3f_reset_0()

MRC_API bool MR_ViewportProperty_MR_AffineXf3f_reset_0 ( MR_ViewportProperty_MR_AffineXf3f * _this)

forgets specific property value for all viewports; returns true if any specific value was removed Generated from a method of class MR::ViewportProperty<MR::AffineXf3f> named reset. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_AffineXf3f_reset_1()

MRC_API bool MR_ViewportProperty_MR_AffineXf3f_reset_1 ( MR_ViewportProperty_MR_AffineXf3f * _this,
MR_ViewportId id )

forgets specific property value for given viewport (or all viewports if !id); returns true if any specific value was removed Generated from a method of class MR::ViewportProperty<MR::AffineXf3f> named reset. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_AffineXf3f_set_1()

MRC_API void MR_ViewportProperty_MR_AffineXf3f_set_1 ( MR_ViewportProperty_MR_AffineXf3f * _this,
MR_AffineXf3f def )

sets default property value Generated from a method of class MR::ViewportProperty<MR::AffineXf3f> named set. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_AffineXf3f_set_2()

MRC_API void MR_ViewportProperty_MR_AffineXf3f_set_2 ( MR_ViewportProperty_MR_AffineXf3f * _this,
MR_AffineXf3f v,
MR_ViewportId id )

sets specific property value for given viewport (or default value if !id) Generated from a method of class MR::ViewportProperty<MR::AffineXf3f> named set. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_Color_AssignFromAnother()

MRC_API MR_ViewportProperty_MR_Color * MR_ViewportProperty_MR_Color_AssignFromAnother ( MR_ViewportProperty_MR_Color * _this,
MR_PassBy _other_pass_by,
MR_ViewportProperty_MR_Color * _other )

Generated from a method of class MR::ViewportProperty<MR::Color> named operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_Color_Construct()

MRC_API MR_ViewportProperty_MR_Color * MR_ViewportProperty_MR_Color_Construct ( const MR_Color * def)

Generated from a constructor of class MR::ViewportProperty<MR::Color>. Parameter def can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_Color_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_Color_ConstructFromAnother()

MRC_API MR_ViewportProperty_MR_Color * MR_ViewportProperty_MR_Color_ConstructFromAnother ( MR_PassBy _other_pass_by,
MR_ViewportProperty_MR_Color * _other )

Generated from a constructor of class MR::ViewportProperty<MR::Color>. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_Color_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_Color_DefaultConstruct()

MRC_API MR_ViewportProperty_MR_Color * MR_ViewportProperty_MR_Color_DefaultConstruct ( void )

Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_Color_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_Color_DefaultConstructArray()

MRC_API MR_ViewportProperty_MR_Color * MR_ViewportProperty_MR_Color_DefaultConstructArray ( size_t num_elems)

Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_ViewportProperty_MR_Color_DestroyArray(). Use MR_ViewportProperty_MR_Color_OffsetMutablePtr() and MR_ViewportProperty_MR_Color_OffsetPtr() to access the array elements.

◆ MR_ViewportProperty_MR_Color_Destroy()

MRC_API void MR_ViewportProperty_MR_Color_Destroy ( const MR_ViewportProperty_MR_Color * _this)

Destroys a heap-allocated instance of MR_ViewportProperty_MR_Color. Does nothing if the pointer is null.

◆ MR_ViewportProperty_MR_Color_DestroyArray()

MRC_API void MR_ViewportProperty_MR_Color_DestroyArray ( const MR_ViewportProperty_MR_Color * _this)

Destroys a heap-allocated array of MR_ViewportProperty_MR_Color. Does nothing if the pointer is null.

◆ MR_ViewportProperty_MR_Color_get()

MRC_API MR_Color * MR_ViewportProperty_MR_Color_get ( MR_ViewportProperty_MR_Color * _this)

Generated from a method of class MR::ViewportProperty<MR::Color> named get. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_Color_get_const_0()

MRC_API const MR_Color * MR_ViewportProperty_MR_Color_get_const_0 ( const MR_ViewportProperty_MR_Color * _this)

gets default property value Generated from a method of class MR::ViewportProperty<MR::Color> named get. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_Color_get_const_2()

MRC_API const MR_Color * MR_ViewportProperty_MR_Color_get_const_2 ( const MR_ViewportProperty_MR_Color * _this,
MR_ViewportId id,
bool * isDef )

gets property value for given viewport: specific if available otherwise default one;

Parameters
isDefreceives true if this viewport does not have specific value and default one is returned Generated from a method of class MR::ViewportProperty<MR::Color> named get. Parameter _this can not be null. It is a single object. Parameter isDef defaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_Color_index()

MRC_API MR_Color * MR_ViewportProperty_MR_Color_index ( MR_ViewportProperty_MR_Color * _this,
MR_ViewportId id )

returns direct access to value associated with given viewport (or default value if !id) Generated from a method of class MR::ViewportProperty<MR::Color> named operator[]. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_Color_OffsetMutablePtr()

MRC_API MR_ViewportProperty_MR_Color * MR_ViewportProperty_MR_Color_OffsetMutablePtr ( MR_ViewportProperty_MR_Color * ptr,
ptrdiff_t i )

Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.

◆ MR_ViewportProperty_MR_Color_OffsetPtr()

MRC_API const MR_ViewportProperty_MR_Color * MR_ViewportProperty_MR_Color_OffsetPtr ( const MR_ViewportProperty_MR_Color * ptr,
ptrdiff_t i )

Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.

◆ MR_ViewportProperty_MR_Color_reset_0()

MRC_API bool MR_ViewportProperty_MR_Color_reset_0 ( MR_ViewportProperty_MR_Color * _this)

forgets specific property value for all viewports; returns true if any specific value was removed Generated from a method of class MR::ViewportProperty<MR::Color> named reset. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_Color_reset_1()

MRC_API bool MR_ViewportProperty_MR_Color_reset_1 ( MR_ViewportProperty_MR_Color * _this,
MR_ViewportId id )

forgets specific property value for given viewport (or all viewports if !id); returns true if any specific value was removed Generated from a method of class MR::ViewportProperty<MR::Color> named reset. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_Color_set_1()

MRC_API void MR_ViewportProperty_MR_Color_set_1 ( MR_ViewportProperty_MR_Color * _this,
MR_Color def )

sets default property value Generated from a method of class MR::ViewportProperty<MR::Color> named set. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_Color_set_2()

MRC_API void MR_ViewportProperty_MR_Color_set_2 ( MR_ViewportProperty_MR_Color * _this,
MR_Color v,
MR_ViewportId id )

sets specific property value for given viewport (or default value if !id) Generated from a method of class MR::ViewportProperty<MR::Color> named set. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_Matrix3f_AssignFromAnother()

MRC_API MR_ViewportProperty_MR_Matrix3f * MR_ViewportProperty_MR_Matrix3f_AssignFromAnother ( MR_ViewportProperty_MR_Matrix3f * _this,
MR_PassBy _other_pass_by,
MR_ViewportProperty_MR_Matrix3f * _other )

Generated from a method of class MR::ViewportProperty<MR::Matrix3f> named operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_Matrix3f_Construct()

MRC_API MR_ViewportProperty_MR_Matrix3f * MR_ViewportProperty_MR_Matrix3f_Construct ( const MR_Matrix3f * def)

Generated from a constructor of class MR::ViewportProperty<MR::Matrix3f>. Parameter def can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_Matrix3f_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_Matrix3f_ConstructFromAnother()

MRC_API MR_ViewportProperty_MR_Matrix3f * MR_ViewportProperty_MR_Matrix3f_ConstructFromAnother ( MR_PassBy _other_pass_by,
MR_ViewportProperty_MR_Matrix3f * _other )

Generated from a constructor of class MR::ViewportProperty<MR::Matrix3f>. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_Matrix3f_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_Matrix3f_DefaultConstruct()

MRC_API MR_ViewportProperty_MR_Matrix3f * MR_ViewportProperty_MR_Matrix3f_DefaultConstruct ( void )

Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_Matrix3f_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_Matrix3f_DefaultConstructArray()

MRC_API MR_ViewportProperty_MR_Matrix3f * MR_ViewportProperty_MR_Matrix3f_DefaultConstructArray ( size_t num_elems)

Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_ViewportProperty_MR_Matrix3f_DestroyArray(). Use MR_ViewportProperty_MR_Matrix3f_OffsetMutablePtr() and MR_ViewportProperty_MR_Matrix3f_OffsetPtr() to access the array elements.

◆ MR_ViewportProperty_MR_Matrix3f_Destroy()

MRC_API void MR_ViewportProperty_MR_Matrix3f_Destroy ( const MR_ViewportProperty_MR_Matrix3f * _this)

Destroys a heap-allocated instance of MR_ViewportProperty_MR_Matrix3f. Does nothing if the pointer is null.

◆ MR_ViewportProperty_MR_Matrix3f_DestroyArray()

MRC_API void MR_ViewportProperty_MR_Matrix3f_DestroyArray ( const MR_ViewportProperty_MR_Matrix3f * _this)

Destroys a heap-allocated array of MR_ViewportProperty_MR_Matrix3f. Does nothing if the pointer is null.

◆ MR_ViewportProperty_MR_Matrix3f_get()

MRC_API MR_Matrix3f * MR_ViewportProperty_MR_Matrix3f_get ( MR_ViewportProperty_MR_Matrix3f * _this)

Generated from a method of class MR::ViewportProperty<MR::Matrix3f> named get. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_Matrix3f_get_const_0()

MRC_API const MR_Matrix3f * MR_ViewportProperty_MR_Matrix3f_get_const_0 ( const MR_ViewportProperty_MR_Matrix3f * _this)

gets default property value Generated from a method of class MR::ViewportProperty<MR::Matrix3f> named get. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_Matrix3f_get_const_2()

MRC_API const MR_Matrix3f * MR_ViewportProperty_MR_Matrix3f_get_const_2 ( const MR_ViewportProperty_MR_Matrix3f * _this,
MR_ViewportId id,
bool * isDef )

gets property value for given viewport: specific if available otherwise default one;

Parameters
isDefreceives true if this viewport does not have specific value and default one is returned Generated from a method of class MR::ViewportProperty<MR::Matrix3f> named get. Parameter _this can not be null. It is a single object. Parameter isDef defaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_Matrix3f_index()

MRC_API MR_Matrix3f * MR_ViewportProperty_MR_Matrix3f_index ( MR_ViewportProperty_MR_Matrix3f * _this,
MR_ViewportId id )

returns direct access to value associated with given viewport (or default value if !id) Generated from a method of class MR::ViewportProperty<MR::Matrix3f> named operator[]. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_Matrix3f_OffsetMutablePtr()

MRC_API MR_ViewportProperty_MR_Matrix3f * MR_ViewportProperty_MR_Matrix3f_OffsetMutablePtr ( MR_ViewportProperty_MR_Matrix3f * ptr,
ptrdiff_t i )

Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.

◆ MR_ViewportProperty_MR_Matrix3f_OffsetPtr()

MRC_API const MR_ViewportProperty_MR_Matrix3f * MR_ViewportProperty_MR_Matrix3f_OffsetPtr ( const MR_ViewportProperty_MR_Matrix3f * ptr,
ptrdiff_t i )

Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.

◆ MR_ViewportProperty_MR_Matrix3f_reset_0()

MRC_API bool MR_ViewportProperty_MR_Matrix3f_reset_0 ( MR_ViewportProperty_MR_Matrix3f * _this)

forgets specific property value for all viewports; returns true if any specific value was removed Generated from a method of class MR::ViewportProperty<MR::Matrix3f> named reset. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_Matrix3f_reset_1()

MRC_API bool MR_ViewportProperty_MR_Matrix3f_reset_1 ( MR_ViewportProperty_MR_Matrix3f * _this,
MR_ViewportId id )

forgets specific property value for given viewport (or all viewports if !id); returns true if any specific value was removed Generated from a method of class MR::ViewportProperty<MR::Matrix3f> named reset. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_Matrix3f_set_1()

MRC_API void MR_ViewportProperty_MR_Matrix3f_set_1 ( MR_ViewportProperty_MR_Matrix3f * _this,
MR_Matrix3f def )

sets default property value Generated from a method of class MR::ViewportProperty<MR::Matrix3f> named set. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_Matrix3f_set_2()

MRC_API void MR_ViewportProperty_MR_Matrix3f_set_2 ( MR_ViewportProperty_MR_Matrix3f * _this,
MR_Matrix3f v,
MR_ViewportId id )

sets specific property value for given viewport (or default value if !id) Generated from a method of class MR::ViewportProperty<MR::Matrix3f> named set. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_AssignFromAnother()

MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_AssignFromAnother ( MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _this,
MR_PassBy _other_pass_by,
MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _other )

Generated from a method of class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>> named operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_Construct()

MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_Construct ( const MR_XfBasedCache_MR_Box3f * def)

Generated from a constructor of class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>>. Parameter def can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_ConstructFromAnother()

MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_ConstructFromAnother ( MR_PassBy _other_pass_by,
MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _other )

Generated from a constructor of class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>>. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_DefaultConstruct()

MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_DefaultConstruct ( void )

Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_DefaultConstructArray()

MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_DefaultConstructArray ( size_t num_elems)

Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_DestroyArray(). Use MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_OffsetMutablePtr() and MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_OffsetPtr() to access the array elements.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_Destroy()

MRC_API void MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_Destroy ( const MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _this)

Destroys a heap-allocated instance of MR_ViewportProperty_MR_XfBasedCache_MR_Box3f. Does nothing if the pointer is null.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_DestroyArray()

MRC_API void MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_DestroyArray ( const MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _this)

Destroys a heap-allocated array of MR_ViewportProperty_MR_XfBasedCache_MR_Box3f. Does nothing if the pointer is null.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_get()

MRC_API MR_XfBasedCache_MR_Box3f * MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_get ( MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _this)

Generated from a method of class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>> named get. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_get_const_0()

MRC_API const MR_XfBasedCache_MR_Box3f * MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_get_const_0 ( const MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _this)

gets default property value Generated from a method of class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>> named get. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_get_const_2()

MRC_API const MR_XfBasedCache_MR_Box3f * MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_get_const_2 ( const MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _this,
MR_ViewportId id,
bool * isDef )

gets property value for given viewport: specific if available otherwise default one;

Parameters
isDefreceives true if this viewport does not have specific value and default one is returned Generated from a method of class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>> named get. Parameter _this can not be null. It is a single object. Parameter isDef defaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_index()

MRC_API MR_XfBasedCache_MR_Box3f * MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_index ( MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _this,
MR_ViewportId id )

returns direct access to value associated with given viewport (or default value if !id) Generated from a method of class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>> named operator[]. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_OffsetMutablePtr()

MRC_API MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_OffsetMutablePtr ( MR_ViewportProperty_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 pointer points to an array element.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_OffsetPtr()

MRC_API const MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_OffsetPtr ( const MR_ViewportProperty_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 pointer points to an array element.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_reset_0()

MRC_API bool MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_reset_0 ( MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _this)

forgets specific property value for all viewports; returns true if any specific value was removed Generated from a method of class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>> named reset. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_reset_1()

MRC_API bool MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_reset_1 ( MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _this,
MR_ViewportId id )

forgets specific property value for given viewport (or all viewports if !id); returns true if any specific value was removed Generated from a method of class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>> named reset. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_set_1()

MRC_API void MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_set_1 ( MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _this,
const MR_XfBasedCache_MR_Box3f * def )

sets default property value Generated from a method of class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>> named set. Parameter _this can not be null. It is a single object. Parameter def can not be null. It is a single object.

◆ MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_set_2()

MRC_API void MR_ViewportProperty_MR_XfBasedCache_MR_Box3f_set_2 ( MR_ViewportProperty_MR_XfBasedCache_MR_Box3f * _this,
const MR_XfBasedCache_MR_Box3f * v,
MR_ViewportId id )

sets specific property value for given viewport (or default value if !id) Generated from a method of class MR::ViewportProperty<MR::XfBasedCache<MR::Box3f>> named set. Parameter _this can not be null. It is a single object. Parameter v can not be null. It is a single object.

◆ MR_ViewportProperty_uint8_t_AssignFromAnother()

MRC_API MR_ViewportProperty_uint8_t * MR_ViewportProperty_uint8_t_AssignFromAnother ( MR_ViewportProperty_uint8_t * _this,
MR_PassBy _other_pass_by,
MR_ViewportProperty_uint8_t * _other )

Generated from a method of class MR::ViewportProperty<uint8_t> named operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_uint8_t_Construct()

MRC_API MR_ViewportProperty_uint8_t * MR_ViewportProperty_uint8_t_Construct ( const uint8_t * def)

Generated from a constructor of class MR::ViewportProperty<uint8_t>. Parameter def can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_uint8_t_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_uint8_t_ConstructFromAnother()

MRC_API MR_ViewportProperty_uint8_t * MR_ViewportProperty_uint8_t_ConstructFromAnother ( MR_PassBy _other_pass_by,
MR_ViewportProperty_uint8_t * _other )

Generated from a constructor of class MR::ViewportProperty<uint8_t>. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_uint8_t_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_uint8_t_DefaultConstruct()

MRC_API MR_ViewportProperty_uint8_t * MR_ViewportProperty_uint8_t_DefaultConstruct ( void )

Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_uint8_t_Destroy() to free it when you're done using it.

◆ MR_ViewportProperty_uint8_t_DefaultConstructArray()

MRC_API MR_ViewportProperty_uint8_t * MR_ViewportProperty_uint8_t_DefaultConstructArray ( size_t num_elems)

Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_ViewportProperty_uint8_t_DestroyArray(). Use MR_ViewportProperty_uint8_t_OffsetMutablePtr() and MR_ViewportProperty_uint8_t_OffsetPtr() to access the array elements.

◆ MR_ViewportProperty_uint8_t_Destroy()

MRC_API void MR_ViewportProperty_uint8_t_Destroy ( const MR_ViewportProperty_uint8_t * _this)

Destroys a heap-allocated instance of MR_ViewportProperty_uint8_t. Does nothing if the pointer is null.

◆ MR_ViewportProperty_uint8_t_DestroyArray()

MRC_API void MR_ViewportProperty_uint8_t_DestroyArray ( const MR_ViewportProperty_uint8_t * _this)

Destroys a heap-allocated array of MR_ViewportProperty_uint8_t. Does nothing if the pointer is null.

◆ MR_ViewportProperty_uint8_t_get()

MRC_API uint8_t * MR_ViewportProperty_uint8_t_get ( MR_ViewportProperty_uint8_t * _this)

Generated from a method of class MR::ViewportProperty<uint8_t> named get. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_uint8_t_get_const_0()

MRC_API const uint8_t * MR_ViewportProperty_uint8_t_get_const_0 ( const MR_ViewportProperty_uint8_t * _this)

gets default property value Generated from a method of class MR::ViewportProperty<uint8_t> named get. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_uint8_t_get_const_2()

MRC_API const uint8_t * MR_ViewportProperty_uint8_t_get_const_2 ( const MR_ViewportProperty_uint8_t * _this,
MR_ViewportId id,
bool * isDef )

gets property value for given viewport: specific if available otherwise default one;

Parameters
isDefreceives true if this viewport does not have specific value and default one is returned Generated from a method of class MR::ViewportProperty<uint8_t> named get. Parameter _this can not be null. It is a single object. Parameter isDef defaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_uint8_t_index()

MRC_API uint8_t * MR_ViewportProperty_uint8_t_index ( MR_ViewportProperty_uint8_t * _this,
MR_ViewportId id )

returns direct access to value associated with given viewport (or default value if !id) Generated from a method of class MR::ViewportProperty<uint8_t> named operator[]. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_ViewportProperty_uint8_t_OffsetMutablePtr()

MRC_API MR_ViewportProperty_uint8_t * MR_ViewportProperty_uint8_t_OffsetMutablePtr ( MR_ViewportProperty_uint8_t * ptr,
ptrdiff_t i )

Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.

◆ MR_ViewportProperty_uint8_t_OffsetPtr()

MRC_API const MR_ViewportProperty_uint8_t * MR_ViewportProperty_uint8_t_OffsetPtr ( const MR_ViewportProperty_uint8_t * ptr,
ptrdiff_t i )

Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.

◆ MR_ViewportProperty_uint8_t_reset_0()

MRC_API bool MR_ViewportProperty_uint8_t_reset_0 ( MR_ViewportProperty_uint8_t * _this)

forgets specific property value for all viewports; returns true if any specific value was removed Generated from a method of class MR::ViewportProperty<uint8_t> named reset. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_uint8_t_reset_1()

MRC_API bool MR_ViewportProperty_uint8_t_reset_1 ( MR_ViewportProperty_uint8_t * _this,
MR_ViewportId id )

forgets specific property value for given viewport (or all viewports if !id); returns true if any specific value was removed Generated from a method of class MR::ViewportProperty<uint8_t> named reset. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_uint8_t_set_1()

MRC_API void MR_ViewportProperty_uint8_t_set_1 ( MR_ViewportProperty_uint8_t * _this,
uint8_t def )

sets default property value Generated from a method of class MR::ViewportProperty<uint8_t> named set. Parameter _this can not be null. It is a single object.

◆ MR_ViewportProperty_uint8_t_set_2()

MRC_API void MR_ViewportProperty_uint8_t_set_2 ( MR_ViewportProperty_uint8_t * _this,
uint8_t v,
MR_ViewportId id )

sets specific property value for given viewport (or default value if !id) Generated from a method of class MR::ViewportProperty<uint8_t> named set. Parameter _this can not be null. It is a single object.