MeshLib C Docs
Loading...
Searching...
No Matches
MRPointMeasurementObject.h File Reference
#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_MeasurementObject MR_MeasurementObject
 
typedef struct MR_Object MR_Object
 
typedef struct MR_ObjectChildrenHolder MR_ObjectChildrenHolder
 
typedef struct MR_ObjectComparableWithReference MR_ObjectComparableWithReference
 
typedef struct MR_ObjectComparableWithReference_ComparisonReferenceValue MR_ObjectComparableWithReference_ComparisonReferenceValue
 
typedef struct MR_ObjectComparableWithReference_ComparisonTolerance MR_ObjectComparableWithReference_ComparisonTolerance
 
typedef struct MR_ViewportMask MR_ViewportMask
 
typedef struct MR_VisualObject MR_VisualObject
 
typedef struct MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty
 
typedef struct MR_std_optional_MR_ObjectComparableWithReference_ComparisonTolerance MR_std_optional_MR_ObjectComparableWithReference_ComparisonTolerance
 
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_string_view MR_std_string_view
 
typedef struct MR_std_variant_float_MR_Vector3f MR_std_variant_float_MR_Vector3f
 
typedef struct MR_std_vector_MR_ViewportMask MR_std_vector_MR_ViewportMask
 
typedef enum MR_PointMeasurementVisualizePropertyType MR_PointMeasurementVisualizePropertyType
 
typedef struct MR_PointMeasurementObject MR_PointMeasurementObject
 

Enumerations

enum  MR_PointMeasurementVisualizePropertyType { MR_PointMeasurementVisualizePropertyType_CapVisibility = 0 , MR_PointMeasurementVisualizePropertyType__count = 1 }
 

Functions

MRC_API MR_PointMeasurementObjectMR_PointMeasurementObject_DefaultConstruct (void)
 
MRC_API MR_PointMeasurementObjectMR_PointMeasurementObject_DefaultConstructArray (size_t num_elems)
 
MRC_API const MR_PointMeasurementObjectMR_PointMeasurementObject_OffsetPtr (const MR_PointMeasurementObject *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_PointMeasurementObjectMR_PointMeasurementObject_OffsetMutablePtr (MR_PointMeasurementObject *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_MeasurementObjectMR_PointMeasurementObject_UpcastTo_MR_MeasurementObject (const MR_PointMeasurementObject *object)
 
MRC_API MR_MeasurementObjectMR_PointMeasurementObject_MutableUpcastTo_MR_MeasurementObject (MR_PointMeasurementObject *object)
 Upcasts an instance of MR::PointMeasurementObject to its base class MR::MeasurementObject.
 
MRC_API const MR_ObjectMR_PointMeasurementObject_UpcastTo_MR_Object (const MR_PointMeasurementObject *object)
 
MRC_API MR_ObjectMR_PointMeasurementObject_MutableUpcastTo_MR_Object (MR_PointMeasurementObject *object)
 Upcasts an instance of MR::PointMeasurementObject to its base class MR::Object.
 
MRC_API const MR_ObjectChildrenHolderMR_PointMeasurementObject_UpcastTo_MR_ObjectChildrenHolder (const MR_PointMeasurementObject *object)
 
MRC_API MR_ObjectChildrenHolderMR_PointMeasurementObject_MutableUpcastTo_MR_ObjectChildrenHolder (MR_PointMeasurementObject *object)
 Upcasts an instance of MR::PointMeasurementObject to its base class MR::ObjectChildrenHolder.
 
MRC_API const MR_ObjectComparableWithReferenceMR_PointMeasurementObject_UpcastTo_MR_ObjectComparableWithReference (const MR_PointMeasurementObject *object)
 
MRC_API MR_ObjectComparableWithReferenceMR_PointMeasurementObject_MutableUpcastTo_MR_ObjectComparableWithReference (MR_PointMeasurementObject *object)
 Upcasts an instance of MR::PointMeasurementObject to its base class MR::ObjectComparableWithReference.
 
MRC_API const MR_VisualObjectMR_PointMeasurementObject_UpcastTo_MR_VisualObject (const MR_PointMeasurementObject *object)
 
MRC_API MR_VisualObjectMR_PointMeasurementObject_MutableUpcastTo_MR_VisualObject (MR_PointMeasurementObject *object)
 Upcasts an instance of MR::PointMeasurementObject to its base class MR::VisualObject.
 
MRC_API MR_PointMeasurementObjectMR_PointMeasurementObject_ConstructFromAnother (MR_PassBy _other_pass_by, MR_PointMeasurementObject *_other)
 
MRC_API void MR_PointMeasurementObject_Destroy (const MR_PointMeasurementObject *_this)
 Destroys a heap-allocated instance of MR_PointMeasurementObject. Does nothing if the pointer is null.
 
MRC_API void MR_PointMeasurementObject_DestroyArray (const MR_PointMeasurementObject *_this)
 Destroys a heap-allocated array of MR_PointMeasurementObject. Does nothing if the pointer is null.
 
MRC_API MR_PointMeasurementObjectMR_PointMeasurementObject_AssignFromAnother (MR_PointMeasurementObject *_this, MR_PassBy _other_pass_by, MR_PointMeasurementObject *_other)
 
MRC_API const char * MR_PointMeasurementObject_TypeName (void)
 Generated from a method of class MR::PointMeasurementObject named TypeName.
 
MRC_API const char * MR_PointMeasurementObject_typeName (const MR_PointMeasurementObject *_this)
 
MRC_API const char * MR_PointMeasurementObject_ClassName (void)
 Generated from a method of class MR::PointMeasurementObject named ClassName.
 
MRC_API MR_std_stringMR_PointMeasurementObject_className (const MR_PointMeasurementObject *_this)
 
MRC_API const char * MR_PointMeasurementObject_ClassNameInPlural (void)
 Generated from a method of class MR::PointMeasurementObject named ClassNameInPlural.
 
MRC_API MR_std_stringMR_PointMeasurementObject_classNameInPlural (const MR_PointMeasurementObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_PointMeasurementObject_clone (const MR_PointMeasurementObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_PointMeasurementObject_shallowClone (const MR_PointMeasurementObject *_this)
 
MRC_API bool MR_PointMeasurementObject_supportsVisualizeProperty (const MR_PointMeasurementObject *_this, const MR_AnyVisualizeMaskEnum *type)
 
MRC_API MR_std_vector_MR_ViewportMaskMR_PointMeasurementObject_getAllVisualizeProperties (const MR_PointMeasurementObject *_this)
 
MRC_API const MR_ViewportMaskMR_PointMeasurementObject_getVisualizePropertyMask (const MR_PointMeasurementObject *_this, const MR_AnyVisualizeMaskEnum *type)
 
MRC_API MR_Vector3f MR_PointMeasurementObject_getLocalPoint (const MR_PointMeasurementObject *_this, const MR_ViewportId *id)
 
MRC_API MR_Vector3f MR_PointMeasurementObject_getWorldPoint (const MR_PointMeasurementObject *_this, const MR_ViewportId *id)
 
MRC_API void MR_PointMeasurementObject_setLocalPoint (MR_PointMeasurementObject *_this, const MR_Vector3f *point, const MR_ViewportId *id)
 
MRC_API void MR_PointMeasurementObject_setWorldPoint (MR_PointMeasurementObject *_this, const MR_Vector3f *point, const MR_ViewportId *id)
 
MRC_API MR_uint64_t MR_PointMeasurementObject_numComparableProperties (const MR_PointMeasurementObject *_this)
 
MRC_API MR_std_string_viewMR_PointMeasurementObject_getComparablePropertyName (const MR_PointMeasurementObject *_this, MR_uint64_t i)
 
MRC_API MR_std_optional_MR_ObjectComparableWithReference_ComparablePropertyMR_PointMeasurementObject_computeComparableProperty (const MR_PointMeasurementObject *_this, MR_uint64_t i)
 
MRC_API MR_std_optional_MR_ObjectComparableWithReference_ComparisonToleranceMR_PointMeasurementObject_getComparisonTolerence (const MR_PointMeasurementObject *_this, MR_uint64_t i)
 
MRC_API void MR_PointMeasurementObject_setComparisonTolerance (MR_PointMeasurementObject *_this, MR_uint64_t i, const MR_ObjectComparableWithReference_ComparisonTolerance *newTolerance)
 
MRC_API bool MR_PointMeasurementObject_comparisonToleranceIsAlwaysOnlyPositive (const MR_PointMeasurementObject *_this, MR_uint64_t i)
 
MRC_API MR_uint64_t MR_PointMeasurementObject_numComparisonReferenceValues (const MR_PointMeasurementObject *_this)
 
MRC_API MR_std_string_viewMR_PointMeasurementObject_getComparisonReferenceValueName (const MR_PointMeasurementObject *_this, MR_uint64_t i)
 
MRC_API MR_ObjectComparableWithReference_ComparisonReferenceValueMR_PointMeasurementObject_getComparisonReferenceValue (const MR_PointMeasurementObject *_this, MR_uint64_t i)
 
MRC_API void MR_PointMeasurementObject_setComparisonReferenceValue (MR_PointMeasurementObject *_this, MR_uint64_t i, const MR_std_variant_float_MR_Vector3f *value)
 

Typedef Documentation

◆ MR_AnyVisualizeMaskEnum

◆ MR_MeasurementObject

◆ MR_Object

typedef struct MR_Object MR_Object

◆ MR_ObjectChildrenHolder

◆ MR_ObjectComparableWithReference

◆ MR_ObjectComparableWithReference_ComparisonReferenceValue

◆ MR_ObjectComparableWithReference_ComparisonTolerance

◆ MR_PointMeasurementObject

◆ MR_PointMeasurementVisualizePropertyType

◆ MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty

◆ MR_std_optional_MR_ObjectComparableWithReference_ComparisonTolerance

◆ MR_std_shared_ptr_MR_Object

◆ MR_std_string

typedef struct MR_std_string MR_std_string

◆ MR_std_string_view

◆ MR_std_variant_float_MR_Vector3f

◆ MR_std_vector_MR_ViewportMask

◆ MR_ViewportMask

◆ MR_VisualObject

Enumeration Type Documentation

◆ MR_PointMeasurementVisualizePropertyType

Enumerator
MR_PointMeasurementVisualizePropertyType_CapVisibility 
MR_PointMeasurementVisualizePropertyType__count 

Function Documentation

◆ MR_PointMeasurementObject_AssignFromAnother()

MRC_API MR_PointMeasurementObject * MR_PointMeasurementObject_AssignFromAnother ( MR_PointMeasurementObject * _this,
MR_PassBy _other_pass_by,
MR_PointMeasurementObject * _other )

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

◆ MR_PointMeasurementObject_ClassName()

MRC_API const char * MR_PointMeasurementObject_ClassName ( void )

Generated from a method of class MR::PointMeasurementObject named ClassName.

◆ MR_PointMeasurementObject_className()

MRC_API MR_std_string * MR_PointMeasurementObject_className ( const MR_PointMeasurementObject * _this)

Generated from a method of class MR::PointMeasurementObject named 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_PointMeasurementObject_ClassNameInPlural()

MRC_API const char * MR_PointMeasurementObject_ClassNameInPlural ( void )

Generated from a method of class MR::PointMeasurementObject named ClassNameInPlural.

◆ MR_PointMeasurementObject_classNameInPlural()

MRC_API MR_std_string * MR_PointMeasurementObject_classNameInPlural ( const MR_PointMeasurementObject * _this)

Generated from a method of class MR::PointMeasurementObject named 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_PointMeasurementObject_clone()

MRC_API MR_std_shared_ptr_MR_Object * MR_PointMeasurementObject_clone ( const MR_PointMeasurementObject * _this)

Generated from a method of class MR::PointMeasurementObject named 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_PointMeasurementObject_comparisonToleranceIsAlwaysOnlyPositive()

MRC_API bool MR_PointMeasurementObject_comparisonToleranceIsAlwaysOnlyPositive ( const MR_PointMeasurementObject * _this,
MR_uint64_t i )

Generated from a method of class MR::PointMeasurementObject named comparisonToleranceIsAlwaysOnlyPositive. Parameter _this can not be null. It is a single object.

◆ MR_PointMeasurementObject_computeComparableProperty()

MRC_API MR_std_optional_MR_ObjectComparableWithReference_ComparableProperty * MR_PointMeasurementObject_computeComparableProperty ( const MR_PointMeasurementObject * _this,
MR_uint64_t i )

Generated from a method of class MR::PointMeasurementObject named computeComparableProperty. 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_optional_MR_ObjectComparableWithReference_ComparableProperty_Destroy() to free it when you're done using it.

◆ MR_PointMeasurementObject_ConstructFromAnother()

MRC_API MR_PointMeasurementObject * MR_PointMeasurementObject_ConstructFromAnother ( MR_PassBy _other_pass_by,
MR_PointMeasurementObject * _other )

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

◆ MR_PointMeasurementObject_DefaultConstruct()

MRC_API MR_PointMeasurementObject * MR_PointMeasurementObject_DefaultConstruct ( void )

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

◆ MR_PointMeasurementObject_DefaultConstructArray()

MRC_API MR_PointMeasurementObject * MR_PointMeasurementObject_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_PointMeasurementObject_DestroyArray(). Use MR_PointMeasurementObject_OffsetMutablePtr() and MR_PointMeasurementObject_OffsetPtr() to access the array elements.

◆ MR_PointMeasurementObject_Destroy()

MRC_API void MR_PointMeasurementObject_Destroy ( const MR_PointMeasurementObject * _this)

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

◆ MR_PointMeasurementObject_DestroyArray()

MRC_API void MR_PointMeasurementObject_DestroyArray ( const MR_PointMeasurementObject * _this)

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

◆ MR_PointMeasurementObject_getAllVisualizeProperties()

MRC_API MR_std_vector_MR_ViewportMask * MR_PointMeasurementObject_getAllVisualizeProperties ( const MR_PointMeasurementObject * _this)

Generated from a method of class MR::PointMeasurementObject named 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_PointMeasurementObject_getComparablePropertyName()

MRC_API MR_std_string_view * MR_PointMeasurementObject_getComparablePropertyName ( const MR_PointMeasurementObject * _this,
MR_uint64_t i )

Generated from a method of class MR::PointMeasurementObject named getComparablePropertyName. 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_view_Destroy() to free it when you're done using it.

◆ MR_PointMeasurementObject_getComparisonReferenceValue()

MRC_API MR_ObjectComparableWithReference_ComparisonReferenceValue * MR_PointMeasurementObject_getComparisonReferenceValue ( const MR_PointMeasurementObject * _this,
MR_uint64_t i )

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

◆ MR_PointMeasurementObject_getComparisonReferenceValueName()

MRC_API MR_std_string_view * MR_PointMeasurementObject_getComparisonReferenceValueName ( const MR_PointMeasurementObject * _this,
MR_uint64_t i )

Generated from a method of class MR::PointMeasurementObject named getComparisonReferenceValueName. 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_view_Destroy() to free it when you're done using it.

◆ MR_PointMeasurementObject_getComparisonTolerence()

MRC_API MR_std_optional_MR_ObjectComparableWithReference_ComparisonTolerance * MR_PointMeasurementObject_getComparisonTolerence ( const MR_PointMeasurementObject * _this,
MR_uint64_t i )

Generated from a method of class MR::PointMeasurementObject named getComparisonTolerence. 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_optional_MR_ObjectComparableWithReference_ComparisonTolerance_Destroy() to free it when you're done using it.

◆ MR_PointMeasurementObject_getLocalPoint()

MRC_API MR_Vector3f MR_PointMeasurementObject_getLocalPoint ( const MR_PointMeasurementObject * _this,
const MR_ViewportId * id )

calculates point from xf Generated from a method of class MR::PointMeasurementObject named getLocalPoint. 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_PointMeasurementObject_getVisualizePropertyMask()

MRC_API const MR_ViewportMask * MR_PointMeasurementObject_getVisualizePropertyMask ( const MR_PointMeasurementObject * _this,
const MR_AnyVisualizeMaskEnum * type )

Generated from a method of class MR::PointMeasurementObject named 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_PointMeasurementObject_getWorldPoint()

MRC_API MR_Vector3f MR_PointMeasurementObject_getWorldPoint ( const MR_PointMeasurementObject * _this,
const MR_ViewportId * id )

Generated from a method of class MR::PointMeasurementObject named getWorldPoint. 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_PointMeasurementObject_MutableUpcastTo_MR_MeasurementObject()

MRC_API MR_MeasurementObject * MR_PointMeasurementObject_MutableUpcastTo_MR_MeasurementObject ( MR_PointMeasurementObject * object)

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

◆ MR_PointMeasurementObject_MutableUpcastTo_MR_Object()

MRC_API MR_Object * MR_PointMeasurementObject_MutableUpcastTo_MR_Object ( MR_PointMeasurementObject * object)

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

◆ MR_PointMeasurementObject_MutableUpcastTo_MR_ObjectChildrenHolder()

MRC_API MR_ObjectChildrenHolder * MR_PointMeasurementObject_MutableUpcastTo_MR_ObjectChildrenHolder ( MR_PointMeasurementObject * object)

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

◆ MR_PointMeasurementObject_MutableUpcastTo_MR_ObjectComparableWithReference()

MRC_API MR_ObjectComparableWithReference * MR_PointMeasurementObject_MutableUpcastTo_MR_ObjectComparableWithReference ( MR_PointMeasurementObject * object)

Upcasts an instance of MR::PointMeasurementObject to its base class MR::ObjectComparableWithReference.

◆ MR_PointMeasurementObject_MutableUpcastTo_MR_VisualObject()

MRC_API MR_VisualObject * MR_PointMeasurementObject_MutableUpcastTo_MR_VisualObject ( MR_PointMeasurementObject * object)

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

◆ MR_PointMeasurementObject_numComparableProperties()

MRC_API MR_uint64_t MR_PointMeasurementObject_numComparableProperties ( const MR_PointMeasurementObject * _this)

Generated from a method of class MR::PointMeasurementObject named numComparableProperties. Parameter _this can not be null. It is a single object.

◆ MR_PointMeasurementObject_numComparisonReferenceValues()

MRC_API MR_uint64_t MR_PointMeasurementObject_numComparisonReferenceValues ( const MR_PointMeasurementObject * _this)

Generated from a method of class MR::PointMeasurementObject named numComparisonReferenceValues. Parameter _this can not be null. It is a single object.

◆ MR_PointMeasurementObject_OffsetMutablePtr()

MRC_API MR_PointMeasurementObject * MR_PointMeasurementObject_OffsetMutablePtr ( MR_PointMeasurementObject * 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_PointMeasurementObject_OffsetPtr()

MRC_API const MR_PointMeasurementObject * MR_PointMeasurementObject_OffsetPtr ( const MR_PointMeasurementObject * 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_PointMeasurementObject_setComparisonReferenceValue()

MRC_API void MR_PointMeasurementObject_setComparisonReferenceValue ( MR_PointMeasurementObject * _this,
MR_uint64_t i,
const MR_std_variant_float_MR_Vector3f * value )

Generated from a method of class MR::PointMeasurementObject named setComparisonReferenceValue. Parameter _this can not be null. It is a single object. Parameter value is a single object. Parameter value is optional. To keep it empty, pass a null pointer.

◆ MR_PointMeasurementObject_setComparisonTolerance()

MRC_API void MR_PointMeasurementObject_setComparisonTolerance ( MR_PointMeasurementObject * _this,
MR_uint64_t i,
const MR_ObjectComparableWithReference_ComparisonTolerance * newTolerance )

Generated from a method of class MR::PointMeasurementObject named setComparisonTolerance. Parameter _this can not be null. It is a single object. Parameter newTolerance is a single object. Parameter newTolerance is optional. To keep it empty, pass a null pointer.

◆ MR_PointMeasurementObject_setLocalPoint()

MRC_API void MR_PointMeasurementObject_setLocalPoint ( MR_PointMeasurementObject * _this,
const MR_Vector3f * point,
const MR_ViewportId * id )

updates xf to fit given point Generated from a method of class MR::PointMeasurementObject named setLocalPoint. 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.

◆ MR_PointMeasurementObject_setWorldPoint()

MRC_API void MR_PointMeasurementObject_setWorldPoint ( MR_PointMeasurementObject * _this,
const MR_Vector3f * point,
const MR_ViewportId * id )

Generated from a method of class MR::PointMeasurementObject named setWorldPoint. 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.

◆ MR_PointMeasurementObject_shallowClone()

MRC_API MR_std_shared_ptr_MR_Object * MR_PointMeasurementObject_shallowClone ( const MR_PointMeasurementObject * _this)

Generated from a method of class MR::PointMeasurementObject named 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_PointMeasurementObject_supportsVisualizeProperty()

MRC_API bool MR_PointMeasurementObject_supportsVisualizeProperty ( const MR_PointMeasurementObject * _this,
const MR_AnyVisualizeMaskEnum * type )

Generated from a method of class MR::PointMeasurementObject named supportsVisualizeProperty. Parameter _this can not be null. It is a single object. Parameter type can not be null. It is a single object.

◆ MR_PointMeasurementObject_TypeName()

MRC_API const char * MR_PointMeasurementObject_TypeName ( void )

Generated from a method of class MR::PointMeasurementObject named TypeName.

◆ MR_PointMeasurementObject_typeName()

MRC_API const char * MR_PointMeasurementObject_typeName ( const MR_PointMeasurementObject * _this)

Generated from a method of class MR::PointMeasurementObject named typeName. Parameter _this can not be null. It is a single object.

◆ MR_PointMeasurementObject_UpcastTo_MR_MeasurementObject()

MRC_API const MR_MeasurementObject * MR_PointMeasurementObject_UpcastTo_MR_MeasurementObject ( const MR_PointMeasurementObject * object)

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

◆ MR_PointMeasurementObject_UpcastTo_MR_Object()

MRC_API const MR_Object * MR_PointMeasurementObject_UpcastTo_MR_Object ( const MR_PointMeasurementObject * object)

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

◆ MR_PointMeasurementObject_UpcastTo_MR_ObjectChildrenHolder()

MRC_API const MR_ObjectChildrenHolder * MR_PointMeasurementObject_UpcastTo_MR_ObjectChildrenHolder ( const MR_PointMeasurementObject * object)

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

◆ MR_PointMeasurementObject_UpcastTo_MR_ObjectComparableWithReference()

MRC_API const MR_ObjectComparableWithReference * MR_PointMeasurementObject_UpcastTo_MR_ObjectComparableWithReference ( const MR_PointMeasurementObject * object)

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

◆ MR_PointMeasurementObject_UpcastTo_MR_VisualObject()

MRC_API const MR_VisualObject * MR_PointMeasurementObject_UpcastTo_MR_VisualObject ( const MR_PointMeasurementObject * object)

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