#include <MRCMesh/MRAffineXf.h>#include <MRCMesh/MRBox.h>#include <MRCMesh/MREnums.h>#include <MRCMesh/MRVector3.h>#include <MRCMesh/MRViewportId.h>#include <MRCMisc/common.h>#include <MRCMisc/exports.h>#include <stdbool.h>#include <stddef.h>Go to the source code of this file.
Enumerations | |
| enum | MR_PointMeasurementVisualizePropertyType { MR_PointMeasurementVisualizePropertyType_CapVisibility = 0 , MR_PointMeasurementVisualizePropertyType__count = 1 } |
| typedef struct MR_AnyVisualizeMaskEnum MR_AnyVisualizeMaskEnum |
| typedef struct MR_Color MR_Color |
| typedef struct MR_MeasurementObject MR_MeasurementObject |
| typedef struct MR_ModelBaseRenderParams MR_ModelBaseRenderParams |
| typedef struct MR_ModelRenderParams MR_ModelRenderParams |
| typedef struct MR_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::ObjectChildrenHolder MR::Object MR::VisualObject Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
| 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_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_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_std_vector_std_string MR_std_vector_std_string |
| typedef struct MR_UiRenderParams MR_UiRenderParams |
| typedef struct MR_ViewportMask MR_ViewportMask |
| typedef struct MR_ViewportProperty_MR_Color MR_ViewportProperty_MR_Color |
| typedef struct MR_VisualObject MR_VisualObject |
| MRC_API bool MR_PointMeasurementObject_addChild | ( | MR_PointMeasurementObject * | _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;
| recognizedChild | if set to false then child object will be excluded from children() and it will be stored by weak_ptr Generated from method MR::PointMeasurementObject::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. |
| MRC_API bool MR_PointMeasurementObject_addChildBefore | ( | MR_PointMeasurementObject * | _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::PointMeasurementObject::addChildBefore. Parameter _this can not be null. It is a single object. Parameter existingChild can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_addTag | ( | MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_applyScale | ( | MR_PointMeasurementObject * | _this, |
| float | scaleFactor ) |
scale object size (all point positions) Generated from method MR::PointMeasurementObject::applyScale. Parameter _this can not be null. It is a single object.
| MRC_API MR_PointMeasurementObject * MR_PointMeasurementObject_AssignFromAnother | ( | MR_PointMeasurementObject * | _this, |
| MR_PassBy | _other_pass_by, | ||
| MR_PointMeasurementObject * | _other ) |
Generated from method MR::PointMeasurementObject::operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API MR_std_string * MR_PointMeasurementObject_className | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::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 MR_std_string * MR_PointMeasurementObject_classNameInPlural | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::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 method MR::PointMeasurementObject::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 MR_std_shared_ptr_MR_Object * MR_PointMeasurementObject_cloneTree | ( | const MR_PointMeasurementObject * | _this | ) |
clones all tree of this object (except ancillary and unrecognized children) Generated from method MR::PointMeasurementObject::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.
| MRC_API bool MR_PointMeasurementObject_comparisonToleranceIsAlwaysOnlyPositive | ( | const MR_PointMeasurementObject * | _this, |
| MR_uint64_t | i ) |
Generated from method MR::PointMeasurementObject::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 method MR::PointMeasurementObject::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 constructor MR::PointMeasurementObject::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 void MR_PointMeasurementObject_copyAllSolidColors | ( | MR_PointMeasurementObject * | _this, |
| const MR_VisualObject * | other ) |
set all object solid colors (front/back/etc.) from other object for all viewports Generated from method MR::PointMeasurementObject::copyAllSolidColors. Parameter _this can not be null. It is a single object. Parameter other can not be null. It is a single object.
| 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 bool MR_PointMeasurementObject_detachFromParent | ( | MR_PointMeasurementObject * | _this | ) |
removes this from its parent children list returns false if it was already orphan Generated from method MR::PointMeasurementObject::detachFromParent. Parameter _this can not be null. It is a single object.
| MRC_API MR_std_vector_MR_ViewportMask * MR_PointMeasurementObject_getAllVisualizeProperties | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::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 float MR_PointMeasurementObject_getAmbientStrength | ( | const MR_PointMeasurementObject * | _this | ) |
returns intensity of non-directional light Generated from method MR::PointMeasurementObject::getAmbientStrength. Parameter _this can not be null. It is a single object.
| MRC_API const MR_Color * MR_PointMeasurementObject_getBackColor | ( | const MR_PointMeasurementObject * | _this, |
| const MR_ViewportId * | viewportId ) |
returns backward color of object in given viewport Generated from method MR::PointMeasurementObject::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.
| MRC_API const MR_ViewportProperty_MR_Color * MR_PointMeasurementObject_getBackColorsForAllViewports | ( | const MR_PointMeasurementObject * | _this | ) |
returns backward color of object in all viewports Generated from method MR::PointMeasurementObject::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.
| MRC_API MR_Box3f MR_PointMeasurementObject_getBoundingBox | ( | const MR_PointMeasurementObject * | _this | ) |
returns cached bounding box of this object in local coordinates Generated from method MR::PointMeasurementObject::getBoundingBox. Parameter _this can not be null. It is a single object.
| MRC_API MR_ColoringType MR_PointMeasurementObject_getColoringType | ( | const MR_PointMeasurementObject * | _this | ) |
returns the current coloring mode of the object Generated from method MR::PointMeasurementObject::getColoringType. Parameter _this can not be null. It is a single object.
| MRC_API MR_std_string_view * MR_PointMeasurementObject_getComparablePropertyName | ( | const MR_PointMeasurementObject * | _this, |
| MR_uint64_t | i ) |
Generated from method MR::PointMeasurementObject::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 method MR::PointMeasurementObject::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 method MR::PointMeasurementObject::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 method MR::PointMeasurementObject::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 unsigned int MR_PointMeasurementObject_getDirtyFlags | ( | const MR_PointMeasurementObject * | _this | ) |
returns current dirty flags for the object Generated from method MR::PointMeasurementObject::getDirtyFlags. Parameter _this can not be null. It is a single object.
| MRC_API const MR_Color * MR_PointMeasurementObject_getFrontColor | ( | const MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API const MR_ViewportProperty_MR_Color * MR_PointMeasurementObject_getFrontColorsForAllViewports | ( | const MR_PointMeasurementObject * | _this, |
| const bool * | selected ) |
returns color of object when it is selected/not-selected (depending on argument) in all viewports Generated from method MR::PointMeasurementObject::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.
| MRC_API const unsigned char * MR_PointMeasurementObject_getGlobalAlpha | ( | const MR_PointMeasurementObject * | _this, |
| const MR_ViewportId * | viewportId ) |
returns global transparency alpha of object in given viewport Generated from method MR::PointMeasurementObject::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.
| MRC_API const MR_ViewportProperty_unsigned_char * MR_PointMeasurementObject_getGlobalAlphaForAllViewports | ( | const MR_PointMeasurementObject * | _this | ) |
returns global transparency alpha of object in all viewports Generated from method MR::PointMeasurementObject::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.
| MRC_API MR_std_vector_std_string * MR_PointMeasurementObject_getInfoLines | ( | const MR_PointMeasurementObject * | _this | ) |
return several info lines that can better describe the object in the UI Generated from method MR::PointMeasurementObject::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.
| MRC_API MR_Vector3f MR_PointMeasurementObject_getLocalPoint | ( | const MR_PointMeasurementObject * | _this, |
| const MR_ViewportId * | id ) |
calculates point from xf Generated from method MR::PointMeasurementObject::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 MR_uint64_t MR_PointMeasurementObject_getModelHash | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::getModelHash. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_getRedrawFlag | ( | const MR_PointMeasurementObject * | _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::PointMeasurementObject::getRedrawFlag. Parameter _this can not be null. It is a single object. Parameter viewportMask can not be null. It is a single object.
| MRC_API MR_std_shared_ptr_MR_Object * MR_PointMeasurementObject_getSharedPtr | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::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.
| MRC_API float MR_PointMeasurementObject_getShininess | ( | const MR_PointMeasurementObject * | _this | ) |
returns the current shininess visual value Generated from method MR::PointMeasurementObject::getShininess. Parameter _this can not be null. It is a single object.
| MRC_API float MR_PointMeasurementObject_getSpecularStrength | ( | const MR_PointMeasurementObject * | _this | ) |
returns intensity of reflections Generated from method MR::PointMeasurementObject::getSpecularStrength. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_getVisualizeProperty | ( | const MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API const MR_ViewportMask * MR_PointMeasurementObject_getVisualizePropertyMask | ( | const MR_PointMeasurementObject * | _this, |
| const MR_AnyVisualizeMaskEnum * | type ) |
Generated from method MR::PointMeasurementObject::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_Box3f MR_PointMeasurementObject_getWorldBox | ( | const MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API MR_Vector3f MR_PointMeasurementObject_getWorldPoint | ( | const MR_PointMeasurementObject * | _this, |
| const MR_ViewportId * | id ) |
Generated from method MR::PointMeasurementObject::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_Box3f MR_PointMeasurementObject_getWorldTreeBox | ( | const MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API bool MR_PointMeasurementObject_globalClippedByPlane | ( | const MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API MR_ViewportMask * MR_PointMeasurementObject_globalClippedByPlaneMask | ( | const MR_PointMeasurementObject * | _this | ) |
returns all viewports where this object or any of its parents is clipped by plane Generated from method MR::PointMeasurementObject::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.
| MRC_API bool MR_PointMeasurementObject_globalVisibility | ( | const MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API MR_ViewportMask * MR_PointMeasurementObject_globalVisibilityMask | ( | const MR_PointMeasurementObject * | _this | ) |
returns all viewports where this object is visible together with all its parents Generated from method MR::PointMeasurementObject::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.
| MRC_API bool MR_PointMeasurementObject_hasModel | ( | const MR_PointMeasurementObject * | _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::PointMeasurementObject::hasModel. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_hasVisualRepresentation | ( | const MR_PointMeasurementObject * | _this | ) |
does the object have any visual representation (visible points, triangles, edges, etc.), no considering child objects Generated from method MR::PointMeasurementObject::hasVisualRepresentation. Parameter _this can not be null. It is a single object.
| MRC_API MR_uint64_t MR_PointMeasurementObject_heapBytes | ( | const MR_PointMeasurementObject * | _this | ) |
returns the amount of memory this object occupies on heap Generated from method MR::PointMeasurementObject::heapBytes. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_isAncestor | ( | const MR_PointMeasurementObject * | _this, |
| const MR_Object * | ancestor ) |
return true if given object is ancestor of this one, false otherwise Generated from method MR::PointMeasurementObject::isAncestor. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_isAncillary | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::isAncillary. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_isGlobalAncillary | ( | const MR_PointMeasurementObject * | _this | ) |
returns true if the object or any of its ancestors are ancillary Generated from method MR::PointMeasurementObject::isGlobalAncillary. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_isLocked | ( | const MR_PointMeasurementObject * | _this | ) |
object properties lock for UI Generated from method MR::PointMeasurementObject::isLocked. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_isParentLocked | ( | const MR_PointMeasurementObject * | _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::PointMeasurementObject::isParentLocked. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_isPickable | ( | const MR_PointMeasurementObject * | _this, |
| const MR_ViewportMask * | viewportMask ) |
whether the object can be picked (by mouse) in any of given viewports Generated from method MR::PointMeasurementObject::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.
| MRC_API bool MR_PointMeasurementObject_isSelected | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::isSelected. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_isVisible | ( | const MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| 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 const MR_std_string * MR_PointMeasurementObject_name | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::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.
| MRC_API MR_uint64_t MR_PointMeasurementObject_numComparableProperties | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::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 method MR::PointMeasurementObject::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_removeAllChildren | ( | MR_PointMeasurementObject * | _this | ) |
detaches all recognized children from this, keeping all unrecognized ones Generated from method MR::PointMeasurementObject::removeAllChildren. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_removeTag | ( | MR_PointMeasurementObject * | _this, |
| const char * | tag, | ||
| const char * | tag_end ) |
removes tag from the object's tag storage additionally calls ObjectTagManager::tagRemovedSignal Generated from method MR::PointMeasurementObject::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.
| MRC_API bool MR_PointMeasurementObject_render | ( | const MR_PointMeasurementObject * | _this, |
| const MR_ModelRenderParams * | _1 ) |
draws this object for visualization Returns true if something was drawn. Generated from method MR::PointMeasurementObject::render. Parameter _this can not be null. It is a single object. Parameter _1 can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_renderForPicker | ( | const MR_PointMeasurementObject * | _this, |
| const MR_ModelBaseRenderParams * | _1, | ||
| unsigned int | _2 ) |
draws this object for picking Generated from method MR::PointMeasurementObject::renderForPicker. Parameter _this can not be null. It is a single object. Parameter _1 can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_renderUi | ( | const MR_PointMeasurementObject * | _this, |
| const MR_UiRenderParams * | params ) |
draws this object for 2d UI Generated from method MR::PointMeasurementObject::renderUi. Parameter _this can not be null. It is a single object. Parameter params can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_resetColors | ( | MR_PointMeasurementObject * | _this | ) |
reset all object colors to their default values from the current theme Generated from method MR::PointMeasurementObject::resetColors. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_resetDirty | ( | const MR_PointMeasurementObject * | _this | ) |
resets all dirty flags (except for cache flags that will be reset automatically on cache update) Generated from method MR::PointMeasurementObject::resetDirty. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_resetDirtyExceptMask | ( | const MR_PointMeasurementObject * | _this, |
| unsigned int | mask ) |
reset dirty flags without some specific bits (useful for lazy normals update) Generated from method MR::PointMeasurementObject::resetDirtyExceptMask. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_resetFrontColor | ( | MR_PointMeasurementObject * | _this | ) |
reset basic object colors to their default values from the current theme Generated from method MR::PointMeasurementObject::resetFrontColor. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_resetRedrawFlag | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::resetRedrawFlag. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_resetXf | ( | MR_PointMeasurementObject * | _this, |
| const MR_ViewportId * | id ) |
forgets specific transform in given viewport (or forgets all specific transforms for {} input) Generated from method MR::PointMeasurementObject::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.
| MRC_API bool MR_PointMeasurementObject_sameModels | ( | const MR_PointMeasurementObject * | _this, |
| const MR_Object * | other ) |
Generated from method MR::PointMeasurementObject::sameModels. Parameter _this can not be null. It is a single object. Parameter other can not be null. It is a single object.
| MRC_API bool MR_PointMeasurementObject_select | ( | MR_PointMeasurementObject * | _this, |
| bool | on ) |
selects the object, returns true if value changed, otherwise returns false Generated from method MR::PointMeasurementObject::select. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setAllVisualizeProperties | ( | MR_PointMeasurementObject * | _this, |
| const MR_std_vector_MR_ViewportMask * | properties ) |
set all visualize properties masks Generated from method MR::PointMeasurementObject::setAllVisualizeProperties. Parameter _this can not be null. It is a single object. Parameter properties can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setAmbientStrength | ( | MR_PointMeasurementObject * | _this, |
| float | ambientStrength ) |
sets intensity of non-directional light Generated from method MR::PointMeasurementObject::setAmbientStrength. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setAncillary | ( | MR_PointMeasurementObject * | _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::PointMeasurementObject::setAncillary. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setBackColor | ( | MR_PointMeasurementObject * | _this, |
| const MR_Color * | color, | ||
| const MR_ViewportId * | viewportId ) |
sets backward color of object in given viewport Generated from method MR::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setBackColorsForAllViewports | ( | MR_PointMeasurementObject * | _this, |
| MR_PassBy | val_pass_by, | ||
| MR_ViewportProperty_MR_Color * | val ) |
sets backward color of object in all viewports Generated from method MR::PointMeasurementObject::setBackColorsForAllViewports. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setColoringType | ( | MR_PointMeasurementObject * | _this, |
| MR_ColoringType | coloringType ) |
sets coloring mode of the object with given argument Generated from method MR::PointMeasurementObject::setColoringType. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setComparisonReferenceVal | ( | MR_PointMeasurementObject * | _this, |
| MR_uint64_t | i, | ||
| const MR_ObjectComparableWithReference_ComparisonReferenceValue * | value ) |
Generated from method MR::PointMeasurementObject::setComparisonReferenceVal. Parameter _this can not be null. It is a single object. Parameter value can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setComparisonReferenceValue | ( | MR_PointMeasurementObject * | _this, |
| MR_uint64_t | i, | ||
| const MR_std_variant_float_MR_Vector3f * | value ) |
Generated from method MR::PointMeasurementObject::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 method MR::PointMeasurementObject::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_setDirtyFlags | ( | MR_PointMeasurementObject * | _this, |
| unsigned int | mask, | ||
| const bool * | invalidateCaches ) |
sets some dirty flags for the object (to force its visual update)
| mask | is a union of DirtyFlags flags |
| invalidateCaches | whether to automatically invalidate model caches (pass false here if you manually update the caches) Generated from method MR::PointMeasurementObject::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. |
| MRC_API void MR_PointMeasurementObject_setFrontColor | ( | MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setFrontColorsForAllViewports | ( | MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setGlobalAlpha | ( | MR_PointMeasurementObject * | _this, |
| unsigned char | alpha, | ||
| const MR_ViewportId * | viewportId ) |
sets global transparency alpha of object in given viewport Generated from method MR::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setGlobalAlphaForAllViewports | ( | MR_PointMeasurementObject * | _this, |
| MR_PassBy | val_pass_by, | ||
| MR_ViewportProperty_unsigned_char * | val ) |
sets global transparency alpha of object in all viewports Generated from method MR::PointMeasurementObject::setGlobalAlphaForAllViewports. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setGlobalClippedByPlane | ( | MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setGlobalVisibility | ( | MR_PointMeasurementObject * | _this, |
| bool | on, | ||
| const MR_ViewportMask * | viewportMask ) |
if true sets all predecessors visible, otherwise sets this object invisible Generated from method MR::PointMeasurementObject::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.
| 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 method MR::PointMeasurementObject::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_setLocked | ( | MR_PointMeasurementObject * | _this, |
| bool | on ) |
Generated from method MR::PointMeasurementObject::setLocked. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setName | ( | MR_PointMeasurementObject * | _this, |
| const char * | name, | ||
| const char * | name_end ) |
Generated from method MR::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setParentLocked | ( | MR_PointMeasurementObject * | _this, |
| bool | lock ) |
Generated from method MR::PointMeasurementObject::setParentLocked. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setPickable | ( | MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setShininess | ( | MR_PointMeasurementObject * | _this, |
| float | shininess ) |
sets shininess visual value of the object with given argument Generated from method MR::PointMeasurementObject::setShininess. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setSpecularStrength | ( | MR_PointMeasurementObject * | _this, |
| float | specularStrength ) |
sets intensity of reflections Generated from method MR::PointMeasurementObject::setSpecularStrength. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setUseDefaultScenePropertiesOnDeserialization | ( | MR_PointMeasurementObject * | _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::PointMeasurementObject::setUseDefaultScenePropertiesOnDeserialization. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setVisibilityMask | ( | MR_PointMeasurementObject * | _this, |
| const MR_ViewportMask * | viewportMask ) |
specifies object visibility as bitmask of viewports Generated from method MR::PointMeasurementObject::setVisibilityMask. Parameter _this can not be null. It is a single object. Parameter viewportMask can not be null. It is a single object.
| MRC_API void MR_PointMeasurementObject_setVisible | ( | MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setVisualizeProperty | ( | MR_PointMeasurementObject * | _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::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setVisualizePropertyMask | ( | MR_PointMeasurementObject * | _this, |
| const MR_AnyVisualizeMaskEnum * | type, | ||
| const MR_ViewportMask * | viewportMask ) |
set visual property mask Generated from method MR::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setWorldPoint | ( | MR_PointMeasurementObject * | _this, |
| const MR_Vector3f * | point, | ||
| const MR_ViewportId * | id ) |
Generated from method MR::PointMeasurementObject::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 void MR_PointMeasurementObject_setWorldXf | ( | MR_PointMeasurementObject * | _this, |
| const MR_AffineXf3f * | xf, | ||
| const MR_ViewportId * | id ) |
Generated from method MR::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setXf | ( | MR_PointMeasurementObject * | _this, |
| const MR_AffineXf3f * | xf, | ||
| const MR_ViewportId * | id ) |
Generated from method MR::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_setXfsForAllViewports | ( | MR_PointMeasurementObject * | _this, |
| MR_PassBy | xf_pass_by, | ||
| MR_ViewportProperty_MR_AffineXf3f * | xf ) |
modifies xfs for all viewports at once Generated from method MR::PointMeasurementObject::setXfsForAllViewports. Parameter _this can not be null. It is a single object.
| MRC_API MR_std_shared_ptr_MR_Object * MR_PointMeasurementObject_shallowClone | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::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 MR_std_shared_ptr_MR_Object * MR_PointMeasurementObject_shallowCloneTree | ( | const MR_PointMeasurementObject * | _this | ) |
clones all tree of this object (except ancillary and unrecognied children) clones only pointers to mesh, points or voxels Generated from method MR::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_sortChildren | ( | MR_PointMeasurementObject * | _this | ) |
sort recognized children by name Generated from method MR::PointMeasurementObject::sortChildren. Parameter _this can not be null. It is a single object.
| MRC_API const char * MR_PointMeasurementObject_StaticClassName | ( | void | ) |
Generated from method MR::PointMeasurementObject::StaticClassName.
| MRC_API const char * MR_PointMeasurementObject_StaticClassNameInPlural | ( | void | ) |
Generated from method MR::PointMeasurementObject::StaticClassNameInPlural.
| MRC_API const char * MR_PointMeasurementObject_StaticTypeName | ( | void | ) |
Generated from method MR::PointMeasurementObject::StaticTypeName.
| MRC_API bool MR_PointMeasurementObject_supportsVisualizeProperty | ( | const MR_PointMeasurementObject * | _this, |
| const MR_AnyVisualizeMaskEnum * | type ) |
Generated from method MR::PointMeasurementObject::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 void MR_PointMeasurementObject_swap | ( | MR_PointMeasurementObject * | _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::PointMeasurementObject::swap. Parameter _this can not be null. It is a single object. Parameter other can not be null. It is a single object.
| MRC_API const MR_std_set_std_string * MR_PointMeasurementObject_tags | ( | const MR_PointMeasurementObject * | _this | ) |
provides read-only access to the tag storage the storage is a set of unique strings Generated from method MR::PointMeasurementObject::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.
| MRC_API void MR_PointMeasurementObject_toggleVisualizeProperty | ( | MR_PointMeasurementObject * | _this, |
| const MR_AnyVisualizeMaskEnum * | type, | ||
| const MR_ViewportMask * | viewportMask ) |
toggle visual property in all viewports specified by the mask Generated from method MR::PointMeasurementObject::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.
| MRC_API const char * MR_PointMeasurementObject_typeName | ( | const MR_PointMeasurementObject * | _this | ) |
Generated from method MR::PointMeasurementObject::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.
| MRC_API bool MR_PointMeasurementObject_useDefaultScenePropertiesOnDeserialization | ( | const MR_PointMeasurementObject * | _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::PointMeasurementObject::useDefaultScenePropertiesOnDeserialization. Parameter _this can not be null. It is a single object.
| MRC_API MR_ViewportMask * MR_PointMeasurementObject_visibilityMask | ( | const MR_PointMeasurementObject * | _this | ) |
gets object visibility as bitmask of viewports Generated from method MR::PointMeasurementObject::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.
| MRC_API MR_AffineXf3f MR_PointMeasurementObject_worldXf | ( | const MR_PointMeasurementObject * | _this, |
| const MR_ViewportId * | id, | ||
| bool * | isDef ) |
this space to world space transformation for default or specific viewport
| isDef | receives true if the object has default transformation in this viewport (same as worldXf() returns) Generated from method MR::PointMeasurementObject::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++. |
| MRC_API const MR_AffineXf3f * MR_PointMeasurementObject_xf | ( | const MR_PointMeasurementObject * | _this, |
| const MR_ViewportId * | id, | ||
| bool * | isDef ) |
this space to parent space transformation (to world space if no parent) for default or given viewport
| isDef | receives true if the object has default transformation in this viewport (same as xf() returns) Generated from method MR::PointMeasurementObject::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. |
| MRC_API const MR_ViewportProperty_MR_AffineXf3f * MR_PointMeasurementObject_xfsForAllViewports | ( | const MR_PointMeasurementObject * | _this | ) |
returns xfs for all viewports, combined into a single object Generated from method MR::PointMeasurementObject::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.