#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>Go to the source code of this file.
| Typedefs | |
| typedef struct MR_Vector4_unsigned_char | MR_Vector4_unsigned_char | 
| 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_unsigned_char | MR_ViewportProperty_unsigned_char | 
| typedef struct MR_ViewportProperty_MR_XfBasedCache_MR_Box3f | MR_ViewportProperty_MR_XfBasedCache_MR_Box3f | 
| typedef struct MR_ViewportProperty_MR_Vector4_unsigned_char | MR_ViewportProperty_MR_Vector4_unsigned_char | 
| typedef struct MR_ViewportProperty_MR_Matrix3f | MR_ViewportProperty_MR_Matrix3f | 
| typedef struct MR_Vector4_unsigned_char MR_Vector4_unsigned_char | 
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>. 
| typedef struct MR_ViewportProperty_MR_Color 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>. 
| typedef struct MR_ViewportProperty_MR_Matrix3f 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>. 
| typedef struct MR_ViewportProperty_MR_Vector4_unsigned_char MR_ViewportProperty_MR_Vector4_unsigned_char | 
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::Vector4<unsigned char>>. 
| typedef struct MR_ViewportProperty_MR_XfBasedCache_MR_Box3f 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>>. 
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<unsigned char>. 
| typedef struct MR_XfBasedCache_MR_Box3f MR_XfBasedCache_MR_Box3f | 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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_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. 
| 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. 
| 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;
| isDef | receives true if this viewport does not have specific value and default one is returned Generated from a method of class MR::ViewportProperty<MR::AffineXf3f>namedget. Parameter_thiscan not be null. It is a single object. ParameterisDefdefaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it. | 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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_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. 
| 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. 
| 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;
| isDef | receives true if this viewport does not have specific value and default one is returned Generated from a method of class MR::ViewportProperty<MR::Color>namedget. Parameter_thiscan not be null. It is a single object. ParameterisDefdefaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it. | 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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_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. 
| 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. 
| 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;
| isDef | receives true if this viewport does not have specific value and default one is returned Generated from a method of class MR::ViewportProperty<MR::Matrix3f>namedget. Parameter_thiscan not be null. It is a single object. ParameterisDefdefaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it. | 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| MRC_API MR_ViewportProperty_MR_Vector4_unsigned_char * MR_ViewportProperty_MR_Vector4_unsigned_char_AssignFromAnother | ( | MR_ViewportProperty_MR_Vector4_unsigned_char * | _this, | 
| MR_PassBy | _other_pass_by, | ||
| MR_ViewportProperty_MR_Vector4_unsigned_char * | _other ) | 
Generated from a method of class MR::ViewportProperty<MR::Vector4<unsigned char>> 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. 
| MRC_API MR_ViewportProperty_MR_Vector4_unsigned_char * MR_ViewportProperty_MR_Vector4_unsigned_char_Construct | ( | const MR_Vector4_unsigned_char * | def | ) | 
Generated from a constructor of class MR::ViewportProperty<MR::Vector4<unsigned char>>. 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_Vector4_unsigned_char_Destroy() to free it when you're done using it. 
| MRC_API MR_ViewportProperty_MR_Vector4_unsigned_char * MR_ViewportProperty_MR_Vector4_unsigned_char_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, | 
| MR_ViewportProperty_MR_Vector4_unsigned_char * | _other ) | 
Generated from a constructor of class MR::ViewportProperty<MR::Vector4<unsigned char>>. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_Vector4_unsigned_char_Destroy() to free it when you're done using it. 
| MRC_API MR_ViewportProperty_MR_Vector4_unsigned_char * MR_ViewportProperty_MR_Vector4_unsigned_char_DefaultConstruct | ( | void | ) | 
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_MR_Vector4_unsigned_char_Destroy() to free it when you're done using it. 
| MRC_API MR_ViewportProperty_MR_Vector4_unsigned_char * MR_ViewportProperty_MR_Vector4_unsigned_char_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_Vector4_unsigned_char_DestroyArray(). Use MR_ViewportProperty_MR_Vector4_unsigned_char_OffsetMutablePtr() and MR_ViewportProperty_MR_Vector4_unsigned_char_OffsetPtr() to access the array elements. 
| MRC_API void MR_ViewportProperty_MR_Vector4_unsigned_char_Destroy | ( | const MR_ViewportProperty_MR_Vector4_unsigned_char * | _this | ) | 
Destroys a heap-allocated instance of MR_ViewportProperty_MR_Vector4_unsigned_char. Does nothing if the pointer is null. 
| MRC_API void MR_ViewportProperty_MR_Vector4_unsigned_char_DestroyArray | ( | const MR_ViewportProperty_MR_Vector4_unsigned_char * | _this | ) | 
Destroys a heap-allocated array of MR_ViewportProperty_MR_Vector4_unsigned_char. Does nothing if the pointer is null. 
| MRC_API MR_Vector4_unsigned_char * MR_ViewportProperty_MR_Vector4_unsigned_char_get | ( | MR_ViewportProperty_MR_Vector4_unsigned_char * | _this | ) | 
Generated from a method of class MR::ViewportProperty<MR::Vector4<unsigned char>> 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. 
| MRC_API const MR_Vector4_unsigned_char * MR_ViewportProperty_MR_Vector4_unsigned_char_get_const_0 | ( | const MR_ViewportProperty_MR_Vector4_unsigned_char * | _this | ) | 
gets default property value Generated from a method of class MR::ViewportProperty<MR::Vector4<unsigned char>> 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. 
| MRC_API const MR_Vector4_unsigned_char * MR_ViewportProperty_MR_Vector4_unsigned_char_get_const_2 | ( | const MR_ViewportProperty_MR_Vector4_unsigned_char * | _this, | 
| MR_ViewportId | id, | ||
| bool * | isDef ) | 
gets property value for given viewport: specific if available otherwise default one;
| isDef | receives true if this viewport does not have specific value and default one is returned Generated from a method of class MR::ViewportProperty<MR::Vector4<unsigned char>>namedget. Parameter_thiscan not be null. It is a single object. ParameterisDefdefaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it. | 
| MRC_API MR_Vector4_unsigned_char * MR_ViewportProperty_MR_Vector4_unsigned_char_index | ( | MR_ViewportProperty_MR_Vector4_unsigned_char * | _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::Vector4<unsigned char>> 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. 
| MRC_API MR_ViewportProperty_MR_Vector4_unsigned_char * MR_ViewportProperty_MR_Vector4_unsigned_char_OffsetMutablePtr | ( | MR_ViewportProperty_MR_Vector4_unsigned_char * | 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 const MR_ViewportProperty_MR_Vector4_unsigned_char * MR_ViewportProperty_MR_Vector4_unsigned_char_OffsetPtr | ( | const MR_ViewportProperty_MR_Vector4_unsigned_char * | 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 bool MR_ViewportProperty_MR_Vector4_unsigned_char_reset_0 | ( | MR_ViewportProperty_MR_Vector4_unsigned_char * | _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::Vector4<unsigned char>> named reset. Parameter _this can not be null. It is a single object. 
| MRC_API bool MR_ViewportProperty_MR_Vector4_unsigned_char_reset_1 | ( | MR_ViewportProperty_MR_Vector4_unsigned_char * | _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::Vector4<unsigned char>> named reset. Parameter _this can not be null. It is a single object. 
| MRC_API void MR_ViewportProperty_MR_Vector4_unsigned_char_set_1 | ( | MR_ViewportProperty_MR_Vector4_unsigned_char * | _this, | 
| const MR_Vector4_unsigned_char * | def ) | 
sets default property value Generated from a method of class MR::ViewportProperty<MR::Vector4<unsigned char>> named set. Parameter _this can not be null. It is a single object. Parameter def can not be null. It is a single object. 
| MRC_API void MR_ViewportProperty_MR_Vector4_unsigned_char_set_2 | ( | MR_ViewportProperty_MR_Vector4_unsigned_char * | _this, | 
| const MR_Vector4_unsigned_char * | 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::Vector4<unsigned char>> named set. Parameter _this can not be null. It is a single object. Parameter v can not be null. It is a single object. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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_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. 
| 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. 
| 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;
| isDef | receives 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>>namedget. Parameter_thiscan not be null. It is a single object. ParameterisDefdefaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it. | 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| MRC_API MR_ViewportProperty_unsigned_char * MR_ViewportProperty_unsigned_char_AssignFromAnother | ( | MR_ViewportProperty_unsigned_char * | _this, | 
| MR_PassBy | _other_pass_by, | ||
| MR_ViewportProperty_unsigned_char * | _other ) | 
Generated from a method of class MR::ViewportProperty<unsigned char> 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. 
| MRC_API MR_ViewportProperty_unsigned_char * MR_ViewportProperty_unsigned_char_Construct | ( | const unsigned char * | def | ) | 
Generated from a constructor of class MR::ViewportProperty<unsigned char>. 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_unsigned_char_Destroy() to free it when you're done using it. 
| MRC_API MR_ViewportProperty_unsigned_char * MR_ViewportProperty_unsigned_char_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, | 
| MR_ViewportProperty_unsigned_char * | _other ) | 
Generated from a constructor of class MR::ViewportProperty<unsigned char>. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_unsigned_char_Destroy() to free it when you're done using it. 
| MRC_API MR_ViewportProperty_unsigned_char * MR_ViewportProperty_unsigned_char_DefaultConstruct | ( | void | ) | 
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportProperty_unsigned_char_Destroy() to free it when you're done using it. 
| MRC_API MR_ViewportProperty_unsigned_char * MR_ViewportProperty_unsigned_char_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_unsigned_char_DestroyArray(). Use MR_ViewportProperty_unsigned_char_OffsetMutablePtr() and MR_ViewportProperty_unsigned_char_OffsetPtr() to access the array elements. 
| MRC_API void MR_ViewportProperty_unsigned_char_Destroy | ( | const MR_ViewportProperty_unsigned_char * | _this | ) | 
Destroys a heap-allocated instance of MR_ViewportProperty_unsigned_char. Does nothing if the pointer is null. 
| MRC_API void MR_ViewportProperty_unsigned_char_DestroyArray | ( | const MR_ViewportProperty_unsigned_char * | _this | ) | 
Destroys a heap-allocated array of MR_ViewportProperty_unsigned_char. Does nothing if the pointer is null. 
| MRC_API unsigned char * MR_ViewportProperty_unsigned_char_get | ( | MR_ViewportProperty_unsigned_char * | _this | ) | 
Generated from a method of class MR::ViewportProperty<unsigned char> 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. 
| MRC_API const unsigned char * MR_ViewportProperty_unsigned_char_get_const_0 | ( | const MR_ViewportProperty_unsigned_char * | _this | ) | 
gets default property value Generated from a method of class MR::ViewportProperty<unsigned char> 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. 
| MRC_API const unsigned char * MR_ViewportProperty_unsigned_char_get_const_2 | ( | const MR_ViewportProperty_unsigned_char * | _this, | 
| MR_ViewportId | id, | ||
| bool * | isDef ) | 
gets property value for given viewport: specific if available otherwise default one;
| isDef | receives true if this viewport does not have specific value and default one is returned Generated from a method of class MR::ViewportProperty<unsigned char>namedget. Parameter_thiscan not be null. It is a single object. ParameterisDefdefaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it. | 
| MRC_API unsigned char * MR_ViewportProperty_unsigned_char_index | ( | MR_ViewportProperty_unsigned_char * | _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<unsigned char> 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. 
| MRC_API MR_ViewportProperty_unsigned_char * MR_ViewportProperty_unsigned_char_OffsetMutablePtr | ( | MR_ViewportProperty_unsigned_char * | 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 const MR_ViewportProperty_unsigned_char * MR_ViewportProperty_unsigned_char_OffsetPtr | ( | const MR_ViewportProperty_unsigned_char * | 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 bool MR_ViewportProperty_unsigned_char_reset_0 | ( | MR_ViewportProperty_unsigned_char * | _this | ) | 
forgets specific property value for all viewports; returns true if any specific value was removed Generated from a method of class MR::ViewportProperty<unsigned char> named reset. Parameter _this can not be null. It is a single object. 
| MRC_API bool MR_ViewportProperty_unsigned_char_reset_1 | ( | MR_ViewportProperty_unsigned_char * | _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<unsigned char> named reset. Parameter _this can not be null. It is a single object. 
| MRC_API void MR_ViewportProperty_unsigned_char_set_1 | ( | MR_ViewportProperty_unsigned_char * | _this, | 
| unsigned char | def ) | 
sets default property value Generated from a method of class MR::ViewportProperty<unsigned char> named set. Parameter _this can not be null. It is a single object. 
| MRC_API void MR_ViewportProperty_unsigned_char_set_2 | ( | MR_ViewportProperty_unsigned_char * | _this, | 
| unsigned char | v, | ||
| MR_ViewportId | id ) | 
sets specific property value for given viewport (or default value if !id) Generated from a method of class MR::ViewportProperty<unsigned char> named set. Parameter _this can not be null. It is a single object.