MeshLib C Docs
Loading...
Searching...
No Matches
MRRadiusMeasurementObject.h File Reference
#include <MRCMesh/MRAffineXf.h>
#include <MRCMesh/MRBox.h>
#include <MRCMesh/MREnums.h>
#include <MRCMesh/MRVector3.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_AnyVisualizeMaskEnum MR_AnyVisualizeMaskEnum
 
typedef struct MR_Color MR_Color
 
typedef struct MR_MeasurementObject MR_MeasurementObject
 
typedef struct MR_ModelBaseRenderParams MR_ModelBaseRenderParams
 
typedef struct MR_ModelRenderParams MR_ModelRenderParams
 
typedef struct MR_Object MR_Object
 
typedef struct MR_ObjectChildrenHolder MR_ObjectChildrenHolder
 
typedef struct MR_UiRenderParams MR_UiRenderParams
 
typedef struct MR_ViewportMask MR_ViewportMask
 
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_VisualObject MR_VisualObject
 
typedef struct MR_std_set_std_string MR_std_set_std_string
 
typedef struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object
 
typedef struct MR_std_string MR_std_string
 
typedef struct MR_std_vector_MR_ViewportMask MR_std_vector_MR_ViewportMask
 
typedef struct MR_std_vector_std_string MR_std_vector_std_string
 
typedef struct MR_RadiusMeasurementObject MR_RadiusMeasurementObject
 

Functions

MRC_API MR_RadiusMeasurementObjectMR_RadiusMeasurementObject_DefaultConstruct (void)
 
MRC_API MR_RadiusMeasurementObjectMR_RadiusMeasurementObject_DefaultConstructArray (size_t num_elems)
 
MRC_API const MR_RadiusMeasurementObjectMR_RadiusMeasurementObject_OffsetPtr (const MR_RadiusMeasurementObject *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_RadiusMeasurementObjectMR_RadiusMeasurementObject_OffsetMutablePtr (MR_RadiusMeasurementObject *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_ObjectChildrenHolderMR_RadiusMeasurementObject_UpcastTo_MR_ObjectChildrenHolder (const MR_RadiusMeasurementObject *object)
 
MRC_API MR_ObjectChildrenHolderMR_RadiusMeasurementObject_MutableUpcastTo_MR_ObjectChildrenHolder (MR_RadiusMeasurementObject *object)
 Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::ObjectChildrenHolder.
 
MRC_API const MR_ObjectMR_RadiusMeasurementObject_UpcastTo_MR_Object (const MR_RadiusMeasurementObject *object)
 
MRC_API MR_ObjectMR_RadiusMeasurementObject_MutableUpcastTo_MR_Object (MR_RadiusMeasurementObject *object)
 Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::Object.
 
MRC_API const MR_VisualObjectMR_RadiusMeasurementObject_UpcastTo_MR_VisualObject (const MR_RadiusMeasurementObject *object)
 
MRC_API MR_VisualObjectMR_RadiusMeasurementObject_MutableUpcastTo_MR_VisualObject (MR_RadiusMeasurementObject *object)
 Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::VisualObject.
 
MRC_API const MR_MeasurementObjectMR_RadiusMeasurementObject_UpcastTo_MR_MeasurementObject (const MR_RadiusMeasurementObject *object)
 
MRC_API MR_MeasurementObjectMR_RadiusMeasurementObject_MutableUpcastTo_MR_MeasurementObject (MR_RadiusMeasurementObject *object)
 Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::MeasurementObject.
 
MRC_API MR_RadiusMeasurementObjectMR_RadiusMeasurementObject_ConstructFromAnother (MR_PassBy _other_pass_by, MR_RadiusMeasurementObject *_other)
 
MRC_API void MR_RadiusMeasurementObject_Destroy (const MR_RadiusMeasurementObject *_this)
 Destroys a heap-allocated instance of MR_RadiusMeasurementObject. Does nothing if the pointer is null.
 
MRC_API void MR_RadiusMeasurementObject_DestroyArray (const MR_RadiusMeasurementObject *_this)
 Destroys a heap-allocated array of MR_RadiusMeasurementObject. Does nothing if the pointer is null.
 
MRC_API MR_RadiusMeasurementObjectMR_RadiusMeasurementObject_AssignFromAnother (MR_RadiusMeasurementObject *_this, MR_PassBy _other_pass_by, MR_RadiusMeasurementObject *_other)
 
MRC_API const char * MR_RadiusMeasurementObject_StaticTypeName (void)
 Generated from method MR::RadiusMeasurementObject::StaticTypeName.
 
MRC_API const char * MR_RadiusMeasurementObject_typeName (const MR_RadiusMeasurementObject *_this)
 
MRC_API const char * MR_RadiusMeasurementObject_StaticClassName (void)
 Generated from method MR::RadiusMeasurementObject::StaticClassName.
 
MRC_API MR_std_stringMR_RadiusMeasurementObject_className (const MR_RadiusMeasurementObject *_this)
 
MRC_API const char * MR_RadiusMeasurementObject_StaticClassNameInPlural (void)
 Generated from method MR::RadiusMeasurementObject::StaticClassNameInPlural.
 
MRC_API MR_std_stringMR_RadiusMeasurementObject_classNameInPlural (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_RadiusMeasurementObject_clone (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_RadiusMeasurementObject_shallowClone (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_Vector3f MR_RadiusMeasurementObject_getWorldCenter (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_Vector3f MR_RadiusMeasurementObject_getLocalCenter (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_Vector3f MR_RadiusMeasurementObject_getWorldRadiusAsVector (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_Vector3f MR_RadiusMeasurementObject_getLocalRadiusAsVector (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_Vector3f MR_RadiusMeasurementObject_getWorldNormal (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_Vector3f MR_RadiusMeasurementObject_getLocalNormal (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setLocalCenter (MR_RadiusMeasurementObject *_this, const MR_Vector3f *center)
 
MRC_API void MR_RadiusMeasurementObject_setLocalRadiusAsVector_2 (MR_RadiusMeasurementObject *_this, const MR_Vector3f *radiusVec, const MR_Vector3f *normal)
 
MRC_API void MR_RadiusMeasurementObject_setLocalRadiusAsVector_1 (MR_RadiusMeasurementObject *_this, const MR_Vector3f *radiusVec)
 
MRC_API bool MR_RadiusMeasurementObject_getDrawAsDiameter (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setDrawAsDiameter (MR_RadiusMeasurementObject *_this, bool value)
 
MRC_API bool MR_RadiusMeasurementObject_getIsSpherical (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setIsSpherical (MR_RadiusMeasurementObject *_this, bool value)
 
MRC_API float MR_RadiusMeasurementObject_getVisualLengthMultiplier (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setVisualLengthMultiplier (MR_RadiusMeasurementObject *_this, float value)
 
MRC_API float MR_RadiusMeasurementObject_computeRadiusOrDiameter (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_std_vector_std_stringMR_RadiusMeasurementObject_getInfoLines (const MR_RadiusMeasurementObject *_this)
 
MRC_API bool MR_RadiusMeasurementObject_supportsVisualizeProperty (const MR_RadiusMeasurementObject *_this, const MR_AnyVisualizeMaskEnum *type)
 
MRC_API void MR_RadiusMeasurementObject_setVisualizeProperty (MR_RadiusMeasurementObject *_this, bool value, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_RadiusMeasurementObject_setVisualizePropertyMask (MR_RadiusMeasurementObject *_this, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
 
MRC_API bool MR_RadiusMeasurementObject_getVisualizeProperty (const MR_RadiusMeasurementObject *_this, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
 
MRC_API const MR_ViewportMaskMR_RadiusMeasurementObject_getVisualizePropertyMask (const MR_RadiusMeasurementObject *_this, const MR_AnyVisualizeMaskEnum *type)
 
MRC_API void MR_RadiusMeasurementObject_toggleVisualizeProperty (MR_RadiusMeasurementObject *_this, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
 
MRC_API MR_std_vector_MR_ViewportMaskMR_RadiusMeasurementObject_getAllVisualizeProperties (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setAllVisualizeProperties (MR_RadiusMeasurementObject *_this, const MR_std_vector_MR_ViewportMask *properties)
 
MRC_API void MR_RadiusMeasurementObject_copyAllSolidColors (MR_RadiusMeasurementObject *_this, const MR_VisualObject *other)
 
MRC_API MR_ViewportMaskMR_RadiusMeasurementObject_globalClippedByPlaneMask (const MR_RadiusMeasurementObject *_this)
 
MRC_API bool MR_RadiusMeasurementObject_globalClippedByPlane (const MR_RadiusMeasurementObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_RadiusMeasurementObject_setGlobalClippedByPlane (MR_RadiusMeasurementObject *_this, bool on, const MR_ViewportMask *viewportMask)
 
MRC_API const MR_ColorMR_RadiusMeasurementObject_getFrontColor (const MR_RadiusMeasurementObject *_this, const bool *selected, const MR_ViewportId *viewportId)
 
MRC_API void MR_RadiusMeasurementObject_setFrontColor (MR_RadiusMeasurementObject *_this, const MR_Color *color, bool selected, const MR_ViewportId *viewportId)
 
MRC_API const MR_ViewportProperty_MR_ColorMR_RadiusMeasurementObject_getFrontColorsForAllViewports (const MR_RadiusMeasurementObject *_this, const bool *selected)
 
MRC_API void MR_RadiusMeasurementObject_setFrontColorsForAllViewports (MR_RadiusMeasurementObject *_this, MR_PassBy val_pass_by, MR_ViewportProperty_MR_Color *val, const bool *selected)
 
MRC_API const MR_ViewportProperty_MR_ColorMR_RadiusMeasurementObject_getBackColorsForAllViewports (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setBackColorsForAllViewports (MR_RadiusMeasurementObject *_this, MR_PassBy val_pass_by, MR_ViewportProperty_MR_Color *val)
 
MRC_API const MR_ColorMR_RadiusMeasurementObject_getBackColor (const MR_RadiusMeasurementObject *_this, const MR_ViewportId *viewportId)
 
MRC_API void MR_RadiusMeasurementObject_setBackColor (MR_RadiusMeasurementObject *_this, const MR_Color *color, const MR_ViewportId *viewportId)
 
MRC_API const unsigned char * MR_RadiusMeasurementObject_getGlobalAlpha (const MR_RadiusMeasurementObject *_this, const MR_ViewportId *viewportId)
 
MRC_API void MR_RadiusMeasurementObject_setGlobalAlpha (MR_RadiusMeasurementObject *_this, unsigned char alpha, const MR_ViewportId *viewportId)
 
MRC_API const MR_ViewportProperty_unsigned_charMR_RadiusMeasurementObject_getGlobalAlphaForAllViewports (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setGlobalAlphaForAllViewports (MR_RadiusMeasurementObject *_this, MR_PassBy val_pass_by, MR_ViewportProperty_unsigned_char *val)
 
MRC_API void MR_RadiusMeasurementObject_setDirtyFlags (MR_RadiusMeasurementObject *_this, unsigned int mask, const bool *invalidateCaches)
 
MRC_API unsigned int MR_RadiusMeasurementObject_getDirtyFlags (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_resetDirty (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_resetDirtyExceptMask (const MR_RadiusMeasurementObject *_this, unsigned int mask)
 
MRC_API MR_Box3f MR_RadiusMeasurementObject_getBoundingBox (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_Box3f MR_RadiusMeasurementObject_getWorldBox (const MR_RadiusMeasurementObject *_this, const MR_ViewportId *_1)
 
MRC_API bool MR_RadiusMeasurementObject_getRedrawFlag (const MR_RadiusMeasurementObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API bool MR_RadiusMeasurementObject_isPickable (const MR_RadiusMeasurementObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_RadiusMeasurementObject_setPickable (MR_RadiusMeasurementObject *_this, bool on, const MR_ViewportMask *viewportMask)
 
MRC_API MR_ColoringType MR_RadiusMeasurementObject_getColoringType (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setColoringType (MR_RadiusMeasurementObject *_this, MR_ColoringType coloringType)
 
MRC_API float MR_RadiusMeasurementObject_getShininess (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setShininess (MR_RadiusMeasurementObject *_this, float shininess)
 
MRC_API float MR_RadiusMeasurementObject_getSpecularStrength (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setSpecularStrength (MR_RadiusMeasurementObject *_this, float specularStrength)
 
MRC_API float MR_RadiusMeasurementObject_getAmbientStrength (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setAmbientStrength (MR_RadiusMeasurementObject *_this, float ambientStrength)
 
MRC_API bool MR_RadiusMeasurementObject_render (const MR_RadiusMeasurementObject *_this, const MR_ModelRenderParams *_1)
 
MRC_API void MR_RadiusMeasurementObject_renderForPicker (const MR_RadiusMeasurementObject *_this, const MR_ModelBaseRenderParams *_1, unsigned int _2)
 
MRC_API void MR_RadiusMeasurementObject_renderUi (const MR_RadiusMeasurementObject *_this, const MR_UiRenderParams *params)
 
MRC_API MR_uint64_t MR_RadiusMeasurementObject_heapBytes (const MR_RadiusMeasurementObject *_this)
 
MRC_API bool MR_RadiusMeasurementObject_useDefaultScenePropertiesOnDeserialization (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setUseDefaultScenePropertiesOnDeserialization (MR_RadiusMeasurementObject *_this, bool useDefaultScenePropertiesOnDeserialization)
 
MRC_API void MR_RadiusMeasurementObject_resetFrontColor (MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_resetColors (MR_RadiusMeasurementObject *_this)
 
MRC_API const MR_std_stringMR_RadiusMeasurementObject_name (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setName (MR_RadiusMeasurementObject *_this, const char *name, const char *name_end)
 
MRC_API const MR_AffineXf3fMR_RadiusMeasurementObject_xf (const MR_RadiusMeasurementObject *_this, const MR_ViewportId *id, bool *isDef)
 
MRC_API void MR_RadiusMeasurementObject_setXf (MR_RadiusMeasurementObject *_this, const MR_AffineXf3f *xf, const MR_ViewportId *id)
 
MRC_API void MR_RadiusMeasurementObject_resetXf (MR_RadiusMeasurementObject *_this, const MR_ViewportId *id)
 
MRC_API const MR_ViewportProperty_MR_AffineXf3fMR_RadiusMeasurementObject_xfsForAllViewports (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setXfsForAllViewports (MR_RadiusMeasurementObject *_this, MR_PassBy xf_pass_by, MR_ViewportProperty_MR_AffineXf3f *xf)
 
MRC_API MR_AffineXf3f MR_RadiusMeasurementObject_worldXf (const MR_RadiusMeasurementObject *_this, const MR_ViewportId *id, bool *isDef)
 
MRC_API void MR_RadiusMeasurementObject_setWorldXf (MR_RadiusMeasurementObject *_this, const MR_AffineXf3f *xf, const MR_ViewportId *id)
 
MRC_API void MR_RadiusMeasurementObject_applyScale (MR_RadiusMeasurementObject *_this, float scaleFactor)
 
MRC_API MR_ViewportMaskMR_RadiusMeasurementObject_globalVisibilityMask (const MR_RadiusMeasurementObject *_this)
 
MRC_API bool MR_RadiusMeasurementObject_globalVisibility (const MR_RadiusMeasurementObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_RadiusMeasurementObject_setGlobalVisibility (MR_RadiusMeasurementObject *_this, bool on, const MR_ViewportMask *viewportMask)
 
MRC_API bool MR_RadiusMeasurementObject_isLocked (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setLocked (MR_RadiusMeasurementObject *_this, bool on)
 
MRC_API bool MR_RadiusMeasurementObject_isParentLocked (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setParentLocked (MR_RadiusMeasurementObject *_this, bool lock)
 
MRC_API bool MR_RadiusMeasurementObject_isAncestor (const MR_RadiusMeasurementObject *_this, const MR_Object *ancestor)
 
MRC_API bool MR_RadiusMeasurementObject_detachFromParent (MR_RadiusMeasurementObject *_this)
 
MRC_API bool MR_RadiusMeasurementObject_addChild (MR_RadiusMeasurementObject *_this, MR_PassBy child_pass_by, MR_std_shared_ptr_MR_Object *child, const bool *recognizedChild)
 
MRC_API bool MR_RadiusMeasurementObject_addChildBefore (MR_RadiusMeasurementObject *_this, MR_PassBy newChild_pass_by, MR_std_shared_ptr_MR_Object *newChild, const MR_std_shared_ptr_MR_Object *existingChild)
 
MRC_API void MR_RadiusMeasurementObject_removeAllChildren (MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_sortChildren (MR_RadiusMeasurementObject *_this)
 
MRC_API bool MR_RadiusMeasurementObject_select (MR_RadiusMeasurementObject *_this, bool on)
 
MRC_API bool MR_RadiusMeasurementObject_isSelected (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setAncillary (MR_RadiusMeasurementObject *_this, bool ancillary)
 
MRC_API bool MR_RadiusMeasurementObject_isAncillary (const MR_RadiusMeasurementObject *_this)
 
MRC_API bool MR_RadiusMeasurementObject_isGlobalAncillary (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_setVisible (MR_RadiusMeasurementObject *_this, bool on, const MR_ViewportMask *viewportMask)
 
MRC_API bool MR_RadiusMeasurementObject_isVisible (const MR_RadiusMeasurementObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_RadiusMeasurementObject_setVisibilityMask (MR_RadiusMeasurementObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API MR_ViewportMaskMR_RadiusMeasurementObject_visibilityMask (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_resetRedrawFlag (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_RadiusMeasurementObject_cloneTree (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_RadiusMeasurementObject_shallowCloneTree (const MR_RadiusMeasurementObject *_this)
 
MRC_API void MR_RadiusMeasurementObject_swap (MR_RadiusMeasurementObject *_this, MR_Object *other)
 
MRC_API MR_Box3f MR_RadiusMeasurementObject_getWorldTreeBox (const MR_RadiusMeasurementObject *_this, const MR_ViewportId *_1)
 
MRC_API bool MR_RadiusMeasurementObject_hasVisualRepresentation (const MR_RadiusMeasurementObject *_this)
 
MRC_API bool MR_RadiusMeasurementObject_hasModel (const MR_RadiusMeasurementObject *_this)
 
MRC_API const MR_std_set_std_stringMR_RadiusMeasurementObject_tags (const MR_RadiusMeasurementObject *_this)
 
MRC_API bool MR_RadiusMeasurementObject_addTag (MR_RadiusMeasurementObject *_this, const char *tag, const char *tag_end)
 
MRC_API bool MR_RadiusMeasurementObject_removeTag (MR_RadiusMeasurementObject *_this, const char *tag, const char *tag_end)
 
MRC_API bool MR_RadiusMeasurementObject_sameModels (const MR_RadiusMeasurementObject *_this, const MR_Object *other)
 
MRC_API MR_uint64_t MR_RadiusMeasurementObject_getModelHash (const MR_RadiusMeasurementObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_RadiusMeasurementObject_getSharedPtr (const MR_RadiusMeasurementObject *_this)
 

Typedef Documentation

◆ MR_AnyVisualizeMaskEnum

◆ MR_Color

typedef struct MR_Color MR_Color

◆ MR_MeasurementObject

◆ MR_ModelBaseRenderParams

◆ MR_ModelRenderParams

◆ MR_Object

typedef struct MR_Object MR_Object

◆ MR_ObjectChildrenHolder

◆ MR_RadiusMeasurementObject

Generated from class MR::RadiusMeasurementObject. Base classes: Direct: (non-virtual) MR::MeasurementObject Indirect: (non-virtual) MR::ObjectChildrenHolder MR::Object MR::VisualObject Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).

◆ MR_std_set_std_string

◆ MR_std_shared_ptr_MR_Object

◆ MR_std_string

typedef struct MR_std_string MR_std_string

◆ MR_std_vector_MR_ViewportMask

◆ MR_std_vector_std_string

◆ MR_UiRenderParams

◆ MR_ViewportMask

◆ MR_ViewportProperty_MR_AffineXf3f

◆ MR_ViewportProperty_MR_Color

◆ MR_ViewportProperty_unsigned_char

◆ MR_VisualObject

Function Documentation

◆ MR_RadiusMeasurementObject_addChild()

MRC_API bool MR_RadiusMeasurementObject_addChild ( MR_RadiusMeasurementObject * _this,
MR_PassBy child_pass_by,
MR_std_shared_ptr_MR_Object * child,
const bool * recognizedChild )

adds given object at the end of children (recognized or not); returns false if it was already child of this, of if given pointer is empty; child object will always report this as parent after the call;

Parameters
recognizedChildif set to false then child object will be excluded from children() and it will be stored by weak_ptr Generated from method MR::RadiusMeasurementObject::addChild. Parameter _this can not be null. It is a single object. Parameter recognizedChild has a default argument: true, pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_addChildBefore()

MRC_API bool MR_RadiusMeasurementObject_addChildBefore ( MR_RadiusMeasurementObject * _this,
MR_PassBy newChild_pass_by,
MR_std_shared_ptr_MR_Object * newChild,
const MR_std_shared_ptr_MR_Object * existingChild )

adds given object in the recognized children before existingChild; if newChild was already among this children then moves it just before existingChild keeping the order of other children intact; returns false if newChild is nullptr, or existingChild is not a child of this Generated from method MR::RadiusMeasurementObject::addChildBefore. Parameter _this can not be null. It is a single object. Parameter existingChild can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_addTag()

MRC_API bool MR_RadiusMeasurementObject_addTag ( MR_RadiusMeasurementObject * _this,
const char * tag,
const char * tag_end )

adds tag to the object's tag storage additionally calls ObjectTagManager::tagAddedSignal NOTE: tags starting with a dot are considered as service ones and might be hidden from UI Generated from method MR::RadiusMeasurementObject::addTag. Parameter _this can not be null. It is a single object. Parameter tag can not be null. If tag_end is null, then tag is assumed to be null-terminated.

◆ MR_RadiusMeasurementObject_applyScale()

MRC_API void MR_RadiusMeasurementObject_applyScale ( MR_RadiusMeasurementObject * _this,
float scaleFactor )

scale object size (all point positions) Generated from method MR::RadiusMeasurementObject::applyScale. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_AssignFromAnother()

MRC_API MR_RadiusMeasurementObject * MR_RadiusMeasurementObject_AssignFromAnother ( MR_RadiusMeasurementObject * _this,
MR_PassBy _other_pass_by,
MR_RadiusMeasurementObject * _other )

Generated from method MR::RadiusMeasurementObject::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_RadiusMeasurementObject_className()

MRC_API MR_std_string * MR_RadiusMeasurementObject_className ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::className. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_string_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_classNameInPlural()

MRC_API MR_std_string * MR_RadiusMeasurementObject_classNameInPlural ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::classNameInPlural. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_string_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_clone()

MRC_API MR_std_shared_ptr_MR_Object * MR_RadiusMeasurementObject_clone ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::clone. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_shared_ptr_MR_Object_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_cloneTree()

MRC_API MR_std_shared_ptr_MR_Object * MR_RadiusMeasurementObject_cloneTree ( const MR_RadiusMeasurementObject * _this)

clones all tree of this object (except ancillary and unrecognized children) Generated from method MR::RadiusMeasurementObject::cloneTree. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_shared_ptr_MR_Object_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_computeRadiusOrDiameter()

MRC_API float MR_RadiusMeasurementObject_computeRadiusOrDiameter ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::computeRadiusOrDiameter. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_ConstructFromAnother()

MRC_API MR_RadiusMeasurementObject * MR_RadiusMeasurementObject_ConstructFromAnother ( MR_PassBy _other_pass_by,
MR_RadiusMeasurementObject * _other )

Generated from constructor MR::RadiusMeasurementObject::RadiusMeasurementObject. Never returns null. Returns an instance allocated on the heap! Must call MR_RadiusMeasurementObject_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_copyAllSolidColors()

MRC_API void MR_RadiusMeasurementObject_copyAllSolidColors ( MR_RadiusMeasurementObject * _this,
const MR_VisualObject * other )

set all object solid colors (front/back/etc.) from other object for all viewports Generated from method MR::RadiusMeasurementObject::copyAllSolidColors. Parameter _this can not be null. It is a single object. Parameter other can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_DefaultConstruct()

MRC_API MR_RadiusMeasurementObject * MR_RadiusMeasurementObject_DefaultConstruct ( void )

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

◆ MR_RadiusMeasurementObject_DefaultConstructArray()

MRC_API MR_RadiusMeasurementObject * MR_RadiusMeasurementObject_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_RadiusMeasurementObject_DestroyArray(). Use MR_RadiusMeasurementObject_OffsetMutablePtr() and MR_RadiusMeasurementObject_OffsetPtr() to access the array elements.

◆ MR_RadiusMeasurementObject_Destroy()

MRC_API void MR_RadiusMeasurementObject_Destroy ( const MR_RadiusMeasurementObject * _this)

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

◆ MR_RadiusMeasurementObject_DestroyArray()

MRC_API void MR_RadiusMeasurementObject_DestroyArray ( const MR_RadiusMeasurementObject * _this)

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

◆ MR_RadiusMeasurementObject_detachFromParent()

MRC_API bool MR_RadiusMeasurementObject_detachFromParent ( MR_RadiusMeasurementObject * _this)

removes this from its parent children list returns false if it was already orphan Generated from method MR::RadiusMeasurementObject::detachFromParent. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getAllVisualizeProperties()

MRC_API MR_std_vector_MR_ViewportMask * MR_RadiusMeasurementObject_getAllVisualizeProperties ( const MR_RadiusMeasurementObject * _this)

get all visualize properties masks Generated from method MR::RadiusMeasurementObject::getAllVisualizeProperties. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_vector_MR_ViewportMask_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_getAmbientStrength()

MRC_API float MR_RadiusMeasurementObject_getAmbientStrength ( const MR_RadiusMeasurementObject * _this)

returns intensity of non-directional light Generated from method MR::RadiusMeasurementObject::getAmbientStrength. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getBackColor()

MRC_API const MR_Color * MR_RadiusMeasurementObject_getBackColor ( const MR_RadiusMeasurementObject * _this,
const MR_ViewportId * viewportId )

returns backward color of object in given viewport Generated from method MR::RadiusMeasurementObject::getBackColor. Parameter _this can not be null. It is a single object. Parameter viewportId has a default argument: {}, pass a null pointer to use it. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_RadiusMeasurementObject_getBackColorsForAllViewports()

MRC_API const MR_ViewportProperty_MR_Color * MR_RadiusMeasurementObject_getBackColorsForAllViewports ( const MR_RadiusMeasurementObject * _this)

returns backward color of object in all viewports Generated from method MR::RadiusMeasurementObject::getBackColorsForAllViewports. 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_RadiusMeasurementObject_getBoundingBox()

MRC_API MR_Box3f MR_RadiusMeasurementObject_getBoundingBox ( const MR_RadiusMeasurementObject * _this)

returns cached bounding box of this object in local coordinates Generated from method MR::RadiusMeasurementObject::getBoundingBox. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getColoringType()

MRC_API MR_ColoringType MR_RadiusMeasurementObject_getColoringType ( const MR_RadiusMeasurementObject * _this)

returns the current coloring mode of the object Generated from method MR::RadiusMeasurementObject::getColoringType. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getDirtyFlags()

MRC_API unsigned int MR_RadiusMeasurementObject_getDirtyFlags ( const MR_RadiusMeasurementObject * _this)

returns current dirty flags for the object Generated from method MR::RadiusMeasurementObject::getDirtyFlags. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getDrawAsDiameter()

MRC_API bool MR_RadiusMeasurementObject_getDrawAsDiameter ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getDrawAsDiameter. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getFrontColor()

MRC_API const MR_Color * MR_RadiusMeasurementObject_getFrontColor ( const MR_RadiusMeasurementObject * _this,
const bool * selected,
const MR_ViewportId * viewportId )

returns color of object when it is selected/not-selected (depending on argument) in given viewport Generated from method MR::RadiusMeasurementObject::getFrontColor. Parameter _this can not be null. It is a single object. Parameter selected has a default argument: true, pass a null pointer to use it. Parameter viewportId has a default argument: {}, pass a null pointer to use it. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_RadiusMeasurementObject_getFrontColorsForAllViewports()

MRC_API const MR_ViewportProperty_MR_Color * MR_RadiusMeasurementObject_getFrontColorsForAllViewports ( const MR_RadiusMeasurementObject * _this,
const bool * selected )

returns color of object when it is selected/not-selected (depending on argument) in all viewports Generated from method MR::RadiusMeasurementObject::getFrontColorsForAllViewports. Parameter _this can not be null. It is a single object. Parameter selected has a default argument: true, pass a null pointer to use it. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_RadiusMeasurementObject_getGlobalAlpha()

MRC_API const unsigned char * MR_RadiusMeasurementObject_getGlobalAlpha ( const MR_RadiusMeasurementObject * _this,
const MR_ViewportId * viewportId )

returns global transparency alpha of object in given viewport Generated from method MR::RadiusMeasurementObject::getGlobalAlpha. Parameter _this can not be null. It is a single object. Parameter viewportId has a default argument: {}, pass a null pointer to use it. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_RadiusMeasurementObject_getGlobalAlphaForAllViewports()

MRC_API const MR_ViewportProperty_unsigned_char * MR_RadiusMeasurementObject_getGlobalAlphaForAllViewports ( const MR_RadiusMeasurementObject * _this)

returns global transparency alpha of object in all viewports Generated from method MR::RadiusMeasurementObject::getGlobalAlphaForAllViewports. 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_RadiusMeasurementObject_getInfoLines()

MRC_API MR_std_vector_std_string * MR_RadiusMeasurementObject_getInfoLines ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getInfoLines. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_vector_std_string_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_getIsSpherical()

MRC_API bool MR_RadiusMeasurementObject_getIsSpherical ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getIsSpherical. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getLocalCenter()

MRC_API MR_Vector3f MR_RadiusMeasurementObject_getLocalCenter ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getLocalCenter. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getLocalNormal()

MRC_API MR_Vector3f MR_RadiusMeasurementObject_getLocalNormal ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getLocalNormal. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getLocalRadiusAsVector()

MRC_API MR_Vector3f MR_RadiusMeasurementObject_getLocalRadiusAsVector ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getLocalRadiusAsVector. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getModelHash()

MRC_API MR_uint64_t MR_RadiusMeasurementObject_getModelHash ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getModelHash. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getRedrawFlag()

MRC_API bool MR_RadiusMeasurementObject_getRedrawFlag ( const MR_RadiusMeasurementObject * _this,
const MR_ViewportMask * viewportMask )

returns true if the object must be redrawn (due to dirty flags) in one of specified viewports Generated from method MR::RadiusMeasurementObject::getRedrawFlag. Parameter _this can not be null. It is a single object. Parameter viewportMask can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getSharedPtr()

MRC_API MR_std_shared_ptr_MR_Object * MR_RadiusMeasurementObject_getSharedPtr ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getSharedPtr. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_shared_ptr_MR_Object_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_getShininess()

MRC_API float MR_RadiusMeasurementObject_getShininess ( const MR_RadiusMeasurementObject * _this)

returns the current shininess visual value Generated from method MR::RadiusMeasurementObject::getShininess. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getSpecularStrength()

MRC_API float MR_RadiusMeasurementObject_getSpecularStrength ( const MR_RadiusMeasurementObject * _this)

returns intensity of reflections Generated from method MR::RadiusMeasurementObject::getSpecularStrength. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getVisualizeProperty()

MRC_API bool MR_RadiusMeasurementObject_getVisualizeProperty ( const MR_RadiusMeasurementObject * _this,
const MR_AnyVisualizeMaskEnum * type,
const MR_ViewportMask * viewportMask )

returns true if the property is set at least in one viewport specified by the mask Generated from method MR::RadiusMeasurementObject::getVisualizeProperty. Parameter _this can not be null. It is a single object. Parameter type can not be null. It is a single object. Parameter viewportMask can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getVisualizePropertyMask()

MRC_API const MR_ViewportMask * MR_RadiusMeasurementObject_getVisualizePropertyMask ( const MR_RadiusMeasurementObject * _this,
const MR_AnyVisualizeMaskEnum * type )

returns mask of viewports where given property is set Generated from method MR::RadiusMeasurementObject::getVisualizePropertyMask. Parameter _this can not be null. It is a single object. Parameter type 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_RadiusMeasurementObject_getVisualLengthMultiplier()

MRC_API float MR_RadiusMeasurementObject_getVisualLengthMultiplier ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getVisualLengthMultiplier. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getWorldBox()

MRC_API MR_Box3f MR_RadiusMeasurementObject_getWorldBox ( const MR_RadiusMeasurementObject * _this,
const MR_ViewportId * _1 )

returns bounding box of this object in given viewport in world coordinates, to get world bounding box of the object with all child objects, please call Object::getWorldTreeBox method Generated from method MR::RadiusMeasurementObject::getWorldBox. Parameter _this can not be null. It is a single object. Parameter _1 has a default argument: {}, pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_getWorldCenter()

MRC_API MR_Vector3f MR_RadiusMeasurementObject_getWorldCenter ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getWorldCenter. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getWorldNormal()

MRC_API MR_Vector3f MR_RadiusMeasurementObject_getWorldNormal ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getWorldNormal. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getWorldRadiusAsVector()

MRC_API MR_Vector3f MR_RadiusMeasurementObject_getWorldRadiusAsVector ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::getWorldRadiusAsVector. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_getWorldTreeBox()

MRC_API MR_Box3f MR_RadiusMeasurementObject_getWorldTreeBox ( const MR_RadiusMeasurementObject * _this,
const MR_ViewportId * _1 )

empty box returns bounding box of this object and all children visible in given (or default) viewport in world coordinates Generated from method MR::RadiusMeasurementObject::getWorldTreeBox. Parameter _this can not be null. It is a single object. Parameter _1 has a default argument: {}, pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_globalClippedByPlane()

MRC_API bool MR_RadiusMeasurementObject_globalClippedByPlane ( const MR_RadiusMeasurementObject * _this,
const MR_ViewportMask * viewportMask )

returns true if this object or any of its parents is clipped by plane in any of given viewports Generated from method MR::RadiusMeasurementObject::globalClippedByPlane. Parameter _this can not be null. It is a single object. Parameter viewportMask is a single object. Parameter viewportMask has a default argument: ViewportMask::any(), pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_globalClippedByPlaneMask()

MRC_API MR_ViewportMask * MR_RadiusMeasurementObject_globalClippedByPlaneMask ( const MR_RadiusMeasurementObject * _this)

returns all viewports where this object or any of its parents is clipped by plane Generated from method MR::RadiusMeasurementObject::globalClippedByPlaneMask. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportMask_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_globalVisibility()

MRC_API bool MR_RadiusMeasurementObject_globalVisibility ( const MR_RadiusMeasurementObject * _this,
const MR_ViewportMask * viewportMask )

returns true if this object is visible together with all its parents in any of given viewports Generated from method MR::RadiusMeasurementObject::globalVisibility. Parameter _this can not be null. It is a single object. Parameter viewportMask is a single object. Parameter viewportMask has a default argument: ViewportMask::any(), pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_globalVisibilityMask()

MRC_API MR_ViewportMask * MR_RadiusMeasurementObject_globalVisibilityMask ( const MR_RadiusMeasurementObject * _this)

returns all viewports where this object is visible together with all its parents Generated from method MR::RadiusMeasurementObject::globalVisibilityMask. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportMask_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_hasModel()

MRC_API bool MR_RadiusMeasurementObject_hasModel ( const MR_RadiusMeasurementObject * _this)

does the object have any model available (but possibly empty), e.g. ObjectMesh has valid mesh() or ObjectPoints has valid pointCloud() Generated from method MR::RadiusMeasurementObject::hasModel. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_hasVisualRepresentation()

MRC_API bool MR_RadiusMeasurementObject_hasVisualRepresentation ( const MR_RadiusMeasurementObject * _this)

does the object have any visual representation (visible points, triangles, edges, etc.), no considering child objects Generated from method MR::RadiusMeasurementObject::hasVisualRepresentation. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_heapBytes()

MRC_API MR_uint64_t MR_RadiusMeasurementObject_heapBytes ( const MR_RadiusMeasurementObject * _this)

returns the amount of memory this object occupies on heap Generated from method MR::RadiusMeasurementObject::heapBytes. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_isAncestor()

MRC_API bool MR_RadiusMeasurementObject_isAncestor ( const MR_RadiusMeasurementObject * _this,
const MR_Object * ancestor )

return true if given object is ancestor of this one, false otherwise Generated from method MR::RadiusMeasurementObject::isAncestor. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_isAncillary()

MRC_API bool MR_RadiusMeasurementObject_isAncillary ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::isAncillary. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_isGlobalAncillary()

MRC_API bool MR_RadiusMeasurementObject_isGlobalAncillary ( const MR_RadiusMeasurementObject * _this)

returns true if the object or any of its ancestors are ancillary Generated from method MR::RadiusMeasurementObject::isGlobalAncillary. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_isLocked()

MRC_API bool MR_RadiusMeasurementObject_isLocked ( const MR_RadiusMeasurementObject * _this)

object properties lock for UI Generated from method MR::RadiusMeasurementObject::isLocked. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_isParentLocked()

MRC_API bool MR_RadiusMeasurementObject_isParentLocked ( const MR_RadiusMeasurementObject * _this)

If true, the scene tree GUI doesn't allow you to drag'n'drop this object into a different parent. Defaults to false. Generated from method MR::RadiusMeasurementObject::isParentLocked. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_isPickable()

MRC_API bool MR_RadiusMeasurementObject_isPickable ( const MR_RadiusMeasurementObject * _this,
const MR_ViewportMask * viewportMask )

whether the object can be picked (by mouse) in any of given viewports Generated from method MR::RadiusMeasurementObject::isPickable. Parameter _this can not be null. It is a single object. Parameter viewportMask is a single object. Parameter viewportMask has a default argument: ViewportMask::any(), pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_isSelected()

MRC_API bool MR_RadiusMeasurementObject_isSelected ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::isSelected. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_isVisible()

MRC_API bool MR_RadiusMeasurementObject_isVisible ( const MR_RadiusMeasurementObject * _this,
const MR_ViewportMask * viewportMask )

checks whether the object is visible in any of the viewports specified by the mask (by default in any viewport) Generated from method MR::RadiusMeasurementObject::isVisible. Parameter _this can not be null. It is a single object. Parameter viewportMask is a single object. Parameter viewportMask has a default argument: ViewportMask::any(), pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_MutableUpcastTo_MR_MeasurementObject()

MRC_API MR_MeasurementObject * MR_RadiusMeasurementObject_MutableUpcastTo_MR_MeasurementObject ( MR_RadiusMeasurementObject * object)

Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::MeasurementObject.

◆ MR_RadiusMeasurementObject_MutableUpcastTo_MR_Object()

MRC_API MR_Object * MR_RadiusMeasurementObject_MutableUpcastTo_MR_Object ( MR_RadiusMeasurementObject * object)

Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::Object.

◆ MR_RadiusMeasurementObject_MutableUpcastTo_MR_ObjectChildrenHolder()

MRC_API MR_ObjectChildrenHolder * MR_RadiusMeasurementObject_MutableUpcastTo_MR_ObjectChildrenHolder ( MR_RadiusMeasurementObject * object)

Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::ObjectChildrenHolder.

◆ MR_RadiusMeasurementObject_MutableUpcastTo_MR_VisualObject()

MRC_API MR_VisualObject * MR_RadiusMeasurementObject_MutableUpcastTo_MR_VisualObject ( MR_RadiusMeasurementObject * object)

Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::VisualObject.

◆ MR_RadiusMeasurementObject_name()

MRC_API const MR_std_string * MR_RadiusMeasurementObject_name ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::name. 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_RadiusMeasurementObject_OffsetMutablePtr()

MRC_API MR_RadiusMeasurementObject * MR_RadiusMeasurementObject_OffsetMutablePtr ( MR_RadiusMeasurementObject * 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_RadiusMeasurementObject_OffsetPtr()

MRC_API const MR_RadiusMeasurementObject * MR_RadiusMeasurementObject_OffsetPtr ( const MR_RadiusMeasurementObject * 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_RadiusMeasurementObject_removeAllChildren()

MRC_API void MR_RadiusMeasurementObject_removeAllChildren ( MR_RadiusMeasurementObject * _this)

detaches all recognized children from this, keeping all unrecognized ones Generated from method MR::RadiusMeasurementObject::removeAllChildren. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_removeTag()

MRC_API bool MR_RadiusMeasurementObject_removeTag ( MR_RadiusMeasurementObject * _this,
const char * tag,
const char * tag_end )

removes tag from the object's tag storage additionally calls ObjectTagManager::tagRemovedSignal Generated from method MR::RadiusMeasurementObject::removeTag. Parameter _this can not be null. It is a single object. Parameter tag can not be null. If tag_end is null, then tag is assumed to be null-terminated.

◆ MR_RadiusMeasurementObject_render()

MRC_API bool MR_RadiusMeasurementObject_render ( const MR_RadiusMeasurementObject * _this,
const MR_ModelRenderParams * _1 )

draws this object for visualization Returns true if something was drawn. Generated from method MR::RadiusMeasurementObject::render. Parameter _this can not be null. It is a single object. Parameter _1 can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_renderForPicker()

MRC_API void MR_RadiusMeasurementObject_renderForPicker ( const MR_RadiusMeasurementObject * _this,
const MR_ModelBaseRenderParams * _1,
unsigned int _2 )

draws this object for picking Generated from method MR::RadiusMeasurementObject::renderForPicker. Parameter _this can not be null. It is a single object. Parameter _1 can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_renderUi()

MRC_API void MR_RadiusMeasurementObject_renderUi ( const MR_RadiusMeasurementObject * _this,
const MR_UiRenderParams * params )

draws this object for 2d UI Generated from method MR::RadiusMeasurementObject::renderUi. Parameter _this can not be null. It is a single object. Parameter params can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_resetColors()

MRC_API void MR_RadiusMeasurementObject_resetColors ( MR_RadiusMeasurementObject * _this)

reset all object colors to their default values from the current theme Generated from method MR::RadiusMeasurementObject::resetColors. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_resetDirty()

MRC_API void MR_RadiusMeasurementObject_resetDirty ( const MR_RadiusMeasurementObject * _this)

resets all dirty flags (except for cache flags that will be reset automatically on cache update) Generated from method MR::RadiusMeasurementObject::resetDirty. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_resetDirtyExceptMask()

MRC_API void MR_RadiusMeasurementObject_resetDirtyExceptMask ( const MR_RadiusMeasurementObject * _this,
unsigned int mask )

reset dirty flags without some specific bits (useful for lazy normals update) Generated from method MR::RadiusMeasurementObject::resetDirtyExceptMask. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_resetFrontColor()

MRC_API void MR_RadiusMeasurementObject_resetFrontColor ( MR_RadiusMeasurementObject * _this)

reset basic object colors to their default values from the current theme Generated from method MR::RadiusMeasurementObject::resetFrontColor. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_resetRedrawFlag()

MRC_API void MR_RadiusMeasurementObject_resetRedrawFlag ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::resetRedrawFlag. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_resetXf()

MRC_API void MR_RadiusMeasurementObject_resetXf ( MR_RadiusMeasurementObject * _this,
const MR_ViewportId * id )

forgets specific transform in given viewport (or forgets all specific transforms for {} input) Generated from method MR::RadiusMeasurementObject::resetXf. Parameter _this can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_sameModels()

MRC_API bool MR_RadiusMeasurementObject_sameModels ( const MR_RadiusMeasurementObject * _this,
const MR_Object * other )

Generated from method MR::RadiusMeasurementObject::sameModels. Parameter _this can not be null. It is a single object. Parameter other can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_select()

MRC_API bool MR_RadiusMeasurementObject_select ( MR_RadiusMeasurementObject * _this,
bool on )

selects the object, returns true if value changed, otherwise returns false Generated from method MR::RadiusMeasurementObject::select. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setAllVisualizeProperties()

MRC_API void MR_RadiusMeasurementObject_setAllVisualizeProperties ( MR_RadiusMeasurementObject * _this,
const MR_std_vector_MR_ViewportMask * properties )

set all visualize properties masks Generated from method MR::RadiusMeasurementObject::setAllVisualizeProperties. Parameter _this can not be null. It is a single object. Parameter properties can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setAmbientStrength()

MRC_API void MR_RadiusMeasurementObject_setAmbientStrength ( MR_RadiusMeasurementObject * _this,
float ambientStrength )

sets intensity of non-directional light Generated from method MR::RadiusMeasurementObject::setAmbientStrength. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setAncillary()

MRC_API void MR_RadiusMeasurementObject_setAncillary ( MR_RadiusMeasurementObject * _this,
bool ancillary )

ancillary object is an object hidden (in scene menu) from a regular user such objects cannot be selected, and if it has been selected, it is unselected when turn ancillary Generated from method MR::RadiusMeasurementObject::setAncillary. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setBackColor()

MRC_API void MR_RadiusMeasurementObject_setBackColor ( MR_RadiusMeasurementObject * _this,
const MR_Color * color,
const MR_ViewportId * viewportId )

sets backward color of object in given viewport Generated from method MR::RadiusMeasurementObject::setBackColor. Parameter _this can not be null. It is a single object. Parameter color can not be null. It is a single object. Parameter viewportId has a default argument: {}, pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_setBackColorsForAllViewports()

MRC_API void MR_RadiusMeasurementObject_setBackColorsForAllViewports ( MR_RadiusMeasurementObject * _this,
MR_PassBy val_pass_by,
MR_ViewportProperty_MR_Color * val )

sets backward color of object in all viewports Generated from method MR::RadiusMeasurementObject::setBackColorsForAllViewports. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setColoringType()

MRC_API void MR_RadiusMeasurementObject_setColoringType ( MR_RadiusMeasurementObject * _this,
MR_ColoringType coloringType )

sets coloring mode of the object with given argument Generated from method MR::RadiusMeasurementObject::setColoringType. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setDirtyFlags()

MRC_API void MR_RadiusMeasurementObject_setDirtyFlags ( MR_RadiusMeasurementObject * _this,
unsigned int mask,
const bool * invalidateCaches )

sets some dirty flags for the object (to force its visual update)

Parameters
maskis a union of DirtyFlags flags
invalidateCacheswhether to automatically invalidate model caches (pass false here if you manually update the caches) Generated from method MR::RadiusMeasurementObject::setDirtyFlags. Parameter _this can not be null. It is a single object. Parameter invalidateCaches has a default argument: true, pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_setDrawAsDiameter()

MRC_API void MR_RadiusMeasurementObject_setDrawAsDiameter ( MR_RadiusMeasurementObject * _this,
bool value )

Generated from method MR::RadiusMeasurementObject::setDrawAsDiameter. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setFrontColor()

MRC_API void MR_RadiusMeasurementObject_setFrontColor ( MR_RadiusMeasurementObject * _this,
const MR_Color * color,
bool selected,
const MR_ViewportId * viewportId )

sets color of object when it is selected/not-selected (depending on argument) in given viewport Generated from method MR::RadiusMeasurementObject::setFrontColor. Parameter _this can not be null. It is a single object. Parameter color can not be null. It is a single object. Parameter viewportId has a default argument: {}, pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_setFrontColorsForAllViewports()

MRC_API void MR_RadiusMeasurementObject_setFrontColorsForAllViewports ( MR_RadiusMeasurementObject * _this,
MR_PassBy val_pass_by,
MR_ViewportProperty_MR_Color * val,
const bool * selected )

sets color of object when it is selected/not-selected (depending on argument) in all viewports Generated from method MR::RadiusMeasurementObject::setFrontColorsForAllViewports. Parameter _this can not be null. It is a single object. Parameter selected has a default argument: true, pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_setGlobalAlpha()

MRC_API void MR_RadiusMeasurementObject_setGlobalAlpha ( MR_RadiusMeasurementObject * _this,
unsigned char alpha,
const MR_ViewportId * viewportId )

sets global transparency alpha of object in given viewport Generated from method MR::RadiusMeasurementObject::setGlobalAlpha. Parameter _this can not be null. It is a single object. Parameter viewportId has a default argument: {}, pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_setGlobalAlphaForAllViewports()

MRC_API void MR_RadiusMeasurementObject_setGlobalAlphaForAllViewports ( MR_RadiusMeasurementObject * _this,
MR_PassBy val_pass_by,
MR_ViewportProperty_unsigned_char * val )

sets global transparency alpha of object in all viewports Generated from method MR::RadiusMeasurementObject::setGlobalAlphaForAllViewports. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setGlobalClippedByPlane()

MRC_API void MR_RadiusMeasurementObject_setGlobalClippedByPlane ( MR_RadiusMeasurementObject * _this,
bool on,
const MR_ViewportMask * viewportMask )

if false deactivates clipped-by-plane for this object and all of its parents, otherwise sets clipped-by-plane for this this object only Generated from method MR::RadiusMeasurementObject::setGlobalClippedByPlane. Parameter _this can not be null. It is a single object. Parameter viewportMask is a single object. Parameter viewportMask has a default argument: ViewportMask::all(), pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_setGlobalVisibility()

MRC_API void MR_RadiusMeasurementObject_setGlobalVisibility ( MR_RadiusMeasurementObject * _this,
bool on,
const MR_ViewportMask * viewportMask )

if true sets all predecessors visible, otherwise sets this object invisible Generated from method MR::RadiusMeasurementObject::setGlobalVisibility. Parameter _this can not be null. It is a single object. Parameter viewportMask is a single object. Parameter viewportMask has a default argument: ViewportMask::any(), pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_setIsSpherical()

MRC_API void MR_RadiusMeasurementObject_setIsSpherical ( MR_RadiusMeasurementObject * _this,
bool value )

Generated from method MR::RadiusMeasurementObject::setIsSpherical. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setLocalCenter()

MRC_API void MR_RadiusMeasurementObject_setLocalCenter ( MR_RadiusMeasurementObject * _this,
const MR_Vector3f * center )

Generated from method MR::RadiusMeasurementObject::setLocalCenter. Parameter _this can not be null. It is a single object. Parameter center can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setLocalRadiusAsVector_1()

MRC_API void MR_RadiusMeasurementObject_setLocalRadiusAsVector_1 ( MR_RadiusMeasurementObject * _this,
const MR_Vector3f * radiusVec )

Generated from method MR::RadiusMeasurementObject::setLocalRadiusAsVector. Parameter _this can not be null. It is a single object. Parameter radiusVec can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setLocalRadiusAsVector_2()

MRC_API void MR_RadiusMeasurementObject_setLocalRadiusAsVector_2 ( MR_RadiusMeasurementObject * _this,
const MR_Vector3f * radiusVec,
const MR_Vector3f * normal )

Generated from method MR::RadiusMeasurementObject::setLocalRadiusAsVector. Parameter _this can not be null. It is a single object. Parameter radiusVec can not be null. It is a single object. Parameter normal can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setLocked()

MRC_API void MR_RadiusMeasurementObject_setLocked ( MR_RadiusMeasurementObject * _this,
bool on )

Generated from method MR::RadiusMeasurementObject::setLocked. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setName()

MRC_API void MR_RadiusMeasurementObject_setName ( MR_RadiusMeasurementObject * _this,
const char * name,
const char * name_end )

Generated from method MR::RadiusMeasurementObject::setName. Parameter _this can not be null. It is a single object. Parameter name can not be null. If name_end is null, then name is assumed to be null-terminated.

◆ MR_RadiusMeasurementObject_setParentLocked()

MRC_API void MR_RadiusMeasurementObject_setParentLocked ( MR_RadiusMeasurementObject * _this,
bool lock )

Generated from method MR::RadiusMeasurementObject::setParentLocked. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setPickable()

MRC_API void MR_RadiusMeasurementObject_setPickable ( MR_RadiusMeasurementObject * _this,
bool on,
const MR_ViewportMask * viewportMask )

sets the object as can/cannot be picked (by mouse) in all of given viewports Generated from method MR::RadiusMeasurementObject::setPickable. Parameter _this can not be null. It is a single object. Parameter viewportMask is a single object. Parameter viewportMask has a default argument: ViewportMask::all(), pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_setShininess()

MRC_API void MR_RadiusMeasurementObject_setShininess ( MR_RadiusMeasurementObject * _this,
float shininess )

sets shininess visual value of the object with given argument Generated from method MR::RadiusMeasurementObject::setShininess. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setSpecularStrength()

MRC_API void MR_RadiusMeasurementObject_setSpecularStrength ( MR_RadiusMeasurementObject * _this,
float specularStrength )

sets intensity of reflections Generated from method MR::RadiusMeasurementObject::setSpecularStrength. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setUseDefaultScenePropertiesOnDeserialization()

MRC_API void MR_RadiusMeasurementObject_setUseDefaultScenePropertiesOnDeserialization ( MR_RadiusMeasurementObject * _this,
bool useDefaultScenePropertiesOnDeserialization )

set whether the scene-related properties should get their values from SceneColors and SceneSettings instances rather than from the input data on deserialization Generated from method MR::RadiusMeasurementObject::setUseDefaultScenePropertiesOnDeserialization. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setVisibilityMask()

MRC_API void MR_RadiusMeasurementObject_setVisibilityMask ( MR_RadiusMeasurementObject * _this,
const MR_ViewportMask * viewportMask )

specifies object visibility as bitmask of viewports Generated from method MR::RadiusMeasurementObject::setVisibilityMask. Parameter _this can not be null. It is a single object. Parameter viewportMask can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setVisible()

MRC_API void MR_RadiusMeasurementObject_setVisible ( MR_RadiusMeasurementObject * _this,
bool on,
const MR_ViewportMask * viewportMask )

sets the object visible in the viewports specified by the mask (by default in all viewports) Generated from method MR::RadiusMeasurementObject::setVisible. Parameter _this can not be null. It is a single object. Parameter viewportMask is a single object. Parameter viewportMask has a default argument: ViewportMask::all(), pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_setVisualizeProperty()

MRC_API void MR_RadiusMeasurementObject_setVisualizeProperty ( MR_RadiusMeasurementObject * _this,
bool value,
const MR_AnyVisualizeMaskEnum * type,
const MR_ViewportMask * viewportMask )

set visual property in all viewports specified by the mask Generated from method MR::RadiusMeasurementObject::setVisualizeProperty. Parameter _this can not be null. It is a single object. Parameter type can not be null. It is a single object. Parameter viewportMask can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setVisualizePropertyMask()

MRC_API void MR_RadiusMeasurementObject_setVisualizePropertyMask ( MR_RadiusMeasurementObject * _this,
const MR_AnyVisualizeMaskEnum * type,
const MR_ViewportMask * viewportMask )

set visual property mask Generated from method MR::RadiusMeasurementObject::setVisualizePropertyMask. Parameter _this can not be null. It is a single object. Parameter type can not be null. It is a single object. Parameter viewportMask can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setVisualLengthMultiplier()

MRC_API void MR_RadiusMeasurementObject_setVisualLengthMultiplier ( MR_RadiusMeasurementObject * _this,
float value )

Generated from method MR::RadiusMeasurementObject::setVisualLengthMultiplier. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_setWorldXf()

MRC_API void MR_RadiusMeasurementObject_setWorldXf ( MR_RadiusMeasurementObject * _this,
const MR_AffineXf3f * xf,
const MR_ViewportId * id )

Generated from method MR::RadiusMeasurementObject::setWorldXf. Parameter _this can not be null. It is a single object. Parameter xf can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_setXf()

MRC_API void MR_RadiusMeasurementObject_setXf ( MR_RadiusMeasurementObject * _this,
const MR_AffineXf3f * xf,
const MR_ViewportId * id )

Generated from method MR::RadiusMeasurementObject::setXf. Parameter _this can not be null. It is a single object. Parameter xf can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it.

◆ MR_RadiusMeasurementObject_setXfsForAllViewports()

MRC_API void MR_RadiusMeasurementObject_setXfsForAllViewports ( MR_RadiusMeasurementObject * _this,
MR_PassBy xf_pass_by,
MR_ViewportProperty_MR_AffineXf3f * xf )

modifies xfs for all viewports at once Generated from method MR::RadiusMeasurementObject::setXfsForAllViewports. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_shallowClone()

MRC_API MR_std_shared_ptr_MR_Object * MR_RadiusMeasurementObject_shallowClone ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::shallowClone. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_shared_ptr_MR_Object_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_shallowCloneTree()

MRC_API MR_std_shared_ptr_MR_Object * MR_RadiusMeasurementObject_shallowCloneTree ( const MR_RadiusMeasurementObject * _this)

clones all tree of this object (except ancillary and unrecognied children) clones only pointers to mesh, points or voxels Generated from method MR::RadiusMeasurementObject::shallowCloneTree. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_shared_ptr_MR_Object_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_sortChildren()

MRC_API void MR_RadiusMeasurementObject_sortChildren ( MR_RadiusMeasurementObject * _this)

sort recognized children by name Generated from method MR::RadiusMeasurementObject::sortChildren. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_StaticClassName()

MRC_API const char * MR_RadiusMeasurementObject_StaticClassName ( void )

◆ MR_RadiusMeasurementObject_StaticClassNameInPlural()

MRC_API const char * MR_RadiusMeasurementObject_StaticClassNameInPlural ( void )

◆ MR_RadiusMeasurementObject_StaticTypeName()

MRC_API const char * MR_RadiusMeasurementObject_StaticTypeName ( void )

◆ MR_RadiusMeasurementObject_supportsVisualizeProperty()

MRC_API bool MR_RadiusMeasurementObject_supportsVisualizeProperty ( const MR_RadiusMeasurementObject * _this,
const MR_AnyVisualizeMaskEnum * type )

Returns true if this class supports the property type. Otherwise passing it to the functions below is illegal. Generated from method MR::RadiusMeasurementObject::supportsVisualizeProperty. Parameter _this can not be null. It is a single object. Parameter type can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_swap()

MRC_API void MR_RadiusMeasurementObject_swap ( MR_RadiusMeasurementObject * _this,
MR_Object * other )

swaps this object with other note: do not swap object signals, so listeners will get notifications from swapped object requires implementation of swapBase_ and swapSignals_ (if type has signals) Generated from method MR::RadiusMeasurementObject::swap. Parameter _this can not be null. It is a single object. Parameter other can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_tags()

MRC_API const MR_std_set_std_string * MR_RadiusMeasurementObject_tags ( const MR_RadiusMeasurementObject * _this)

provides read-only access to the tag storage the storage is a set of unique strings Generated from method MR::RadiusMeasurementObject::tags. 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_RadiusMeasurementObject_toggleVisualizeProperty()

MRC_API void MR_RadiusMeasurementObject_toggleVisualizeProperty ( MR_RadiusMeasurementObject * _this,
const MR_AnyVisualizeMaskEnum * type,
const MR_ViewportMask * viewportMask )

toggle visual property in all viewports specified by the mask Generated from method MR::RadiusMeasurementObject::toggleVisualizeProperty. Parameter _this can not be null. It is a single object. Parameter type can not be null. It is a single object. Parameter viewportMask can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_typeName()

MRC_API const char * MR_RadiusMeasurementObject_typeName ( const MR_RadiusMeasurementObject * _this)

Generated from method MR::RadiusMeasurementObject::typeName. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_UpcastTo_MR_MeasurementObject()

MRC_API const MR_MeasurementObject * MR_RadiusMeasurementObject_UpcastTo_MR_MeasurementObject ( const MR_RadiusMeasurementObject * object)

Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::MeasurementObject. This version is acting on mutable pointers.

◆ MR_RadiusMeasurementObject_UpcastTo_MR_Object()

MRC_API const MR_Object * MR_RadiusMeasurementObject_UpcastTo_MR_Object ( const MR_RadiusMeasurementObject * object)

Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::Object. This version is acting on mutable pointers.

◆ MR_RadiusMeasurementObject_UpcastTo_MR_ObjectChildrenHolder()

MRC_API const MR_ObjectChildrenHolder * MR_RadiusMeasurementObject_UpcastTo_MR_ObjectChildrenHolder ( const MR_RadiusMeasurementObject * object)

Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::ObjectChildrenHolder. This version is acting on mutable pointers.

◆ MR_RadiusMeasurementObject_UpcastTo_MR_VisualObject()

MRC_API const MR_VisualObject * MR_RadiusMeasurementObject_UpcastTo_MR_VisualObject ( const MR_RadiusMeasurementObject * object)

Upcasts an instance of MR::RadiusMeasurementObject to its base class MR::VisualObject. This version is acting on mutable pointers.

◆ MR_RadiusMeasurementObject_useDefaultScenePropertiesOnDeserialization()

MRC_API bool MR_RadiusMeasurementObject_useDefaultScenePropertiesOnDeserialization ( const MR_RadiusMeasurementObject * _this)

whether the scene-related properties should get their values from SceneColors and SceneSettings instances rather than from the input data on deserialization Generated from method MR::RadiusMeasurementObject::useDefaultScenePropertiesOnDeserialization. Parameter _this can not be null. It is a single object.

◆ MR_RadiusMeasurementObject_visibilityMask()

MRC_API MR_ViewportMask * MR_RadiusMeasurementObject_visibilityMask ( const MR_RadiusMeasurementObject * _this)

gets object visibility as bitmask of viewports Generated from method MR::RadiusMeasurementObject::visibilityMask. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_ViewportMask_Destroy() to free it when you're done using it.

◆ MR_RadiusMeasurementObject_worldXf()

MRC_API MR_AffineXf3f MR_RadiusMeasurementObject_worldXf ( const MR_RadiusMeasurementObject * _this,
const MR_ViewportId * id,
bool * isDef )

this space to world space transformation for default or specific viewport

Parameters
isDefreceives true if the object has default transformation in this viewport (same as worldXf() returns) Generated from method MR::RadiusMeasurementObject::worldXf. Parameter _this can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it. Parameter isDef defaults to a null pointer in C++.

◆ MR_RadiusMeasurementObject_xf()

MRC_API const MR_AffineXf3f * MR_RadiusMeasurementObject_xf ( const MR_RadiusMeasurementObject * _this,
const MR_ViewportId * id,
bool * isDef )

this space to parent space transformation (to world space if no parent) for default or given viewport

Parameters
isDefreceives true if the object has default transformation in this viewport (same as xf() returns) Generated from method MR::RadiusMeasurementObject::xf. Parameter _this can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it. 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_RadiusMeasurementObject_xfsForAllViewports()

MRC_API const MR_ViewportProperty_MR_AffineXf3f * MR_RadiusMeasurementObject_xfsForAllViewports ( const MR_RadiusMeasurementObject * _this)

returns xfs for all viewports, combined into a single object Generated from method MR::RadiusMeasurementObject::xfsForAllViewports. 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.