#include <MRCMesh/MRAffineXf.h>#include <MRCMesh/MRBox.h>#include <MRCMesh/MREnums.h>#include <MRCMesh/MRMatrix3.h>#include <MRCMesh/MRVector3.h>#include <MRCMesh/MRViewportId.h>#include <MRCMisc/common.h>#include <MRCMisc/exports.h>#include <stdbool.h>#include <stddef.h>Go to the source code of this file.
| typedef struct MR_AnyVisualizeMaskEnum MR_AnyVisualizeMaskEnum |
| typedef struct MR_Color MR_Color |
| typedef struct MR_FeatureObject MR_FeatureObject |
| typedef struct MR_ModelBaseRenderParams MR_ModelBaseRenderParams |
| typedef struct MR_ModelRenderParams MR_ModelRenderParams |
| typedef struct MR_ObjectChildrenHolder MR_ObjectChildrenHolder |
| typedef struct MR_PlaneObject MR_PlaneObject |
Object to show plane feature Generated from class MR::PlaneObject. Base classes: Direct: (non-virtual) MR::FeatureObject 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_set_std_string MR_std_set_std_string |
| typedef struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object |
| typedef struct MR_std_string MR_std_string |
| typedef struct MR_std_vector_MR_FeatureObjectSharedProperty MR_std_vector_MR_FeatureObjectSharedProperty |
| typedef struct MR_std_vector_MR_Vector3f MR_std_vector_MR_Vector3f |
| typedef struct MR_std_vector_MR_ViewportMask MR_std_vector_MR_ViewportMask |
| typedef struct MR_std_vector_std_string MR_std_vector_std_string |
| typedef struct MR_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_PlaneObject_addChild | ( | MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_addChildBefore | ( | MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_addTag | ( | MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_applyScale | ( | MR_PlaneObject * | _this, |
| float | scaleFactor ) |
scale object size (all point positions) Generated from method MR::PlaneObject::applyScale. Parameter _this can not be null. It is a single object.
| MRC_API MR_PlaneObject * MR_PlaneObject_AssignFromAnother | ( | MR_PlaneObject * | _this, |
| MR_PassBy | _other_pass_by, | ||
| MR_PlaneObject * | _other ) |
Generated from method MR::PlaneObject::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_Matrix3f MR_PlaneObject_calcLocalBasis | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportId * | id ) |
calculates normalized directions of X,Y axis of the plane and normal as Z Generated from method MR::PlaneObject::calcLocalBasis. 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_std_string * MR_PlaneObject_className | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::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_PlaneObject_classNameInPlural | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::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_PlaneObject_clone | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::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_PlaneObject_cloneTree | ( | const MR_PlaneObject * | _this | ) |
clones all tree of this object (except ancillary and unrecognized children) Generated from method MR::PlaneObject::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 MR_PlaneObject * MR_PlaneObject_Construct | ( | const MR_std_vector_MR_Vector3f * | pointsToApprox | ) |
Finds best plane to approx given points Generated from constructor MR::PlaneObject::PlaneObject. Parameter pointsToApprox can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_PlaneObject_Destroy() to free it when you're done using it.
| MRC_API MR_PlaneObject * MR_PlaneObject_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, |
| MR_PlaneObject * | _other ) |
Generated from constructor MR::PlaneObject::PlaneObject. Never returns null. Returns an instance allocated on the heap! Must call MR_PlaneObject_Destroy() to free it when you're done using it.
| MRC_API void MR_PlaneObject_copyAllSolidColors | ( | MR_PlaneObject * | _this, |
| const MR_VisualObject * | other ) |
set all object solid colors (front/back/etc.) from other object for all viewports Generated from method MR::PlaneObject::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_PlaneObject * MR_PlaneObject_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_PlaneObject_Destroy() to free it when you're done using it.
| MRC_API MR_PlaneObject * MR_PlaneObject_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_PlaneObject_DestroyArray(). Use MR_PlaneObject_OffsetMutablePtr() and MR_PlaneObject_OffsetPtr() to access the array elements.
| MRC_API void MR_PlaneObject_Destroy | ( | const MR_PlaneObject * | _this | ) |
Destroys a heap-allocated instance of MR_PlaneObject. Does nothing if the pointer is null.
| MRC_API void MR_PlaneObject_DestroyArray | ( | const MR_PlaneObject * | _this | ) |
Destroys a heap-allocated array of MR_PlaneObject. Does nothing if the pointer is null.
| MRC_API bool MR_PlaneObject_detachFromParent | ( | MR_PlaneObject * | _this | ) |
removes this from its parent children list returns false if it was already orphan Generated from method MR::PlaneObject::detachFromParent. Parameter _this can not be null. It is a single object.
| MRC_API const MR_std_vector_MR_FeatureObjectSharedProperty * MR_PlaneObject_getAllSharedProperties | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::getAllSharedProperties. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API MR_std_vector_MR_ViewportMask * MR_PlaneObject_getAllVisualizeProperties | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::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_PlaneObject_getAmbientStrength | ( | const MR_PlaneObject * | _this | ) |
returns intensity of non-directional light Generated from method MR::PlaneObject::getAmbientStrength. Parameter _this can not be null. It is a single object.
| MRC_API const MR_Color * MR_PlaneObject_getBackColor | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportId * | viewportId ) |
returns backward color of object in given viewport Generated from method MR::PlaneObject::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_PlaneObject_getBackColorsForAllViewports | ( | const MR_PlaneObject * | _this | ) |
returns backward color of object in all viewports Generated from method MR::PlaneObject::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_Vector3f MR_PlaneObject_getBasePoint | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportId * | id ) |
Generated from method MR::PlaneObject::getBasePoint. Parameter _this can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it.
| MRC_API MR_Box3f MR_PlaneObject_getBoundingBox | ( | const MR_PlaneObject * | _this | ) |
returns cached bounding box of this object in local coordinates Generated from method MR::PlaneObject::getBoundingBox. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector3f MR_PlaneObject_getCenter | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportId * | id ) |
calculates center from xf Generated from method MR::PlaneObject::getCenter. Parameter _this can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it.
| MRC_API MR_ColoringType MR_PlaneObject_getColoringType | ( | const MR_PlaneObject * | _this | ) |
returns the current coloring mode of the object Generated from method MR::PlaneObject::getColoringType. Parameter _this can not be null. It is a single object.
| MRC_API const MR_Color * MR_PlaneObject_getDecorationsColor | ( | const MR_PlaneObject * | _this, |
| bool | selected, | ||
| const MR_ViewportId * | viewportId, | ||
| bool * | isDef ) |
Generated from method MR::PlaneObject::getDecorationsColor. Parameter _this can not be null. It is a single object. Parameter viewportId has a default argument: {}, pass a null pointer to use it. Parameter isDef defaults to a null pointer in C++. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API const MR_ViewportProperty_MR_Color * MR_PlaneObject_getDecorationsColorForAllViewports | ( | const MR_PlaneObject * | _this, |
| bool | selected ) |
Generated from method MR::PlaneObject::getDecorationsColorForAllViewports. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API unsigned int MR_PlaneObject_getDirtyFlags | ( | const MR_PlaneObject * | _this | ) |
returns current dirty flags for the object Generated from method MR::PlaneObject::getDirtyFlags. Parameter _this can not be null. It is a single object.
| MRC_API const MR_Color * MR_PlaneObject_getFrontColor | ( | const MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_getFrontColorsForAllViewports | ( | const MR_PlaneObject * | _this, |
| const bool * | selected ) |
returns color of object when it is selected/not-selected (depending on argument) in all viewports Generated from method MR::PlaneObject::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_PlaneObject_getGlobalAlpha | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportId * | viewportId ) |
returns global transparency alpha of object in given viewport Generated from method MR::PlaneObject::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_PlaneObject_getGlobalAlphaForAllViewports | ( | const MR_PlaneObject * | _this | ) |
returns global transparency alpha of object in all viewports Generated from method MR::PlaneObject::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_PlaneObject_getInfoLines | ( | const MR_PlaneObject * | _this | ) |
return several info lines that can better describe the object in the UI Generated from method MR::PlaneObject::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 float MR_PlaneObject_getLineWidth | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::getLineWidth. Parameter _this can not be null. It is a single object.
| MRC_API float MR_PlaneObject_getMainFeatureAlpha | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::getMainFeatureAlpha. Parameter _this can not be null. It is a single object.
| MRC_API MR_uint64_t MR_PlaneObject_getModelHash | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::getModelHash. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector3f MR_PlaneObject_getNormal | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportId * | id ) |
calculates normal from xf Generated from method MR::PlaneObject::getNormal. 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 float MR_PlaneObject_getPointSize | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::getPointSize. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PlaneObject_getRedrawFlag | ( | const MR_PlaneObject * | _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::PlaneObject::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_Matrix3f MR_PlaneObject_getRotationMatrix | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportId * | id, | ||
| bool * | isDef ) |
Generated from method MR::PlaneObject::getRotationMatrix. Parameter _this can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it. Parameter isDef defaults to a null pointer in C++.
| MRC_API MR_Matrix3f MR_PlaneObject_getScaleShearMatrix | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportId * | id, | ||
| bool * | isDef ) |
Generated from method MR::PlaneObject::getScaleShearMatrix. Parameter _this can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it. Parameter isDef defaults to a null pointer in C++.
| MRC_API MR_std_shared_ptr_MR_Object * MR_PlaneObject_getSharedPtr | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::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_PlaneObject_getShininess | ( | const MR_PlaneObject * | _this | ) |
returns the current shininess visual value Generated from method MR::PlaneObject::getShininess. Parameter _this can not be null. It is a single object.
| MRC_API float MR_PlaneObject_getSize | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportId * | id ) |
calculates plane size from xf Generated from method MR::PlaneObject::getSize. 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 float MR_PlaneObject_getSizeX | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportId * | id ) |
Generated from method MR::PlaneObject::getSizeX. 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 float MR_PlaneObject_getSizeY | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportId * | id ) |
Generated from method MR::PlaneObject::getSizeY. 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 float MR_PlaneObject_getSpecularStrength | ( | const MR_PlaneObject * | _this | ) |
returns intensity of reflections Generated from method MR::PlaneObject::getSpecularStrength. Parameter _this can not be null. It is a single object.
| MRC_API float MR_PlaneObject_getSubfeatureAlphaLines | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::getSubfeatureAlphaLines. Parameter _this can not be null. It is a single object.
| MRC_API float MR_PlaneObject_getSubfeatureAlphaMesh | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::getSubfeatureAlphaMesh. Parameter _this can not be null. It is a single object.
| MRC_API float MR_PlaneObject_getSubfeatureAlphaPoints | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::getSubfeatureAlphaPoints. Parameter _this can not be null. It is a single object.
| MRC_API float MR_PlaneObject_getSubfeatureLineWidth | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::getSubfeatureLineWidth. Parameter _this can not be null. It is a single object.
| MRC_API float MR_PlaneObject_getSubfeaturePointSize | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::getSubfeaturePointSize. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PlaneObject_getVisualizeProperty | ( | const MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_getVisualizePropertyMask | ( | const MR_PlaneObject * | _this, |
| const MR_AnyVisualizeMaskEnum * | type ) |
Generated from method MR::PlaneObject::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_PlaneObject_getWorldBox | ( | const MR_PlaneObject * | _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::PlaneObject::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_Box3f MR_PlaneObject_getWorldTreeBox | ( | const MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_globalClippedByPlane | ( | const MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_globalClippedByPlaneMask | ( | const MR_PlaneObject * | _this | ) |
returns all viewports where this object or any of its parents is clipped by plane Generated from method MR::PlaneObject::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_PlaneObject_globalVisibility | ( | const MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_globalVisibilityMask | ( | const MR_PlaneObject * | _this | ) |
returns all viewports where this object is visible together with all its parents Generated from method MR::PlaneObject::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_PlaneObject_hasModel | ( | const MR_PlaneObject * | _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::PlaneObject::hasModel. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PlaneObject_hasVisualRepresentation | ( | const MR_PlaneObject * | _this | ) |
does the object have any visual representation (visible points, triangles, edges, etc.), no considering child objects Generated from method MR::PlaneObject::hasVisualRepresentation. Parameter _this can not be null. It is a single object.
| MRC_API MR_uint64_t MR_PlaneObject_heapBytes | ( | const MR_PlaneObject * | _this | ) |
returns the amount of memory this object occupies on heap Generated from method MR::PlaneObject::heapBytes. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PlaneObject_isAncestor | ( | const MR_PlaneObject * | _this, |
| const MR_Object * | ancestor ) |
return true if given object is ancestor of this one, false otherwise Generated from method MR::PlaneObject::isAncestor. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PlaneObject_isAncillary | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::isAncillary. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PlaneObject_isGlobalAncillary | ( | const MR_PlaneObject * | _this | ) |
returns true if the object or any of its ancestors are ancillary Generated from method MR::PlaneObject::isGlobalAncillary. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PlaneObject_isLocked | ( | const MR_PlaneObject * | _this | ) |
object properties lock for UI Generated from method MR::PlaneObject::isLocked. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PlaneObject_isParentLocked | ( | const MR_PlaneObject * | _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::PlaneObject::isParentLocked. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PlaneObject_isPickable | ( | const MR_PlaneObject * | _this, |
| const MR_ViewportMask * | viewportMask ) |
whether the object can be picked (by mouse) in any of given viewports Generated from method MR::PlaneObject::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_PlaneObject_isSelected | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::isSelected. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PlaneObject_isVisible | ( | const MR_PlaneObject * | _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::PlaneObject::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_FeatureObject * MR_PlaneObject_MutableUpcastTo_MR_FeatureObject | ( | MR_PlaneObject * | object | ) |
Upcasts an instance of MR::PlaneObject to its base class MR::FeatureObject.
| MRC_API MR_Object * MR_PlaneObject_MutableUpcastTo_MR_Object | ( | MR_PlaneObject * | object | ) |
Upcasts an instance of MR::PlaneObject to its base class MR::Object.
| MRC_API MR_ObjectChildrenHolder * MR_PlaneObject_MutableUpcastTo_MR_ObjectChildrenHolder | ( | MR_PlaneObject * | object | ) |
Upcasts an instance of MR::PlaneObject to its base class MR::ObjectChildrenHolder.
| MRC_API MR_VisualObject * MR_PlaneObject_MutableUpcastTo_MR_VisualObject | ( | MR_PlaneObject * | object | ) |
Upcasts an instance of MR::PlaneObject to its base class MR::VisualObject.
| MRC_API const MR_std_string * MR_PlaneObject_name | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::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_PlaneObject * MR_PlaneObject_OffsetMutablePtr | ( | MR_PlaneObject * | 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_PlaneObject * MR_PlaneObject_OffsetPtr | ( | const MR_PlaneObject * | 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_FeatureObjectProjectPointResult * MR_PlaneObject_projectPoint | ( | const MR_PlaneObject * | _this, |
| const MR_Vector3f * | point, | ||
| const MR_ViewportId * | id ) |
Generated from method MR::PlaneObject::projectPoint. Parameter _this can not be null. It is a single object. Parameter point can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_FeatureObjectProjectPointResult_Destroy() to free it when you're done using it.
| MRC_API void MR_PlaneObject_removeAllChildren | ( | MR_PlaneObject * | _this | ) |
detaches all recognized children from this, keeping all unrecognized ones Generated from method MR::PlaneObject::removeAllChildren. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_PlaneObject_removeTag | ( | MR_PlaneObject * | _this, |
| const char * | tag, | ||
| const char * | tag_end ) |
removes tag from the object's tag storage additionally calls ObjectTagManager::tagRemovedSignal Generated from method MR::PlaneObject::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_PlaneObject_render | ( | const MR_PlaneObject * | _this, |
| const MR_ModelRenderParams * | _1 ) |
draws this object for visualization Returns true if something was drawn. Generated from method MR::PlaneObject::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_PlaneObject_renderForPicker | ( | const MR_PlaneObject * | _this, |
| const MR_ModelBaseRenderParams * | _1, | ||
| unsigned int | _2 ) |
draws this object for picking Generated from method MR::PlaneObject::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_PlaneObject_renderUi | ( | const MR_PlaneObject * | _this, |
| const MR_UiRenderParams * | params ) |
draws this object for 2d UI Generated from method MR::PlaneObject::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_PlaneObject_resetColors | ( | MR_PlaneObject * | _this | ) |
reset all object colors to their default values from the current theme Generated from method MR::PlaneObject::resetColors. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_resetDirty | ( | const MR_PlaneObject * | _this | ) |
resets all dirty flags (except for cache flags that will be reset automatically on cache update) Generated from method MR::PlaneObject::resetDirty. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_resetDirtyExceptMask | ( | const MR_PlaneObject * | _this, |
| unsigned int | mask ) |
reset dirty flags without some specific bits (useful for lazy normals update) Generated from method MR::PlaneObject::resetDirtyExceptMask. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_resetFrontColor | ( | MR_PlaneObject * | _this | ) |
reset basic object colors to their default values from the current theme Generated from method MR::PlaneObject::resetFrontColor. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_resetRedrawFlag | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::resetRedrawFlag. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_resetXf | ( | MR_PlaneObject * | _this, |
| const MR_ViewportId * | id ) |
Generated from method MR::PlaneObject::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_PlaneObject_sameModels | ( | const MR_PlaneObject * | _this, |
| const MR_Object * | other ) |
Generated from method MR::PlaneObject::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_PlaneObject_select | ( | MR_PlaneObject * | _this, |
| bool | on ) |
selects the object, returns true if value changed, otherwise returns false Generated from method MR::PlaneObject::select. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setAllVisualizeProperties | ( | MR_PlaneObject * | _this, |
| const MR_std_vector_MR_ViewportMask * | properties ) |
set all visualize properties masks Generated from method MR::PlaneObject::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_PlaneObject_setAmbientStrength | ( | MR_PlaneObject * | _this, |
| float | ambientStrength ) |
sets intensity of non-directional light Generated from method MR::PlaneObject::setAmbientStrength. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setAncillary | ( | MR_PlaneObject * | _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::PlaneObject::setAncillary. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setBackColor | ( | MR_PlaneObject * | _this, |
| const MR_Color * | color, | ||
| const MR_ViewportId * | viewportId ) |
sets backward color of object in given viewport Generated from method MR::PlaneObject::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_PlaneObject_setBackColorsForAllViewports | ( | MR_PlaneObject * | _this, |
| MR_PassBy | val_pass_by, | ||
| MR_ViewportProperty_MR_Color * | val ) |
sets backward color of object in all viewports Generated from method MR::PlaneObject::setBackColorsForAllViewports. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setCenter | ( | MR_PlaneObject * | _this, |
| const MR_Vector3f * | center, | ||
| const MR_ViewportId * | id ) |
updates xf to fit given center Generated from method MR::PlaneObject::setCenter. Parameter _this can not be null. It is a single object. Parameter center can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it.
| MRC_API void MR_PlaneObject_setColoringType | ( | MR_PlaneObject * | _this, |
| MR_ColoringType | coloringType ) |
sets coloring mode of the object with given argument Generated from method MR::PlaneObject::setColoringType. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setDecorationsColor | ( | MR_PlaneObject * | _this, |
| const MR_Color * | color, | ||
| bool | selected, | ||
| const MR_ViewportId * | viewportId ) |
Generated from method MR::PlaneObject::setDecorationsColor. Parameter _this can not be null. It is a single object. Parameter color can not be null. It is a single object. Parameter viewportId has a default argument: {}, pass a null pointer to use it.
| MRC_API void MR_PlaneObject_setDecorationsColorForAllViewports | ( | MR_PlaneObject * | _this, |
| MR_PassBy | val_pass_by, | ||
| MR_ViewportProperty_MR_Color * | val, | ||
| bool | selected ) |
Generated from method MR::PlaneObject::setDecorationsColorForAllViewports. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setDirtyFlags | ( | MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_setFrontColor | ( | MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_setFrontColorsForAllViewports | ( | MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_setGlobalAlpha | ( | MR_PlaneObject * | _this, |
| unsigned char | alpha, | ||
| const MR_ViewportId * | viewportId ) |
sets global transparency alpha of object in given viewport Generated from method MR::PlaneObject::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_PlaneObject_setGlobalAlphaForAllViewports | ( | MR_PlaneObject * | _this, |
| MR_PassBy | val_pass_by, | ||
| MR_ViewportProperty_unsigned_char * | val ) |
sets global transparency alpha of object in all viewports Generated from method MR::PlaneObject::setGlobalAlphaForAllViewports. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setGlobalClippedByPlane | ( | MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_setGlobalVisibility | ( | MR_PlaneObject * | _this, |
| bool | on, | ||
| const MR_ViewportMask * | viewportMask ) |
if true sets all predecessors visible, otherwise sets this object invisible Generated from method MR::PlaneObject::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_PlaneObject_setLineWidth | ( | MR_PlaneObject * | _this, |
| float | lineWidth ) |
Generated from method MR::PlaneObject::setLineWidth. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setLocked | ( | MR_PlaneObject * | _this, |
| bool | on ) |
Generated from method MR::PlaneObject::setLocked. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setMainFeatureAlpha | ( | MR_PlaneObject * | _this, |
| float | alpha ) |
Generated from method MR::PlaneObject::setMainFeatureAlpha. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setName | ( | MR_PlaneObject * | _this, |
| const char * | name, | ||
| const char * | name_end ) |
Generated from method MR::PlaneObject::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_PlaneObject_setNormal | ( | MR_PlaneObject * | _this, |
| const MR_Vector3f * | normal, | ||
| const MR_ViewportId * | id ) |
updates xf to fit given normal Generated from method MR::PlaneObject::setNormal. Parameter _this can not be null. It is a single object. Parameter normal 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_PlaneObject_setParentLocked | ( | MR_PlaneObject * | _this, |
| bool | lock ) |
Generated from method MR::PlaneObject::setParentLocked. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setPickable | ( | MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_setPointSize | ( | MR_PlaneObject * | _this, |
| float | pointSize ) |
Generated from method MR::PlaneObject::setPointSize. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setShininess | ( | MR_PlaneObject * | _this, |
| float | shininess ) |
sets shininess visual value of the object with given argument Generated from method MR::PlaneObject::setShininess. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setSize | ( | MR_PlaneObject * | _this, |
| float | size, | ||
| const MR_ViewportId * | id ) |
updates xf to scale size Generated from method MR::PlaneObject::setSize. 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 void MR_PlaneObject_setSizeX | ( | MR_PlaneObject * | _this, |
| float | size, | ||
| const MR_ViewportId * | id ) |
Generated from method MR::PlaneObject::setSizeX. 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 void MR_PlaneObject_setSizeY | ( | MR_PlaneObject * | _this, |
| float | size, | ||
| const MR_ViewportId * | id ) |
Generated from method MR::PlaneObject::setSizeY. 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 void MR_PlaneObject_setSpecularStrength | ( | MR_PlaneObject * | _this, |
| float | specularStrength ) |
sets intensity of reflections Generated from method MR::PlaneObject::setSpecularStrength. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setSubfeatureAlphaLines | ( | MR_PlaneObject * | _this, |
| float | alpha ) |
Generated from method MR::PlaneObject::setSubfeatureAlphaLines. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setSubfeatureAlphaMesh | ( | MR_PlaneObject * | _this, |
| float | alpha ) |
Generated from method MR::PlaneObject::setSubfeatureAlphaMesh. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setSubfeatureAlphaPoints | ( | MR_PlaneObject * | _this, |
| float | alpha ) |
Generated from method MR::PlaneObject::setSubfeatureAlphaPoints. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setSubfeatureLineWidth | ( | MR_PlaneObject * | _this, |
| float | lineWidth ) |
Generated from method MR::PlaneObject::setSubfeatureLineWidth. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setSubfeaturePointSize | ( | MR_PlaneObject * | _this, |
| float | pointSize ) |
Generated from method MR::PlaneObject::setSubfeaturePointSize. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setUseDefaultScenePropertiesOnDeserialization | ( | MR_PlaneObject * | _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::PlaneObject::setUseDefaultScenePropertiesOnDeserialization. Parameter _this can not be null. It is a single object.
| MRC_API void MR_PlaneObject_setVisibilityMask | ( | MR_PlaneObject * | _this, |
| const MR_ViewportMask * | viewportMask ) |
specifies object visibility as bitmask of viewports Generated from method MR::PlaneObject::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_PlaneObject_setVisible | ( | MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_setVisualizeProperty | ( | MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_setVisualizePropertyMask | ( | MR_PlaneObject * | _this, |
| const MR_AnyVisualizeMaskEnum * | type, | ||
| const MR_ViewportMask * | viewportMask ) |
set visual property mask Generated from method MR::PlaneObject::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_PlaneObject_setWorldXf | ( | MR_PlaneObject * | _this, |
| const MR_AffineXf3f * | xf, | ||
| const MR_ViewportId * | id ) |
Generated from method MR::PlaneObject::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_PlaneObject_setXf | ( | MR_PlaneObject * | _this, |
| const MR_AffineXf3f * | xf, | ||
| const MR_ViewportId * | id ) |
Generated from method MR::PlaneObject::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_PlaneObject_setXfsForAllViewports | ( | MR_PlaneObject * | _this, |
| MR_PassBy | xf_pass_by, | ||
| MR_ViewportProperty_MR_AffineXf3f * | xf ) |
modifies xfs for all viewports at once Generated from method MR::PlaneObject::setXfsForAllViewports. Parameter _this can not be null. It is a single object.
| MRC_API MR_std_shared_ptr_MR_Object * MR_PlaneObject_shallowClone | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::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_PlaneObject_shallowCloneTree | ( | const MR_PlaneObject * | _this | ) |
clones all tree of this object (except ancillary and unrecognied children) clones only pointers to mesh, points or voxels Generated from method MR::PlaneObject::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_PlaneObject_sortChildren | ( | MR_PlaneObject * | _this | ) |
sort recognized children by name Generated from method MR::PlaneObject::sortChildren. Parameter _this can not be null. It is a single object.
| MRC_API const char * MR_PlaneObject_StaticClassName | ( | void | ) |
Generated from method MR::PlaneObject::StaticClassName.
| MRC_API const char * MR_PlaneObject_StaticClassNameInPlural | ( | void | ) |
Generated from method MR::PlaneObject::StaticClassNameInPlural.
| MRC_API const char * MR_PlaneObject_StaticTypeName | ( | void | ) |
Generated from method MR::PlaneObject::StaticTypeName.
| MRC_API bool MR_PlaneObject_supportsVisualizeProperty | ( | const MR_PlaneObject * | _this, |
| const MR_AnyVisualizeMaskEnum * | type ) |
Generated from method MR::PlaneObject::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_PlaneObject_swap | ( | MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_tags | ( | const MR_PlaneObject * | _this | ) |
provides read-only access to the tag storage the storage is a set of unique strings Generated from method MR::PlaneObject::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_PlaneObject_toggleVisualizeProperty | ( | MR_PlaneObject * | _this, |
| const MR_AnyVisualizeMaskEnum * | type, | ||
| const MR_ViewportMask * | viewportMask ) |
toggle visual property in all viewports specified by the mask Generated from method MR::PlaneObject::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_PlaneObject_typeName | ( | const MR_PlaneObject * | _this | ) |
Generated from method MR::PlaneObject::typeName. Parameter _this can not be null. It is a single object.
| MRC_API const MR_FeatureObject * MR_PlaneObject_UpcastTo_MR_FeatureObject | ( | const MR_PlaneObject * | object | ) |
Upcasts an instance of MR::PlaneObject to its base class MR::FeatureObject. This version is acting on mutable pointers.
| MRC_API const MR_Object * MR_PlaneObject_UpcastTo_MR_Object | ( | const MR_PlaneObject * | object | ) |
Upcasts an instance of MR::PlaneObject to its base class MR::Object. This version is acting on mutable pointers.
| MRC_API const MR_ObjectChildrenHolder * MR_PlaneObject_UpcastTo_MR_ObjectChildrenHolder | ( | const MR_PlaneObject * | object | ) |
Upcasts an instance of MR::PlaneObject to its base class MR::ObjectChildrenHolder. This version is acting on mutable pointers.
| MRC_API const MR_VisualObject * MR_PlaneObject_UpcastTo_MR_VisualObject | ( | const MR_PlaneObject * | object | ) |
Upcasts an instance of MR::PlaneObject to its base class MR::VisualObject. This version is acting on mutable pointers.
| MRC_API bool MR_PlaneObject_useDefaultScenePropertiesOnDeserialization | ( | const MR_PlaneObject * | _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::PlaneObject::useDefaultScenePropertiesOnDeserialization. Parameter _this can not be null. It is a single object.
| MRC_API MR_ViewportMask * MR_PlaneObject_visibilityMask | ( | const MR_PlaneObject * | _this | ) |
gets object visibility as bitmask of viewports Generated from method MR::PlaneObject::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_PlaneObject_worldXf | ( | const MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_xf | ( | const MR_PlaneObject * | _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::PlaneObject::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_PlaneObject_xfsForAllViewports | ( | const MR_PlaneObject * | _this | ) |
returns xfs for all viewports, combined into a single object Generated from method MR::PlaneObject::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.