#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.
| Enumerations | |
| enum | MR_PointMeasurementVisualizePropertyType { MR_PointMeasurementVisualizePropertyType_CapVisibility = 0 , MR_PointMeasurementVisualizePropertyType__count = 1 } | 
| typedef struct MR_AnyVisualizeMaskEnum MR_AnyVisualizeMaskEnum | 
| typedef struct MR_MeasurementObject MR_MeasurementObject | 
| 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_PointMeasurementObject MR_PointMeasurementObject | 
Generated from class MR::PointMeasurementObject. Base classes: Direct: (non-virtual) MR::MeasurementObject MR::ObjectComparableWithReference Indirect: (non-virtual) MR::Object MR::ObjectChildrenHolder 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 struct MR_ViewportMask MR_ViewportMask | 
| typedef struct MR_VisualObject MR_VisualObject | 
| 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. 
| MRC_API const char * MR_PointMeasurementObject_ClassName | ( | void | ) | 
Generated from a method of class MR::PointMeasurementObject named 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. 
| MRC_API const char * MR_PointMeasurementObject_ClassNameInPlural | ( | void | ) | 
Generated from a method of class MR::PointMeasurementObject named 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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_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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| MRC_API MR_MeasurementObject * MR_PointMeasurementObject_MutableUpcastTo_MR_MeasurementObject | ( | MR_PointMeasurementObject * | object | ) | 
Upcasts an instance of MR::PointMeasurementObject to its base class MR::MeasurementObject. 
| MRC_API MR_Object * MR_PointMeasurementObject_MutableUpcastTo_MR_Object | ( | MR_PointMeasurementObject * | object | ) | 
Upcasts an instance of MR::PointMeasurementObject to its base class MR::Object. 
| MRC_API MR_ObjectChildrenHolder * MR_PointMeasurementObject_MutableUpcastTo_MR_ObjectChildrenHolder | ( | MR_PointMeasurementObject * | object | ) | 
Upcasts an instance of MR::PointMeasurementObject to its base class MR::ObjectChildrenHolder. 
| MRC_API MR_ObjectComparableWithReference * MR_PointMeasurementObject_MutableUpcastTo_MR_ObjectComparableWithReference | ( | MR_PointMeasurementObject * | object | ) | 
Upcasts an instance of MR::PointMeasurementObject to its base class MR::ObjectComparableWithReference. 
| MRC_API MR_VisualObject * MR_PointMeasurementObject_MutableUpcastTo_MR_VisualObject | ( | MR_PointMeasurementObject * | object | ) | 
Upcasts an instance of MR::PointMeasurementObject to its base class MR::VisualObject. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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 | ) | 
Generated from a method of class MR::PointMeasurementObject named typeName. Parameter _this can not be null. It is a single object. 
| 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. 
| 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. 
| 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. 
| 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. 
| 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.