MeshLib C Docs
Loading...
Searching...
No Matches
MRSphereObject.h File Reference
#include <MRCMesh/MRAffineXf.h>
#include <MRCMesh/MRBox.h>
#include <MRCMesh/MREnums.h>
#include <MRCMesh/MRMatrix3.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_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter
 
typedef struct MR_AnyVisualizeMaskEnum MR_AnyVisualizeMaskEnum
 
typedef struct MR_Color MR_Color
 
typedef struct MR_FeatureObject MR_FeatureObject
 
typedef struct MR_FeatureObjectProjectPointResult MR_FeatureObjectProjectPointResult
 
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_optional_MR_Vector3f MR_std_optional_MR_Vector3f
 
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_FeatureObjectSharedProperty MR_std_vector_MR_FeatureObjectSharedProperty
 
typedef struct MR_std_vector_MR_Vector3f MR_std_vector_MR_Vector3f
 
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_SphereObject MR_SphereObject
 

Functions

MRC_API MR_SphereObjectMR_SphereObject_DefaultConstruct (void)
 
MRC_API MR_SphereObjectMR_SphereObject_DefaultConstructArray (size_t num_elems)
 
MRC_API const MR_SphereObjectMR_SphereObject_OffsetPtr (const MR_SphereObject *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_SphereObjectMR_SphereObject_OffsetMutablePtr (MR_SphereObject *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_SphereObject_UpcastTo_MR_ObjectChildrenHolder (const MR_SphereObject *object)
 
MRC_API MR_ObjectChildrenHolderMR_SphereObject_MutableUpcastTo_MR_ObjectChildrenHolder (MR_SphereObject *object)
 Upcasts an instance of MR::SphereObject to its base class MR::ObjectChildrenHolder.
 
MRC_API const MR_ObjectMR_SphereObject_UpcastTo_MR_Object (const MR_SphereObject *object)
 
MRC_API MR_ObjectMR_SphereObject_MutableUpcastTo_MR_Object (MR_SphereObject *object)
 Upcasts an instance of MR::SphereObject to its base class MR::Object.
 
MRC_API const MR_VisualObjectMR_SphereObject_UpcastTo_MR_VisualObject (const MR_SphereObject *object)
 
MRC_API MR_VisualObjectMR_SphereObject_MutableUpcastTo_MR_VisualObject (MR_SphereObject *object)
 Upcasts an instance of MR::SphereObject to its base class MR::VisualObject.
 
MRC_API const MR_FeatureObjectMR_SphereObject_UpcastTo_MR_FeatureObject (const MR_SphereObject *object)
 
MRC_API MR_FeatureObjectMR_SphereObject_MutableUpcastTo_MR_FeatureObject (MR_SphereObject *object)
 Upcasts an instance of MR::SphereObject to its base class MR::FeatureObject.
 
MRC_API const MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameterMR_SphereObject_UpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter (const MR_SphereObject *object)
 
MRC_API MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameterMR_SphereObject_MutableUpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter (MR_SphereObject *object)
 Upcasts an instance of MR::SphereObject to its base class MR::AddVisualProperties<MR::FeatureObject, MR::DimensionsVisualizePropertyType::diameter>.
 
MRC_API MR_SphereObjectMR_SphereObject_ConstructFromAnother (MR_PassBy _other_pass_by, MR_SphereObject *_other)
 
MRC_API MR_SphereObjectMR_SphereObject_Construct (const MR_std_vector_MR_Vector3f *pointsToApprox)
 
MRC_API void MR_SphereObject_Destroy (const MR_SphereObject *_this)
 Destroys a heap-allocated instance of MR_SphereObject. Does nothing if the pointer is null.
 
MRC_API void MR_SphereObject_DestroyArray (const MR_SphereObject *_this)
 Destroys a heap-allocated array of MR_SphereObject. Does nothing if the pointer is null.
 
MRC_API MR_SphereObjectMR_SphereObject_AssignFromAnother (MR_SphereObject *_this, MR_PassBy _other_pass_by, MR_SphereObject *_other)
 
MRC_API const char * MR_SphereObject_StaticTypeName (void)
 Generated from method MR::SphereObject::StaticTypeName.
 
MRC_API const char * MR_SphereObject_typeName (const MR_SphereObject *_this)
 
MRC_API const char * MR_SphereObject_StaticClassName (void)
 Generated from method MR::SphereObject::StaticClassName.
 
MRC_API MR_std_stringMR_SphereObject_className (const MR_SphereObject *_this)
 
MRC_API const char * MR_SphereObject_StaticClassNameInPlural (void)
 Generated from method MR::SphereObject::StaticClassNameInPlural.
 
MRC_API MR_std_stringMR_SphereObject_classNameInPlural (const MR_SphereObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_SphereObject_clone (const MR_SphereObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_SphereObject_shallowClone (const MR_SphereObject *_this)
 
MRC_API float MR_SphereObject_getRadius (const MR_SphereObject *_this, const MR_ViewportId *id)
 
MRC_API MR_Vector3f MR_SphereObject_getCenter (const MR_SphereObject *_this, const MR_ViewportId *id)
 
MRC_API void MR_SphereObject_setRadius (MR_SphereObject *_this, float radius, const MR_ViewportId *id)
 
MRC_API void MR_SphereObject_setCenter (MR_SphereObject *_this, const MR_Vector3f *center, const MR_ViewportId *id)
 
MRC_API const MR_std_vector_MR_FeatureObjectSharedPropertyMR_SphereObject_getAllSharedProperties (const MR_SphereObject *_this)
 
MRC_API MR_FeatureObjectProjectPointResultMR_SphereObject_projectPoint (const MR_SphereObject *_this, const MR_Vector3f *point, const MR_ViewportId *id)
 
MRC_API bool MR_SphereObject_supportsVisualizeProperty (const MR_SphereObject *_this, const MR_AnyVisualizeMaskEnum *type)
 
MRC_API MR_std_vector_MR_ViewportMaskMR_SphereObject_getAllVisualizeProperties (const MR_SphereObject *_this)
 
MRC_API const MR_ViewportMaskMR_SphereObject_getVisualizePropertyMask (const MR_SphereObject *_this, const MR_AnyVisualizeMaskEnum *type)
 
MRC_API MR_std_optional_MR_Vector3fMR_SphereObject_getNormal (const MR_SphereObject *_this, const MR_Vector3f *point)
 
MRC_API void MR_SphereObject_setXf (MR_SphereObject *_this, const MR_AffineXf3f *xf, const MR_ViewportId *id)
 
MRC_API void MR_SphereObject_resetXf (MR_SphereObject *_this, const MR_ViewportId *id)
 
MRC_API MR_Vector3f MR_SphereObject_getBasePoint (const MR_SphereObject *_this, const MR_ViewportId *id)
 
MRC_API MR_Matrix3f MR_SphereObject_getRotationMatrix (const MR_SphereObject *_this, const MR_ViewportId *id, bool *isDef)
 
MRC_API MR_Matrix3f MR_SphereObject_getScaleShearMatrix (const MR_SphereObject *_this, const MR_ViewportId *id, bool *isDef)
 
MRC_API const MR_ColorMR_SphereObject_getDecorationsColor (const MR_SphereObject *_this, bool selected, const MR_ViewportId *viewportId, bool *isDef)
 
MRC_API void MR_SphereObject_setDecorationsColor (MR_SphereObject *_this, const MR_Color *color, bool selected, const MR_ViewportId *viewportId)
 
MRC_API const MR_ViewportProperty_MR_ColorMR_SphereObject_getDecorationsColorForAllViewports (const MR_SphereObject *_this, bool selected)
 
MRC_API void MR_SphereObject_setDecorationsColorForAllViewports (MR_SphereObject *_this, MR_PassBy val_pass_by, MR_ViewportProperty_MR_Color *val, bool selected)
 
MRC_API float MR_SphereObject_getPointSize (const MR_SphereObject *_this)
 
MRC_API float MR_SphereObject_getLineWidth (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setPointSize (MR_SphereObject *_this, float pointSize)
 
MRC_API void MR_SphereObject_setLineWidth (MR_SphereObject *_this, float lineWidth)
 
MRC_API float MR_SphereObject_getSubfeaturePointSize (const MR_SphereObject *_this)
 
MRC_API float MR_SphereObject_getSubfeatureLineWidth (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setSubfeaturePointSize (MR_SphereObject *_this, float pointSize)
 
MRC_API void MR_SphereObject_setSubfeatureLineWidth (MR_SphereObject *_this, float lineWidth)
 
MRC_API float MR_SphereObject_getMainFeatureAlpha (const MR_SphereObject *_this)
 
MRC_API float MR_SphereObject_getSubfeatureAlphaPoints (const MR_SphereObject *_this)
 
MRC_API float MR_SphereObject_getSubfeatureAlphaLines (const MR_SphereObject *_this)
 
MRC_API float MR_SphereObject_getSubfeatureAlphaMesh (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setMainFeatureAlpha (MR_SphereObject *_this, float alpha)
 
MRC_API void MR_SphereObject_setSubfeatureAlphaPoints (MR_SphereObject *_this, float alpha)
 
MRC_API void MR_SphereObject_setSubfeatureAlphaLines (MR_SphereObject *_this, float alpha)
 
MRC_API void MR_SphereObject_setSubfeatureAlphaMesh (MR_SphereObject *_this, float alpha)
 
MRC_API void MR_SphereObject_setVisualizeProperty (MR_SphereObject *_this, bool value, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_SphereObject_setVisualizePropertyMask (MR_SphereObject *_this, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
 
MRC_API bool MR_SphereObject_getVisualizeProperty (const MR_SphereObject *_this, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_SphereObject_toggleVisualizeProperty (MR_SphereObject *_this, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_SphereObject_setAllVisualizeProperties (MR_SphereObject *_this, const MR_std_vector_MR_ViewportMask *properties)
 
MRC_API void MR_SphereObject_copyAllSolidColors (MR_SphereObject *_this, const MR_VisualObject *other)
 
MRC_API MR_ViewportMaskMR_SphereObject_globalClippedByPlaneMask (const MR_SphereObject *_this)
 
MRC_API bool MR_SphereObject_globalClippedByPlane (const MR_SphereObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_SphereObject_setGlobalClippedByPlane (MR_SphereObject *_this, bool on, const MR_ViewportMask *viewportMask)
 
MRC_API const MR_ColorMR_SphereObject_getFrontColor (const MR_SphereObject *_this, const bool *selected, const MR_ViewportId *viewportId)
 
MRC_API void MR_SphereObject_setFrontColor (MR_SphereObject *_this, const MR_Color *color, bool selected, const MR_ViewportId *viewportId)
 
MRC_API const MR_ViewportProperty_MR_ColorMR_SphereObject_getFrontColorsForAllViewports (const MR_SphereObject *_this, const bool *selected)
 
MRC_API void MR_SphereObject_setFrontColorsForAllViewports (MR_SphereObject *_this, MR_PassBy val_pass_by, MR_ViewportProperty_MR_Color *val, const bool *selected)
 
MRC_API const MR_ViewportProperty_MR_ColorMR_SphereObject_getBackColorsForAllViewports (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setBackColorsForAllViewports (MR_SphereObject *_this, MR_PassBy val_pass_by, MR_ViewportProperty_MR_Color *val)
 
MRC_API const MR_ColorMR_SphereObject_getBackColor (const MR_SphereObject *_this, const MR_ViewportId *viewportId)
 
MRC_API void MR_SphereObject_setBackColor (MR_SphereObject *_this, const MR_Color *color, const MR_ViewportId *viewportId)
 
MRC_API const unsigned char * MR_SphereObject_getGlobalAlpha (const MR_SphereObject *_this, const MR_ViewportId *viewportId)
 
MRC_API void MR_SphereObject_setGlobalAlpha (MR_SphereObject *_this, unsigned char alpha, const MR_ViewportId *viewportId)
 
MRC_API const MR_ViewportProperty_unsigned_charMR_SphereObject_getGlobalAlphaForAllViewports (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setGlobalAlphaForAllViewports (MR_SphereObject *_this, MR_PassBy val_pass_by, MR_ViewportProperty_unsigned_char *val)
 
MRC_API void MR_SphereObject_setDirtyFlags (MR_SphereObject *_this, unsigned int mask, const bool *invalidateCaches)
 
MRC_API unsigned int MR_SphereObject_getDirtyFlags (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_resetDirty (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_resetDirtyExceptMask (const MR_SphereObject *_this, unsigned int mask)
 
MRC_API MR_Box3f MR_SphereObject_getBoundingBox (const MR_SphereObject *_this)
 
MRC_API MR_Box3f MR_SphereObject_getWorldBox (const MR_SphereObject *_this, const MR_ViewportId *_1)
 
MRC_API bool MR_SphereObject_getRedrawFlag (const MR_SphereObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API bool MR_SphereObject_isPickable (const MR_SphereObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_SphereObject_setPickable (MR_SphereObject *_this, bool on, const MR_ViewportMask *viewportMask)
 
MRC_API MR_ColoringType MR_SphereObject_getColoringType (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setColoringType (MR_SphereObject *_this, MR_ColoringType coloringType)
 
MRC_API float MR_SphereObject_getShininess (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setShininess (MR_SphereObject *_this, float shininess)
 
MRC_API float MR_SphereObject_getSpecularStrength (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setSpecularStrength (MR_SphereObject *_this, float specularStrength)
 
MRC_API float MR_SphereObject_getAmbientStrength (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setAmbientStrength (MR_SphereObject *_this, float ambientStrength)
 
MRC_API bool MR_SphereObject_render (const MR_SphereObject *_this, const MR_ModelRenderParams *_1)
 
MRC_API void MR_SphereObject_renderForPicker (const MR_SphereObject *_this, const MR_ModelBaseRenderParams *_1, unsigned int _2)
 
MRC_API void MR_SphereObject_renderUi (const MR_SphereObject *_this, const MR_UiRenderParams *params)
 
MRC_API MR_uint64_t MR_SphereObject_heapBytes (const MR_SphereObject *_this)
 
MRC_API MR_std_vector_std_stringMR_SphereObject_getInfoLines (const MR_SphereObject *_this)
 
MRC_API bool MR_SphereObject_useDefaultScenePropertiesOnDeserialization (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setUseDefaultScenePropertiesOnDeserialization (MR_SphereObject *_this, bool useDefaultScenePropertiesOnDeserialization)
 
MRC_API void MR_SphereObject_resetFrontColor (MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_resetColors (MR_SphereObject *_this)
 
MRC_API const MR_std_stringMR_SphereObject_name (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setName (MR_SphereObject *_this, const char *name, const char *name_end)
 
MRC_API const MR_AffineXf3fMR_SphereObject_xf (const MR_SphereObject *_this, const MR_ViewportId *id, bool *isDef)
 
MRC_API const MR_ViewportProperty_MR_AffineXf3fMR_SphereObject_xfsForAllViewports (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setXfsForAllViewports (MR_SphereObject *_this, MR_PassBy xf_pass_by, MR_ViewportProperty_MR_AffineXf3f *xf)
 
MRC_API MR_AffineXf3f MR_SphereObject_worldXf (const MR_SphereObject *_this, const MR_ViewportId *id, bool *isDef)
 
MRC_API void MR_SphereObject_setWorldXf (MR_SphereObject *_this, const MR_AffineXf3f *xf, const MR_ViewportId *id)
 
MRC_API void MR_SphereObject_applyScale (MR_SphereObject *_this, float scaleFactor)
 
MRC_API MR_ViewportMaskMR_SphereObject_globalVisibilityMask (const MR_SphereObject *_this)
 
MRC_API bool MR_SphereObject_globalVisibility (const MR_SphereObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_SphereObject_setGlobalVisibility (MR_SphereObject *_this, bool on, const MR_ViewportMask *viewportMask)
 
MRC_API bool MR_SphereObject_isLocked (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setLocked (MR_SphereObject *_this, bool on)
 
MRC_API bool MR_SphereObject_isParentLocked (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setParentLocked (MR_SphereObject *_this, bool lock)
 
MRC_API bool MR_SphereObject_isAncestor (const MR_SphereObject *_this, const MR_Object *ancestor)
 
MRC_API bool MR_SphereObject_detachFromParent (MR_SphereObject *_this)
 
MRC_API bool MR_SphereObject_addChild (MR_SphereObject *_this, MR_PassBy child_pass_by, MR_std_shared_ptr_MR_Object *child, const bool *recognizedChild)
 
MRC_API bool MR_SphereObject_addChildBefore (MR_SphereObject *_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_SphereObject_removeAllChildren (MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_sortChildren (MR_SphereObject *_this)
 
MRC_API bool MR_SphereObject_select (MR_SphereObject *_this, bool on)
 
MRC_API bool MR_SphereObject_isSelected (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setAncillary (MR_SphereObject *_this, bool ancillary)
 
MRC_API bool MR_SphereObject_isAncillary (const MR_SphereObject *_this)
 
MRC_API bool MR_SphereObject_isGlobalAncillary (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_setVisible (MR_SphereObject *_this, bool on, const MR_ViewportMask *viewportMask)
 
MRC_API bool MR_SphereObject_isVisible (const MR_SphereObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API void MR_SphereObject_setVisibilityMask (MR_SphereObject *_this, const MR_ViewportMask *viewportMask)
 
MRC_API MR_ViewportMaskMR_SphereObject_visibilityMask (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_resetRedrawFlag (const MR_SphereObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_SphereObject_cloneTree (const MR_SphereObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_SphereObject_shallowCloneTree (const MR_SphereObject *_this)
 
MRC_API void MR_SphereObject_swap (MR_SphereObject *_this, MR_Object *other)
 
MRC_API MR_Box3f MR_SphereObject_getWorldTreeBox (const MR_SphereObject *_this, const MR_ViewportId *_1)
 
MRC_API bool MR_SphereObject_hasVisualRepresentation (const MR_SphereObject *_this)
 
MRC_API bool MR_SphereObject_hasModel (const MR_SphereObject *_this)
 
MRC_API const MR_std_set_std_stringMR_SphereObject_tags (const MR_SphereObject *_this)
 
MRC_API bool MR_SphereObject_addTag (MR_SphereObject *_this, const char *tag, const char *tag_end)
 
MRC_API bool MR_SphereObject_removeTag (MR_SphereObject *_this, const char *tag, const char *tag_end)
 
MRC_API bool MR_SphereObject_sameModels (const MR_SphereObject *_this, const MR_Object *other)
 
MRC_API MR_uint64_t MR_SphereObject_getModelHash (const MR_SphereObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_SphereObject_getSharedPtr (const MR_SphereObject *_this)
 

Typedef Documentation

◆ MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter

◆ MR_AnyVisualizeMaskEnum

◆ MR_Color

typedef struct MR_Color MR_Color

◆ MR_FeatureObject

◆ MR_FeatureObjectProjectPointResult

◆ MR_ModelBaseRenderParams

◆ MR_ModelRenderParams

◆ MR_Object

typedef struct MR_Object MR_Object

◆ MR_ObjectChildrenHolder

◆ MR_SphereObject

Object to show sphere feature, position and radius are controlled by xf Generated from class MR::SphereObject. Base classes: Direct: (non-virtual) MR::AddVisualProperties<MR::FeatureObject, MR::DimensionsVisualizePropertyType::diameter> Indirect: (non-virtual) MR::ObjectChildrenHolder MR::Object MR::VisualObject MR::FeatureObject 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_optional_MR_Vector3f

◆ 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_FeatureObjectSharedProperty

◆ MR_std_vector_MR_Vector3f

◆ 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_SphereObject_addChild()

MRC_API bool MR_SphereObject_addChild ( MR_SphereObject * _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::SphereObject::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_SphereObject_addChildBefore()

MRC_API bool MR_SphereObject_addChildBefore ( MR_SphereObject * _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::SphereObject::addChildBefore. Parameter _this can not be null. It is a single object. Parameter existingChild can not be null. It is a single object.

◆ MR_SphereObject_addTag()

MRC_API bool MR_SphereObject_addTag ( MR_SphereObject * _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::SphereObject::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_SphereObject_applyScale()

MRC_API void MR_SphereObject_applyScale ( MR_SphereObject * _this,
float scaleFactor )

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

◆ MR_SphereObject_AssignFromAnother()

MRC_API MR_SphereObject * MR_SphereObject_AssignFromAnother ( MR_SphereObject * _this,
MR_PassBy _other_pass_by,
MR_SphereObject * _other )

Generated from method MR::SphereObject::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_SphereObject_className()

MRC_API MR_std_string * MR_SphereObject_className ( const MR_SphereObject * _this)

Generated from method MR::SphereObject::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_SphereObject_classNameInPlural()

MRC_API MR_std_string * MR_SphereObject_classNameInPlural ( const MR_SphereObject * _this)

Generated from method MR::SphereObject::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_SphereObject_clone()

MRC_API MR_std_shared_ptr_MR_Object * MR_SphereObject_clone ( const MR_SphereObject * _this)

Generated from method MR::SphereObject::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_SphereObject_cloneTree()

MRC_API MR_std_shared_ptr_MR_Object * MR_SphereObject_cloneTree ( const MR_SphereObject * _this)

clones all tree of this object (except ancillary and unrecognized children) Generated from method MR::SphereObject::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_SphereObject_Construct()

MRC_API MR_SphereObject * MR_SphereObject_Construct ( const MR_std_vector_MR_Vector3f * pointsToApprox)

Finds best sphere to approx given points Generated from constructor MR::SphereObject::SphereObject. Parameter pointsToApprox can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_SphereObject_Destroy() to free it when you're done using it.

◆ MR_SphereObject_ConstructFromAnother()

MRC_API MR_SphereObject * MR_SphereObject_ConstructFromAnother ( MR_PassBy _other_pass_by,
MR_SphereObject * _other )

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

◆ MR_SphereObject_copyAllSolidColors()

MRC_API void MR_SphereObject_copyAllSolidColors ( MR_SphereObject * _this,
const MR_VisualObject * other )

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

◆ MR_SphereObject_DefaultConstruct()

MRC_API MR_SphereObject * MR_SphereObject_DefaultConstruct ( void )

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

◆ MR_SphereObject_DefaultConstructArray()

MRC_API MR_SphereObject * MR_SphereObject_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_SphereObject_DestroyArray(). Use MR_SphereObject_OffsetMutablePtr() and MR_SphereObject_OffsetPtr() to access the array elements.

◆ MR_SphereObject_Destroy()

MRC_API void MR_SphereObject_Destroy ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_DestroyArray()

MRC_API void MR_SphereObject_DestroyArray ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_detachFromParent()

MRC_API bool MR_SphereObject_detachFromParent ( MR_SphereObject * _this)

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

◆ MR_SphereObject_getAllSharedProperties()

MRC_API const MR_std_vector_MR_FeatureObjectSharedProperty * MR_SphereObject_getAllSharedProperties ( const MR_SphereObject * _this)

Generated from method MR::SphereObject::getAllSharedProperties. 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_SphereObject_getAllVisualizeProperties()

MRC_API MR_std_vector_MR_ViewportMask * MR_SphereObject_getAllVisualizeProperties ( const MR_SphereObject * _this)

Generated from method MR::SphereObject::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_SphereObject_getAmbientStrength()

MRC_API float MR_SphereObject_getAmbientStrength ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getBackColor()

MRC_API const MR_Color * MR_SphereObject_getBackColor ( const MR_SphereObject * _this,
const MR_ViewportId * viewportId )

returns backward color of object in given viewport Generated from method MR::SphereObject::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_SphereObject_getBackColorsForAllViewports()

MRC_API const MR_ViewportProperty_MR_Color * MR_SphereObject_getBackColorsForAllViewports ( const MR_SphereObject * _this)

returns backward color of object in all viewports Generated from method MR::SphereObject::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_SphereObject_getBasePoint()

MRC_API MR_Vector3f MR_SphereObject_getBasePoint ( const MR_SphereObject * _this,
const MR_ViewportId * id )

Generated from method MR::SphereObject::getBasePoint. 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_SphereObject_getBoundingBox()

MRC_API MR_Box3f MR_SphereObject_getBoundingBox ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getCenter()

MRC_API MR_Vector3f MR_SphereObject_getCenter ( const MR_SphereObject * _this,
const MR_ViewportId * id )

calculates center from xf Generated from method MR::SphereObject::getCenter. 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_SphereObject_getColoringType()

MRC_API MR_ColoringType MR_SphereObject_getColoringType ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getDecorationsColor()

MRC_API const MR_Color * MR_SphereObject_getDecorationsColor ( const MR_SphereObject * _this,
bool selected,
const MR_ViewportId * viewportId,
bool * isDef )

Generated from method MR::SphereObject::getDecorationsColor. Parameter _this can not be null. It is a single object. Parameter viewportId 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_SphereObject_getDecorationsColorForAllViewports()

MRC_API const MR_ViewportProperty_MR_Color * MR_SphereObject_getDecorationsColorForAllViewports ( const MR_SphereObject * _this,
bool selected )

Generated from method MR::SphereObject::getDecorationsColorForAllViewports. 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_SphereObject_getDirtyFlags()

MRC_API unsigned int MR_SphereObject_getDirtyFlags ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getFrontColor()

MRC_API const MR_Color * MR_SphereObject_getFrontColor ( const MR_SphereObject * _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::SphereObject::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_SphereObject_getFrontColorsForAllViewports()

MRC_API const MR_ViewportProperty_MR_Color * MR_SphereObject_getFrontColorsForAllViewports ( const MR_SphereObject * _this,
const bool * selected )

returns color of object when it is selected/not-selected (depending on argument) in all viewports Generated from method MR::SphereObject::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_SphereObject_getGlobalAlpha()

MRC_API const unsigned char * MR_SphereObject_getGlobalAlpha ( const MR_SphereObject * _this,
const MR_ViewportId * viewportId )

returns global transparency alpha of object in given viewport Generated from method MR::SphereObject::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_SphereObject_getGlobalAlphaForAllViewports()

MRC_API const MR_ViewportProperty_unsigned_char * MR_SphereObject_getGlobalAlphaForAllViewports ( const MR_SphereObject * _this)

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

MRC_API MR_std_vector_std_string * MR_SphereObject_getInfoLines ( const MR_SphereObject * _this)

return several info lines that can better describe the object in the UI Generated from method MR::SphereObject::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_SphereObject_getLineWidth()

MRC_API float MR_SphereObject_getLineWidth ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getMainFeatureAlpha()

MRC_API float MR_SphereObject_getMainFeatureAlpha ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getModelHash()

MRC_API MR_uint64_t MR_SphereObject_getModelHash ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getNormal()

MRC_API MR_std_optional_MR_Vector3f * MR_SphereObject_getNormal ( const MR_SphereObject * _this,
const MR_Vector3f * point )

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

◆ MR_SphereObject_getPointSize()

MRC_API float MR_SphereObject_getPointSize ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getRadius()

MRC_API float MR_SphereObject_getRadius ( const MR_SphereObject * _this,
const MR_ViewportId * id )

calculates radius from xf Generated from method MR::SphereObject::getRadius. 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_SphereObject_getRedrawFlag()

MRC_API bool MR_SphereObject_getRedrawFlag ( const MR_SphereObject * _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::SphereObject::getRedrawFlag. Parameter _this can not be null. It is a single object. Parameter viewportMask can not be null. It is a single object.

◆ MR_SphereObject_getRotationMatrix()

MRC_API MR_Matrix3f MR_SphereObject_getRotationMatrix ( const MR_SphereObject * _this,
const MR_ViewportId * id,
bool * isDef )

Generated from method MR::SphereObject::getRotationMatrix. 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_SphereObject_getScaleShearMatrix()

MRC_API MR_Matrix3f MR_SphereObject_getScaleShearMatrix ( const MR_SphereObject * _this,
const MR_ViewportId * id,
bool * isDef )

Generated from method MR::SphereObject::getScaleShearMatrix. 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_SphereObject_getSharedPtr()

MRC_API MR_std_shared_ptr_MR_Object * MR_SphereObject_getSharedPtr ( const MR_SphereObject * _this)

Generated from method MR::SphereObject::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_SphereObject_getShininess()

MRC_API float MR_SphereObject_getShininess ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getSpecularStrength()

MRC_API float MR_SphereObject_getSpecularStrength ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getSubfeatureAlphaLines()

MRC_API float MR_SphereObject_getSubfeatureAlphaLines ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getSubfeatureAlphaMesh()

MRC_API float MR_SphereObject_getSubfeatureAlphaMesh ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getSubfeatureAlphaPoints()

MRC_API float MR_SphereObject_getSubfeatureAlphaPoints ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getSubfeatureLineWidth()

MRC_API float MR_SphereObject_getSubfeatureLineWidth ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getSubfeaturePointSize()

MRC_API float MR_SphereObject_getSubfeaturePointSize ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getVisualizeProperty()

MRC_API bool MR_SphereObject_getVisualizeProperty ( const MR_SphereObject * _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::SphereObject::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_SphereObject_getVisualizePropertyMask()

MRC_API const MR_ViewportMask * MR_SphereObject_getVisualizePropertyMask ( const MR_SphereObject * _this,
const MR_AnyVisualizeMaskEnum * type )

Generated from method MR::SphereObject::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_SphereObject_getWorldBox()

MRC_API MR_Box3f MR_SphereObject_getWorldBox ( const MR_SphereObject * _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::SphereObject::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_SphereObject_getWorldTreeBox()

MRC_API MR_Box3f MR_SphereObject_getWorldTreeBox ( const MR_SphereObject * _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::SphereObject::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_SphereObject_globalClippedByPlane()

MRC_API bool MR_SphereObject_globalClippedByPlane ( const MR_SphereObject * _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::SphereObject::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_SphereObject_globalClippedByPlaneMask()

MRC_API MR_ViewportMask * MR_SphereObject_globalClippedByPlaneMask ( const MR_SphereObject * _this)

returns all viewports where this object or any of its parents is clipped by plane Generated from method MR::SphereObject::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_SphereObject_globalVisibility()

MRC_API bool MR_SphereObject_globalVisibility ( const MR_SphereObject * _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::SphereObject::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_SphereObject_globalVisibilityMask()

MRC_API MR_ViewportMask * MR_SphereObject_globalVisibilityMask ( const MR_SphereObject * _this)

returns all viewports where this object is visible together with all its parents Generated from method MR::SphereObject::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_SphereObject_hasModel()

MRC_API bool MR_SphereObject_hasModel ( const MR_SphereObject * _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::SphereObject::hasModel. Parameter _this can not be null. It is a single object.

◆ MR_SphereObject_hasVisualRepresentation()

MRC_API bool MR_SphereObject_hasVisualRepresentation ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_heapBytes()

MRC_API MR_uint64_t MR_SphereObject_heapBytes ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_isAncestor()

MRC_API bool MR_SphereObject_isAncestor ( const MR_SphereObject * _this,
const MR_Object * ancestor )

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

◆ MR_SphereObject_isAncillary()

MRC_API bool MR_SphereObject_isAncillary ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_isGlobalAncillary()

MRC_API bool MR_SphereObject_isGlobalAncillary ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_isLocked()

MRC_API bool MR_SphereObject_isLocked ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_isParentLocked()

MRC_API bool MR_SphereObject_isParentLocked ( const MR_SphereObject * _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::SphereObject::isParentLocked. Parameter _this can not be null. It is a single object.

◆ MR_SphereObject_isPickable()

MRC_API bool MR_SphereObject_isPickable ( const MR_SphereObject * _this,
const MR_ViewportMask * viewportMask )

whether the object can be picked (by mouse) in any of given viewports Generated from method MR::SphereObject::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_SphereObject_isSelected()

MRC_API bool MR_SphereObject_isSelected ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_isVisible()

MRC_API bool MR_SphereObject_isVisible ( const MR_SphereObject * _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::SphereObject::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_SphereObject_MutableUpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter()

MRC_API MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter * MR_SphereObject_MutableUpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter ( MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::AddVisualProperties<MR::FeatureObject, MR::DimensionsVisualizePropertyType::diameter>.

◆ MR_SphereObject_MutableUpcastTo_MR_FeatureObject()

MRC_API MR_FeatureObject * MR_SphereObject_MutableUpcastTo_MR_FeatureObject ( MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::FeatureObject.

◆ MR_SphereObject_MutableUpcastTo_MR_Object()

MRC_API MR_Object * MR_SphereObject_MutableUpcastTo_MR_Object ( MR_SphereObject * object)

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

◆ MR_SphereObject_MutableUpcastTo_MR_ObjectChildrenHolder()

MRC_API MR_ObjectChildrenHolder * MR_SphereObject_MutableUpcastTo_MR_ObjectChildrenHolder ( MR_SphereObject * object)

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

◆ MR_SphereObject_MutableUpcastTo_MR_VisualObject()

MRC_API MR_VisualObject * MR_SphereObject_MutableUpcastTo_MR_VisualObject ( MR_SphereObject * object)

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

◆ MR_SphereObject_name()

MRC_API const MR_std_string * MR_SphereObject_name ( const MR_SphereObject * _this)

Generated from method MR::SphereObject::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_SphereObject_OffsetMutablePtr()

MRC_API MR_SphereObject * MR_SphereObject_OffsetMutablePtr ( MR_SphereObject * 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_SphereObject_OffsetPtr()

MRC_API const MR_SphereObject * MR_SphereObject_OffsetPtr ( const MR_SphereObject * 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_SphereObject_projectPoint()

MRC_API MR_FeatureObjectProjectPointResult * MR_SphereObject_projectPoint ( const MR_SphereObject * _this,
const MR_Vector3f * point,
const MR_ViewportId * id )

Generated from method MR::SphereObject::projectPoint. Parameter _this can not be null. It is a single object. Parameter point can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_FeatureObjectProjectPointResult_Destroy() to free it when you're done using it.

◆ MR_SphereObject_removeAllChildren()

MRC_API void MR_SphereObject_removeAllChildren ( MR_SphereObject * _this)

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

◆ MR_SphereObject_removeTag()

MRC_API bool MR_SphereObject_removeTag ( MR_SphereObject * _this,
const char * tag,
const char * tag_end )

removes tag from the object's tag storage additionally calls ObjectTagManager::tagRemovedSignal Generated from method MR::SphereObject::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_SphereObject_render()

MRC_API bool MR_SphereObject_render ( const MR_SphereObject * _this,
const MR_ModelRenderParams * _1 )

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

◆ MR_SphereObject_renderForPicker()

MRC_API void MR_SphereObject_renderForPicker ( const MR_SphereObject * _this,
const MR_ModelBaseRenderParams * _1,
unsigned int _2 )

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

◆ MR_SphereObject_renderUi()

MRC_API void MR_SphereObject_renderUi ( const MR_SphereObject * _this,
const MR_UiRenderParams * params )

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

◆ MR_SphereObject_resetColors()

MRC_API void MR_SphereObject_resetColors ( MR_SphereObject * _this)

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

◆ MR_SphereObject_resetDirty()

MRC_API void MR_SphereObject_resetDirty ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_resetDirtyExceptMask()

MRC_API void MR_SphereObject_resetDirtyExceptMask ( const MR_SphereObject * _this,
unsigned int mask )

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

◆ MR_SphereObject_resetFrontColor()

MRC_API void MR_SphereObject_resetFrontColor ( MR_SphereObject * _this)

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

◆ MR_SphereObject_resetRedrawFlag()

MRC_API void MR_SphereObject_resetRedrawFlag ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_resetXf()

MRC_API void MR_SphereObject_resetXf ( MR_SphereObject * _this,
const MR_ViewportId * id )

Generated from method MR::SphereObject::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_SphereObject_sameModels()

MRC_API bool MR_SphereObject_sameModels ( const MR_SphereObject * _this,
const MR_Object * other )

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

◆ MR_SphereObject_select()

MRC_API bool MR_SphereObject_select ( MR_SphereObject * _this,
bool on )

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

◆ MR_SphereObject_setAllVisualizeProperties()

MRC_API void MR_SphereObject_setAllVisualizeProperties ( MR_SphereObject * _this,
const MR_std_vector_MR_ViewportMask * properties )

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

◆ MR_SphereObject_setAmbientStrength()

MRC_API void MR_SphereObject_setAmbientStrength ( MR_SphereObject * _this,
float ambientStrength )

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

◆ MR_SphereObject_setAncillary()

MRC_API void MR_SphereObject_setAncillary ( MR_SphereObject * _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::SphereObject::setAncillary. Parameter _this can not be null. It is a single object.

◆ MR_SphereObject_setBackColor()

MRC_API void MR_SphereObject_setBackColor ( MR_SphereObject * _this,
const MR_Color * color,
const MR_ViewportId * viewportId )

sets backward color of object in given viewport Generated from method MR::SphereObject::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_SphereObject_setBackColorsForAllViewports()

MRC_API void MR_SphereObject_setBackColorsForAllViewports ( MR_SphereObject * _this,
MR_PassBy val_pass_by,
MR_ViewportProperty_MR_Color * val )

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

◆ MR_SphereObject_setCenter()

MRC_API void MR_SphereObject_setCenter ( MR_SphereObject * _this,
const MR_Vector3f * center,
const MR_ViewportId * id )

updates xf to fit given center Generated from method MR::SphereObject::setCenter. Parameter _this can not be null. It is a single object. Parameter center can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it.

◆ MR_SphereObject_setColoringType()

MRC_API void MR_SphereObject_setColoringType ( MR_SphereObject * _this,
MR_ColoringType coloringType )

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

◆ MR_SphereObject_setDecorationsColor()

MRC_API void MR_SphereObject_setDecorationsColor ( MR_SphereObject * _this,
const MR_Color * color,
bool selected,
const MR_ViewportId * viewportId )

Generated from method MR::SphereObject::setDecorationsColor. 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_SphereObject_setDecorationsColorForAllViewports()

MRC_API void MR_SphereObject_setDecorationsColorForAllViewports ( MR_SphereObject * _this,
MR_PassBy val_pass_by,
MR_ViewportProperty_MR_Color * val,
bool selected )

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

◆ MR_SphereObject_setDirtyFlags()

MRC_API void MR_SphereObject_setDirtyFlags ( MR_SphereObject * _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::SphereObject::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_SphereObject_setFrontColor()

MRC_API void MR_SphereObject_setFrontColor ( MR_SphereObject * _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::SphereObject::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_SphereObject_setFrontColorsForAllViewports()

MRC_API void MR_SphereObject_setFrontColorsForAllViewports ( MR_SphereObject * _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::SphereObject::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_SphereObject_setGlobalAlpha()

MRC_API void MR_SphereObject_setGlobalAlpha ( MR_SphereObject * _this,
unsigned char alpha,
const MR_ViewportId * viewportId )

sets global transparency alpha of object in given viewport Generated from method MR::SphereObject::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_SphereObject_setGlobalAlphaForAllViewports()

MRC_API void MR_SphereObject_setGlobalAlphaForAllViewports ( MR_SphereObject * _this,
MR_PassBy val_pass_by,
MR_ViewportProperty_unsigned_char * val )

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

◆ MR_SphereObject_setGlobalClippedByPlane()

MRC_API void MR_SphereObject_setGlobalClippedByPlane ( MR_SphereObject * _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::SphereObject::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_SphereObject_setGlobalVisibility()

MRC_API void MR_SphereObject_setGlobalVisibility ( MR_SphereObject * _this,
bool on,
const MR_ViewportMask * viewportMask )

if true sets all predecessors visible, otherwise sets this object invisible Generated from method MR::SphereObject::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_SphereObject_setLineWidth()

MRC_API void MR_SphereObject_setLineWidth ( MR_SphereObject * _this,
float lineWidth )

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

◆ MR_SphereObject_setLocked()

MRC_API void MR_SphereObject_setLocked ( MR_SphereObject * _this,
bool on )

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

◆ MR_SphereObject_setMainFeatureAlpha()

MRC_API void MR_SphereObject_setMainFeatureAlpha ( MR_SphereObject * _this,
float alpha )

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

◆ MR_SphereObject_setName()

MRC_API void MR_SphereObject_setName ( MR_SphereObject * _this,
const char * name,
const char * name_end )

Generated from method MR::SphereObject::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_SphereObject_setParentLocked()

MRC_API void MR_SphereObject_setParentLocked ( MR_SphereObject * _this,
bool lock )

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

◆ MR_SphereObject_setPickable()

MRC_API void MR_SphereObject_setPickable ( MR_SphereObject * _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::SphereObject::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_SphereObject_setPointSize()

MRC_API void MR_SphereObject_setPointSize ( MR_SphereObject * _this,
float pointSize )

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

◆ MR_SphereObject_setRadius()

MRC_API void MR_SphereObject_setRadius ( MR_SphereObject * _this,
float radius,
const MR_ViewportId * id )

updates xf to fit given radius Generated from method MR::SphereObject::setRadius. 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_SphereObject_setShininess()

MRC_API void MR_SphereObject_setShininess ( MR_SphereObject * _this,
float shininess )

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

◆ MR_SphereObject_setSpecularStrength()

MRC_API void MR_SphereObject_setSpecularStrength ( MR_SphereObject * _this,
float specularStrength )

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

◆ MR_SphereObject_setSubfeatureAlphaLines()

MRC_API void MR_SphereObject_setSubfeatureAlphaLines ( MR_SphereObject * _this,
float alpha )

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

◆ MR_SphereObject_setSubfeatureAlphaMesh()

MRC_API void MR_SphereObject_setSubfeatureAlphaMesh ( MR_SphereObject * _this,
float alpha )

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

◆ MR_SphereObject_setSubfeatureAlphaPoints()

MRC_API void MR_SphereObject_setSubfeatureAlphaPoints ( MR_SphereObject * _this,
float alpha )

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

◆ MR_SphereObject_setSubfeatureLineWidth()

MRC_API void MR_SphereObject_setSubfeatureLineWidth ( MR_SphereObject * _this,
float lineWidth )

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

◆ MR_SphereObject_setSubfeaturePointSize()

MRC_API void MR_SphereObject_setSubfeaturePointSize ( MR_SphereObject * _this,
float pointSize )

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

◆ MR_SphereObject_setUseDefaultScenePropertiesOnDeserialization()

MRC_API void MR_SphereObject_setUseDefaultScenePropertiesOnDeserialization ( MR_SphereObject * _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::SphereObject::setUseDefaultScenePropertiesOnDeserialization. Parameter _this can not be null. It is a single object.

◆ MR_SphereObject_setVisibilityMask()

MRC_API void MR_SphereObject_setVisibilityMask ( MR_SphereObject * _this,
const MR_ViewportMask * viewportMask )

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

◆ MR_SphereObject_setVisible()

MRC_API void MR_SphereObject_setVisible ( MR_SphereObject * _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::SphereObject::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_SphereObject_setVisualizeProperty()

MRC_API void MR_SphereObject_setVisualizeProperty ( MR_SphereObject * _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::SphereObject::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_SphereObject_setVisualizePropertyMask()

MRC_API void MR_SphereObject_setVisualizePropertyMask ( MR_SphereObject * _this,
const MR_AnyVisualizeMaskEnum * type,
const MR_ViewportMask * viewportMask )

set visual property mask Generated from method MR::SphereObject::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_SphereObject_setWorldXf()

MRC_API void MR_SphereObject_setWorldXf ( MR_SphereObject * _this,
const MR_AffineXf3f * xf,
const MR_ViewportId * id )

Generated from method MR::SphereObject::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_SphereObject_setXf()

MRC_API void MR_SphereObject_setXf ( MR_SphereObject * _this,
const MR_AffineXf3f * xf,
const MR_ViewportId * id )

Generated from method MR::SphereObject::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_SphereObject_setXfsForAllViewports()

MRC_API void MR_SphereObject_setXfsForAllViewports ( MR_SphereObject * _this,
MR_PassBy xf_pass_by,
MR_ViewportProperty_MR_AffineXf3f * xf )

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

◆ MR_SphereObject_shallowClone()

MRC_API MR_std_shared_ptr_MR_Object * MR_SphereObject_shallowClone ( const MR_SphereObject * _this)

Generated from method MR::SphereObject::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_SphereObject_shallowCloneTree()

MRC_API MR_std_shared_ptr_MR_Object * MR_SphereObject_shallowCloneTree ( const MR_SphereObject * _this)

clones all tree of this object (except ancillary and unrecognied children) clones only pointers to mesh, points or voxels Generated from method MR::SphereObject::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_SphereObject_sortChildren()

MRC_API void MR_SphereObject_sortChildren ( MR_SphereObject * _this)

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

◆ MR_SphereObject_StaticClassName()

MRC_API const char * MR_SphereObject_StaticClassName ( void )

Generated from method MR::SphereObject::StaticClassName.

◆ MR_SphereObject_StaticClassNameInPlural()

MRC_API const char * MR_SphereObject_StaticClassNameInPlural ( void )

◆ MR_SphereObject_StaticTypeName()

MRC_API const char * MR_SphereObject_StaticTypeName ( void )

Generated from method MR::SphereObject::StaticTypeName.

◆ MR_SphereObject_supportsVisualizeProperty()

MRC_API bool MR_SphereObject_supportsVisualizeProperty ( const MR_SphereObject * _this,
const MR_AnyVisualizeMaskEnum * type )

Generated from method MR::SphereObject::supportsVisualizeProperty. Parameter _this can not be null. It is a single object. Parameter type can not be null. It is a single object.

◆ MR_SphereObject_swap()

MRC_API void MR_SphereObject_swap ( MR_SphereObject * _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::SphereObject::swap. Parameter _this can not be null. It is a single object. Parameter other can not be null. It is a single object.

◆ MR_SphereObject_tags()

MRC_API const MR_std_set_std_string * MR_SphereObject_tags ( const MR_SphereObject * _this)

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

MRC_API void MR_SphereObject_toggleVisualizeProperty ( MR_SphereObject * _this,
const MR_AnyVisualizeMaskEnum * type,
const MR_ViewportMask * viewportMask )

toggle visual property in all viewports specified by the mask Generated from method MR::SphereObject::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_SphereObject_typeName()

MRC_API const char * MR_SphereObject_typeName ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_UpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter()

MRC_API const MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter * MR_SphereObject_UpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter ( const MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::AddVisualProperties<MR::FeatureObject, MR::DimensionsVisualizePropertyType::diameter>. This version is acting on mutable pointers.

◆ MR_SphereObject_UpcastTo_MR_FeatureObject()

MRC_API const MR_FeatureObject * MR_SphereObject_UpcastTo_MR_FeatureObject ( const MR_SphereObject * object)

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

◆ MR_SphereObject_UpcastTo_MR_Object()

MRC_API const MR_Object * MR_SphereObject_UpcastTo_MR_Object ( const MR_SphereObject * object)

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

◆ MR_SphereObject_UpcastTo_MR_ObjectChildrenHolder()

MRC_API const MR_ObjectChildrenHolder * MR_SphereObject_UpcastTo_MR_ObjectChildrenHolder ( const MR_SphereObject * object)

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

◆ MR_SphereObject_UpcastTo_MR_VisualObject()

MRC_API const MR_VisualObject * MR_SphereObject_UpcastTo_MR_VisualObject ( const MR_SphereObject * object)

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

◆ MR_SphereObject_useDefaultScenePropertiesOnDeserialization()

MRC_API bool MR_SphereObject_useDefaultScenePropertiesOnDeserialization ( const MR_SphereObject * _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::SphereObject::useDefaultScenePropertiesOnDeserialization. Parameter _this can not be null. It is a single object.

◆ MR_SphereObject_visibilityMask()

MRC_API MR_ViewportMask * MR_SphereObject_visibilityMask ( const MR_SphereObject * _this)

gets object visibility as bitmask of viewports Generated from method MR::SphereObject::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_SphereObject_worldXf()

MRC_API MR_AffineXf3f MR_SphereObject_worldXf ( const MR_SphereObject * _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::SphereObject::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_SphereObject_xf()

MRC_API const MR_AffineXf3f * MR_SphereObject_xf ( const MR_SphereObject * _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::SphereObject::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_SphereObject_xfsForAllViewports()

MRC_API const MR_ViewportProperty_MR_AffineXf3f * MR_SphereObject_xfsForAllViewports ( const MR_SphereObject * _this)

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