#include <MRCMesh/MRAffineXf.h>#include <MRCMesh/MRBox.h>#include <MRCMesh/MREnums.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_FaceMap MR_FaceMap |
| typedef struct MR_ModelBaseRenderParams MR_ModelBaseRenderParams |
| typedef struct MR_ModelRenderParams MR_ModelRenderParams |
| typedef struct MR_ObjectChildrenHolder MR_ObjectChildrenHolder |
| typedef struct MR_ObjectMesh MR_ObjectMesh |
| typedef struct MR_ObjectPoints MR_ObjectPoints |
an object that stores a points Generated from class MR::ObjectPoints. Base classes: Direct: (non-virtual) MR::ObjectPointsHolder 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_ObjectPointsHolder MR_ObjectPointsHolder |
| typedef struct MR_PointCloudPart MR_PointCloudPart |
| typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float |
| 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_shared_ptr_MR_PointCloud MR_std_shared_ptr_MR_PointCloud |
| typedef struct MR_std_string MR_std_string |
| typedef struct MR_std_vector_MR_ViewportMask MR_std_vector_MR_ViewportMask |
| typedef struct MR_std_vector_std_shared_ptr_MR_ObjectPoints MR_std_vector_std_shared_ptr_MR_ObjectPoints |
| typedef struct MR_std_vector_std_string MR_std_vector_std_string |
| typedef struct MR_UiRenderParams MR_UiRenderParams |
| typedef struct MR_VertBitSet MR_VertBitSet |
| typedef struct MR_VertColors MR_VertColors |
| typedef struct MR_VertMap MR_VertMap |
| typedef struct MR_ViewportMask MR_ViewportMask |
| typedef struct MR_ViewportProperty_MR_Color MR_ViewportProperty_MR_Color |
| typedef struct MR_VisualObject MR_VisualObject |
| MRC_API MR_std_shared_ptr_MR_ObjectPoints * MR_cloneRegion_2_std_shared_ptr_MR_ObjectPoints | ( | const MR_std_shared_ptr_MR_ObjectPoints * | objPoints, |
| const MR_VertBitSet * | region ) |
constructs new ObjectPoints containing the region of data from input object does not copy selection Generated from function MR::cloneRegion. Parameter objPoints can not be null. It is a single object. Parameter region 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_ObjectPoints_Destroy() to free it when you're done using it.
| MRC_API MR_std_shared_ptr_MR_ObjectPoints * MR_merge_1_std_vector_std_shared_ptr_MR_ObjectPoints | ( | const MR_std_vector_std_shared_ptr_MR_ObjectPoints * | objsPoints | ) |
constructs new ObjectPoints containing the union of valid points from all input objects Generated from function MR::merge. Parameter objsPoints 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_ObjectPoints_Destroy() to free it when you're done using it.
| MRC_API bool MR_ObjectPoints_addChild | ( | MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_addChildBefore | ( | MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_addTag | ( | MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_applyScale | ( | MR_ObjectPoints * | _this, |
| float | scaleFactor ) |
Generated from method MR::ObjectPoints::applyScale. Parameter _this can not be null. It is a single object.
| MRC_API MR_ObjectPoints * MR_ObjectPoints_AssignFromAnother | ( | MR_ObjectPoints * | _this, |
| MR_PassBy | _other_pass_by, | ||
| MR_ObjectPoints * | _other ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_className | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_classNameInPlural | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_clone | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_cloneTree | ( | const MR_ObjectPoints * | _this | ) |
clones all tree of this object (except ancillary and unrecognized children) Generated from method MR::ObjectPoints::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_ObjectPoints * MR_ObjectPoints_Construct | ( | const MR_ObjectMesh * | objMesh, |
| const bool * | saveNormals ) |
Generated from constructor MR::ObjectPoints::ObjectPoints. Parameter objMesh can not be null. It is a single object. Parameter saveNormals has a default argument: true, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_ObjectPoints_Destroy() to free it when you're done using it.
| MRC_API MR_ObjectPoints * MR_ObjectPoints_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, |
| MR_ObjectPoints * | _other ) |
Generated from constructor MR::ObjectPoints::ObjectPoints. Never returns null. Returns an instance allocated on the heap! Must call MR_ObjectPoints_Destroy() to free it when you're done using it.
| MRC_API void MR_ObjectPoints_copyAllSolidColors | ( | MR_ObjectPoints * | _this, |
| const MR_ObjectPointsHolder * | other ) |
set all object solid colors (front/back/etc.) from other object for all viewports Generated from method MR::ObjectPoints::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 void MR_ObjectPoints_copyColors | ( | MR_ObjectPoints * | _this, |
| const MR_ObjectPointsHolder * | src, | ||
| const MR_VertMap * | thisToSrc, | ||
| const MR_FaceMap * | thisToSrcFaces ) |
copies point colors from given source object
| src | using given map |
| thisToSrc | Generated from method MR::ObjectPoints::copyColors. Parameter _this can not be null. It is a single object. Parameter src can not be null. It is a single object. Parameter thisToSrc can not be null. It is a single object. Parameter thisToSrcFaces is a single object. Parameter thisToSrcFaces has a default argument: {}, pass a null pointer to use it. |
| MRC_API MR_ObjectPoints * MR_ObjectPoints_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_ObjectPoints_Destroy() to free it when you're done using it.
| MRC_API MR_ObjectPoints * MR_ObjectPoints_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_ObjectPoints_DestroyArray(). Use MR_ObjectPoints_OffsetMutablePtr() and MR_ObjectPoints_OffsetPtr() to access the array elements.
| MRC_API void MR_ObjectPoints_Destroy | ( | const MR_ObjectPoints * | _this | ) |
Destroys a heap-allocated instance of MR_ObjectPoints. Does nothing if the pointer is null.
| MRC_API void MR_ObjectPoints_DestroyArray | ( | const MR_ObjectPoints * | _this | ) |
Destroys a heap-allocated array of MR_ObjectPoints. Does nothing if the pointer is null.
| MRC_API bool MR_ObjectPoints_detachFromParent | ( | MR_ObjectPoints * | _this | ) |
removes this from its parent children list returns false if it was already orphan Generated from method MR::ObjectPoints::detachFromParent. Parameter _this can not be null. It is a single object.
| MRC_API const int * MR_ObjectPoints_Get_MaxRenderingPointsDefault | ( | void | ) |
default value for maximum rendered points number Returns a pointer to a member variable of class MR::ObjectPoints named MaxRenderingPointsDefault. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API const int * MR_ObjectPoints_Get_MaxRenderingPointsUnlimited | ( | void | ) |
recommended value for maximum rendered points number to disable discretization Returns a pointer to a member variable of class MR::ObjectPoints named MaxRenderingPointsUnlimited. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API MR_std_vector_MR_ViewportMask * MR_ObjectPoints_getAllVisualizeProperties | ( | const MR_ObjectPoints * | _this | ) |
get all visualize properties masks Generated from method MR::ObjectPoints::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_ObjectPoints_getAmbientStrength | ( | const MR_ObjectPoints * | _this | ) |
returns intensity of non-directional light Generated from method MR::ObjectPoints::getAmbientStrength. Parameter _this can not be null. It is a single object.
| MRC_API const MR_Color * MR_ObjectPoints_getBackColor | ( | const MR_ObjectPoints * | _this, |
| const MR_ViewportId * | viewportId ) |
returns backward color of object in given viewport Generated from method MR::ObjectPoints::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_ObjectPoints_getBackColorsForAllViewports | ( | const MR_ObjectPoints * | _this | ) |
returns backward color of object in all viewports Generated from method MR::ObjectPoints::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_ObjectPoints_getBoundingBox | ( | const MR_ObjectPoints * | _this | ) |
returns cached bounding box of this object in local coordinates Generated from method MR::ObjectPoints::getBoundingBox. Parameter _this can not be null. It is a single object.
| MRC_API MR_ColoringType MR_ObjectPoints_getColoringType | ( | const MR_ObjectPoints * | _this | ) |
returns the current coloring mode of the object Generated from method MR::ObjectPoints::getColoringType. Parameter _this can not be null. It is a single object.
| MRC_API unsigned int MR_ObjectPoints_getDirtyFlags | ( | const MR_ObjectPoints * | _this | ) |
returns current dirty flags for the object Generated from method MR::ObjectPoints::getDirtyFlags. Parameter _this can not be null. It is a single object.
| MRC_API const MR_Color * MR_ObjectPoints_getFrontColor | ( | const MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_getFrontColorsForAllViewports | ( | const MR_ObjectPoints * | _this, |
| const bool * | selected ) |
returns color of object when it is selected/not-selected (depending on argument) in all viewports Generated from method MR::ObjectPoints::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_ObjectPoints_getGlobalAlpha | ( | const MR_ObjectPoints * | _this, |
| const MR_ViewportId * | viewportId ) |
returns global transparency alpha of object in given viewport Generated from method MR::ObjectPoints::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_ObjectPoints_getGlobalAlphaForAllViewports | ( | const MR_ObjectPoints * | _this | ) |
returns global transparency alpha of object in all viewports Generated from method MR::ObjectPoints::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_ObjectPoints_getInfoLines | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::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 int MR_ObjectPoints_getMaxRenderingPoints | ( | const MR_ObjectPoints * | _this | ) |
returns maximal number of points that will be rendered if actual count of valid points is greater then the points will be sampled Generated from method MR::ObjectPoints::getMaxRenderingPoints. Parameter _this can not be null. It is a single object.
| MRC_API MR_uint64_t MR_ObjectPoints_getModelHash | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::getModelHash. Parameter _this can not be null. It is a single object.
| MRC_API float MR_ObjectPoints_getPointSize | ( | const MR_ObjectPoints * | _this | ) |
returns size of points on screen in pixels Generated from method MR::ObjectPoints::getPointSize. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_ObjectPoints_getRedrawFlag | ( | const MR_ObjectPoints * | _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::ObjectPoints::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 int MR_ObjectPoints_getRenderDiscretization | ( | const MR_ObjectPoints * | _this | ) |
returns rendering discretization display each renderDiscretization-th point only, starting from 0 index, total number is numRenderingValidPoints() \detail defined by maximum rendered points number as: numValidPoints() / getMaxRenderingPoints() (rounded up) updated when setting maxRenderingPoints or changing the cloud (setting DIRTY_FACE flag) Generated from method MR::ObjectPoints::getRenderDiscretization. Parameter _this can not be null. It is a single object.
| MRC_API const MR_VertBitSet * MR_ObjectPoints_getSelectedPoints | ( | const MR_ObjectPoints * | _this | ) |
gets current selected points Generated from method MR::ObjectPoints::getSelectedPoints. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API const MR_VertBitSet * MR_ObjectPoints_getSelectedPointsOrAll | ( | const MR_ObjectPoints * | _this | ) |
returns selected points if any, otherwise returns all valid points Generated from method MR::ObjectPoints::getSelectedPointsOrAll. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API const MR_Color * MR_ObjectPoints_getSelectedVerticesColor | ( | const MR_ObjectPoints * | _this, |
| const MR_ViewportId * | id ) |
returns colors of selected vertices Generated from method MR::ObjectPoints::getSelectedVerticesColor. Parameter _this can not be null. It is a single object. Parameter id 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_ObjectPoints_getSelectedVerticesColorsForAllViewports | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::getSelectedVerticesColorsForAllViewports. 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_shared_ptr_MR_Object * MR_ObjectPoints_getSharedPtr | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_getShininess | ( | const MR_ObjectPoints * | _this | ) |
returns the current shininess visual value Generated from method MR::ObjectPoints::getShininess. Parameter _this can not be null. It is a single object.
| MRC_API float MR_ObjectPoints_getSpecularStrength | ( | const MR_ObjectPoints * | _this | ) |
returns intensity of reflections Generated from method MR::ObjectPoints::getSpecularStrength. Parameter _this can not be null. It is a single object.
| MRC_API const MR_VertColors * MR_ObjectPoints_getVertsColorMap | ( | const MR_ObjectPoints * | _this | ) |
returns per-point colors of the object Generated from method MR::ObjectPoints::getVertsColorMap. 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 bool MR_ObjectPoints_getVisualizeProperty | ( | const MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_getVisualizePropertyMask | ( | const MR_ObjectPoints * | _this, |
| const MR_AnyVisualizeMaskEnum * | type ) |
returns mask of viewports where given property is set Generated from method MR::ObjectPoints::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_ObjectPoints_getWorldBox | ( | const MR_ObjectPoints * | _this, |
| const MR_ViewportId * | _1 ) |
returns cached bounding box of this point object in world coordinates; if you need bounding box in local coordinates please call getBoundingBox() Generated from method MR::ObjectPoints::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_ObjectPoints_getWorldTreeBox | ( | const MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_globalClippedByPlane | ( | const MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_globalClippedByPlaneMask | ( | const MR_ObjectPoints * | _this | ) |
returns all viewports where this object or any of its parents is clipped by plane Generated from method MR::ObjectPoints::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_ObjectPoints_globalVisibility | ( | const MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_globalVisibilityMask | ( | const MR_ObjectPoints * | _this | ) |
returns all viewports where this object is visible together with all its parents Generated from method MR::ObjectPoints::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_ObjectPoints_hasModel | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::hasModel. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_ObjectPoints_hasVisualRepresentation | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::hasVisualRepresentation. Parameter _this can not be null. It is a single object.
| MRC_API MR_uint64_t MR_ObjectPoints_heapBytes | ( | const MR_ObjectPoints * | _this | ) |
returns the amount of memory this object occupies on heap Generated from method MR::ObjectPoints::heapBytes. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_ObjectPoints_isAncestor | ( | const MR_ObjectPoints * | _this, |
| const MR_Object * | ancestor ) |
return true if given object is ancestor of this one, false otherwise Generated from method MR::ObjectPoints::isAncestor. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_ObjectPoints_isAncillary | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::isAncillary. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_ObjectPoints_isGlobalAncillary | ( | const MR_ObjectPoints * | _this | ) |
returns true if the object or any of its ancestors are ancillary Generated from method MR::ObjectPoints::isGlobalAncillary. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_ObjectPoints_isLocked | ( | const MR_ObjectPoints * | _this | ) |
object properties lock for UI Generated from method MR::ObjectPoints::isLocked. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_ObjectPoints_isParentLocked | ( | const MR_ObjectPoints * | _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::ObjectPoints::isParentLocked. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_ObjectPoints_isPickable | ( | const MR_ObjectPoints * | _this, |
| const MR_ViewportMask * | viewportMask ) |
whether the object can be picked (by mouse) in any of given viewports Generated from method MR::ObjectPoints::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_ObjectPoints_isSelected | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::isSelected. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_ObjectPoints_isVisible | ( | const MR_ObjectPoints * | _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::ObjectPoints::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_Object * MR_ObjectPoints_MutableUpcastTo_MR_Object | ( | MR_ObjectPoints * | object | ) |
Upcasts an instance of MR::ObjectPoints to its base class MR::Object.
| MRC_API MR_ObjectChildrenHolder * MR_ObjectPoints_MutableUpcastTo_MR_ObjectChildrenHolder | ( | MR_ObjectPoints * | object | ) |
Upcasts an instance of MR::ObjectPoints to its base class MR::ObjectChildrenHolder.
| MRC_API MR_ObjectPointsHolder * MR_ObjectPoints_MutableUpcastTo_MR_ObjectPointsHolder | ( | MR_ObjectPoints * | object | ) |
Upcasts an instance of MR::ObjectPoints to its base class MR::ObjectPointsHolder.
| MRC_API MR_VisualObject * MR_ObjectPoints_MutableUpcastTo_MR_VisualObject | ( | MR_ObjectPoints * | object | ) |
Upcasts an instance of MR::ObjectPoints to its base class MR::VisualObject.
| MRC_API const MR_std_string * MR_ObjectPoints_name | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_numRenderingValidPoints | ( | const MR_ObjectPoints * | _this | ) |
returns count of valid points that will be rendered Generated from method MR::ObjectPoints::numRenderingValidPoints. Parameter _this can not be null. It is a single object.
| MRC_API MR_uint64_t MR_ObjectPoints_numSelectedPoints | ( | const MR_ObjectPoints * | _this | ) |
returns cached information about the number of selected points Generated from method MR::ObjectPoints::numSelectedPoints. Parameter _this can not be null. It is a single object.
| MRC_API MR_uint64_t MR_ObjectPoints_numValidPoints | ( | const MR_ObjectPoints * | _this | ) |
returns cached information about the number of valid points Generated from method MR::ObjectPoints::numValidPoints. Parameter _this can not be null. It is a single object.
| MRC_API MR_ObjectPoints * MR_ObjectPoints_OffsetMutablePtr | ( | MR_ObjectPoints * | 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_ObjectPoints * MR_ObjectPoints_OffsetPtr | ( | const MR_ObjectPoints * | 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_std_shared_ptr_const_MR_PointCloud * MR_ObjectPoints_pointCloud | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::pointCloud. 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_PointCloudPart * MR_ObjectPoints_pointCloudPart | ( | const MR_ObjectPoints * | _this | ) |
MR::ObjectPoints::pointCloudPart. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_PointCloudPart_Destroy() to free it when you're done using it. | MRC_API void MR_ObjectPoints_removeAllChildren | ( | MR_ObjectPoints * | _this | ) |
detaches all recognized children from this, keeping all unrecognized ones Generated from method MR::ObjectPoints::removeAllChildren. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_ObjectPoints_removeTag | ( | MR_ObjectPoints * | _this, |
| const char * | tag, | ||
| const char * | tag_end ) |
removes tag from the object's tag storage additionally calls ObjectTagManager::tagRemovedSignal Generated from method MR::ObjectPoints::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_ObjectPoints_render | ( | const MR_ObjectPoints * | _this, |
| const MR_ModelRenderParams * | _1 ) |
draws this object for visualization Returns true if something was drawn. Generated from method MR::ObjectPoints::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_ObjectPoints_renderForPicker | ( | const MR_ObjectPoints * | _this, |
| const MR_ModelBaseRenderParams * | _1, | ||
| unsigned int | _2 ) |
draws this object for picking Generated from method MR::ObjectPoints::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_ObjectPoints_renderUi | ( | const MR_ObjectPoints * | _this, |
| const MR_UiRenderParams * | params ) |
draws this object for 2d UI Generated from method MR::ObjectPoints::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_ObjectPoints_resetColors | ( | MR_ObjectPoints * | _this | ) |
reset all object colors to their default values from the current theme Generated from method MR::ObjectPoints::resetColors. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_resetDirty | ( | const MR_ObjectPoints * | _this | ) |
resets all dirty flags (except for cache flags that will be reset automatically on cache update) Generated from method MR::ObjectPoints::resetDirty. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_resetDirtyExceptMask | ( | const MR_ObjectPoints * | _this, |
| unsigned int | mask ) |
reset dirty flags without some specific bits (useful for lazy normals update) Generated from method MR::ObjectPoints::resetDirtyExceptMask. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_resetFrontColor | ( | MR_ObjectPoints * | _this | ) |
reset basic object colors to their default values from the current theme Generated from method MR::ObjectPoints::resetFrontColor. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_resetRedrawFlag | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::resetRedrawFlag. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_resetXf | ( | MR_ObjectPoints * | _this, |
| const MR_ViewportId * | id ) |
forgets specific transform in given viewport (or forgets all specific transforms for {} input) Generated from method MR::ObjectPoints::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_ObjectPoints_sameModels | ( | const MR_ObjectPoints * | _this, |
| const MR_Object * | other ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_select | ( | MR_ObjectPoints * | _this, |
| bool | on ) |
selects the object, returns true if value changed, otherwise returns false Generated from method MR::ObjectPoints::select. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_selectPoints | ( | MR_ObjectPoints * | _this, |
| MR_PassBy | newSelection_pass_by, | ||
| MR_VertBitSet * | newSelection ) |
sets current selected points Generated from method MR::ObjectPoints::selectPoints. Parameter _this can not be null. It is a single object.
| MRC_API const char * MR_ObjectPoints_serializeFormat | ( | const MR_ObjectPoints * | _this | ) |
returns overriden file extension used to serialize point cloud inside this object, nullptr means defaultSerializePointsFormat() Generated from method MR::ObjectPoints::serializeFormat. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setAllVisualizeProperties | ( | MR_ObjectPoints * | _this, |
| const MR_std_vector_MR_ViewportMask * | properties ) |
set all visualize properties masks Generated from method MR::ObjectPoints::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_ObjectPoints_setAmbientStrength | ( | MR_ObjectPoints * | _this, |
| float | ambientStrength ) |
sets intensity of non-directional light Generated from method MR::ObjectPoints::setAmbientStrength. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setAncillary | ( | MR_ObjectPoints * | _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::ObjectPoints::setAncillary. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setBackColor | ( | MR_ObjectPoints * | _this, |
| const MR_Color * | color, | ||
| const MR_ViewportId * | viewportId ) |
sets backward color of object in given viewport Generated from method MR::ObjectPoints::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_ObjectPoints_setBackColorsForAllViewports | ( | MR_ObjectPoints * | _this, |
| MR_PassBy | val_pass_by, | ||
| MR_ViewportProperty_MR_Color * | val ) |
sets backward color of object in all viewports Generated from method MR::ObjectPoints::setBackColorsForAllViewports. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setColoringType | ( | MR_ObjectPoints * | _this, |
| MR_ColoringType | coloringType ) |
sets coloring mode of the object with given argument Generated from method MR::ObjectPoints::setColoringType. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setDirtyFlags | ( | MR_ObjectPoints * | _this, |
| unsigned int | mask, | ||
| const bool * | invalidateCaches ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_setFrontColor | ( | MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_setFrontColorsForAllViewports | ( | MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_setGlobalAlpha | ( | MR_ObjectPoints * | _this, |
| unsigned char | alpha, | ||
| const MR_ViewportId * | viewportId ) |
sets global transparency alpha of object in given viewport Generated from method MR::ObjectPoints::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_ObjectPoints_setGlobalAlphaForAllViewports | ( | MR_ObjectPoints * | _this, |
| MR_PassBy | val_pass_by, | ||
| MR_ViewportProperty_unsigned_char * | val ) |
sets global transparency alpha of object in all viewports Generated from method MR::ObjectPoints::setGlobalAlphaForAllViewports. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setGlobalClippedByPlane | ( | MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_setGlobalVisibility | ( | MR_ObjectPoints * | _this, |
| bool | on, | ||
| const MR_ViewportMask * | viewportMask ) |
if true sets all predecessors visible, otherwise sets this object invisible Generated from method MR::ObjectPoints::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_ObjectPoints_setLocked | ( | MR_ObjectPoints * | _this, |
| bool | on ) |
Generated from method MR::ObjectPoints::setLocked. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setMaxRenderingPoints | ( | MR_ObjectPoints * | _this, |
| int | val ) |
sets maximal number of points that will be rendered
MR::ObjectPoints::setMaxRenderingPoints. Parameter _this can not be null. It is a single object. | MRC_API void MR_ObjectPoints_setName | ( | MR_ObjectPoints * | _this, |
| const char * | name, | ||
| const char * | name_end ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_setParentLocked | ( | MR_ObjectPoints * | _this, |
| bool | lock ) |
Generated from method MR::ObjectPoints::setParentLocked. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setPickable | ( | MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_setPointCloud | ( | MR_ObjectPoints * | _this, |
| const MR_std_shared_ptr_MR_PointCloud * | pointCloud ) |
Generated from method MR::ObjectPoints::setPointCloud. Parameter _this can not be null. It is a single object. Parameter pointCloud can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setPointSize | ( | MR_ObjectPoints * | _this, |
| float | size ) |
sets size of points on screen in pixels Generated from method MR::ObjectPoints::setPointSize. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setSelectedVerticesColor | ( | MR_ObjectPoints * | _this, |
| const MR_Color * | color, | ||
| const MR_ViewportId * | id ) |
sets colors of selected vertices Generated from method MR::ObjectPoints::setSelectedVerticesColor. Parameter _this can not be null. It is a single object. Parameter color 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_ObjectPoints_setSelectedVerticesColorsForAllViewports | ( | MR_ObjectPoints * | _this, |
| MR_PassBy | val_pass_by, | ||
| MR_ViewportProperty_MR_Color * | val ) |
Generated from method MR::ObjectPoints::setSelectedVerticesColorsForAllViewports. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setSerializeFormat | ( | MR_ObjectPoints * | _this, |
| const char * | newFormat ) |
overrides file extension used to serialize point cloud inside this object: must start from '.', nullptr means serialize in defaultSerializePointsFormat() Generated from method MR::ObjectPoints::setSerializeFormat. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setShininess | ( | MR_ObjectPoints * | _this, |
| float | shininess ) |
sets shininess visual value of the object with given argument Generated from method MR::ObjectPoints::setShininess. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setSpecularStrength | ( | MR_ObjectPoints * | _this, |
| float | specularStrength ) |
sets intensity of reflections Generated from method MR::ObjectPoints::setSpecularStrength. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setUseDefaultScenePropertiesOnDeserialization | ( | MR_ObjectPoints * | _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::ObjectPoints::setUseDefaultScenePropertiesOnDeserialization. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setVertsColorMap | ( | MR_ObjectPoints * | _this, |
| MR_PassBy | vertsColorMap_pass_by, | ||
| MR_VertColors * | vertsColorMap ) |
sets per-point colors of the object Generated from method MR::ObjectPoints::setVertsColorMap. Parameter _this can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_setVisibilityMask | ( | MR_ObjectPoints * | _this, |
| const MR_ViewportMask * | viewportMask ) |
specifies object visibility as bitmask of viewports Generated from method MR::ObjectPoints::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_ObjectPoints_setVisible | ( | MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_setVisualizeProperty | ( | MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_setVisualizePropertyMask | ( | MR_ObjectPoints * | _this, |
| const MR_AnyVisualizeMaskEnum * | type, | ||
| const MR_ViewportMask * | viewportMask ) |
set visual property mask Generated from method MR::ObjectPoints::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_ObjectPoints_setWorldXf | ( | MR_ObjectPoints * | _this, |
| const MR_AffineXf3f * | xf, | ||
| const MR_ViewportId * | id ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_setXf | ( | MR_ObjectPoints * | _this, |
| const MR_AffineXf3f * | xf, | ||
| const MR_ViewportId * | id ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_setXfsForAllViewports | ( | MR_ObjectPoints * | _this, |
| MR_PassBy | xf_pass_by, | ||
| MR_ViewportProperty_MR_AffineXf3f * | xf ) |
modifies xfs for all viewports at once Generated from method MR::ObjectPoints::setXfsForAllViewports. Parameter _this can not be null. It is a single object.
| MRC_API MR_std_shared_ptr_MR_Object * MR_ObjectPoints_shallowClone | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_shallowCloneTree | ( | const MR_ObjectPoints * | _this | ) |
clones all tree of this object (except ancillary and unrecognied children) clones only pointers to mesh, points or voxels Generated from method MR::ObjectPoints::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_ObjectPoints_sortChildren | ( | MR_ObjectPoints * | _this | ) |
sort recognized children by name Generated from method MR::ObjectPoints::sortChildren. Parameter _this can not be null. It is a single object.
| MRC_API const char * MR_ObjectPoints_StaticClassName | ( | void | ) |
Generated from method MR::ObjectPoints::StaticClassName.
| MRC_API const char * MR_ObjectPoints_StaticClassNameInPlural | ( | void | ) |
Generated from method MR::ObjectPoints::StaticClassNameInPlural.
| MRC_API const char * MR_ObjectPoints_StaticTypeName | ( | void | ) |
Generated from method MR::ObjectPoints::StaticTypeName.
| MRC_API bool MR_ObjectPoints_supportsVisualizeProperty | ( | const MR_ObjectPoints * | _this, |
| const MR_AnyVisualizeMaskEnum * | type ) |
Generated from method MR::ObjectPoints::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_ObjectPoints_swap | ( | MR_ObjectPoints * | _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::ObjectPoints::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 void MR_ObjectPoints_swapPointCloud | ( | MR_ObjectPoints * | _this, |
| MR_std_shared_ptr_MR_PointCloud * | points ) |
sets given point cloud to this, and returns back previous mesh of this; does not touch selection Generated from method MR::ObjectPoints::swapPointCloud. Parameter _this can not be null. It is a single object. Parameter points can not be null. It is a single object.
| MRC_API const MR_std_set_std_string * MR_ObjectPoints_tags | ( | const MR_ObjectPoints * | _this | ) |
provides read-only access to the tag storage the storage is a set of unique strings Generated from method MR::ObjectPoints::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_ObjectPoints_toggleVisualizeProperty | ( | MR_ObjectPoints * | _this, |
| const MR_AnyVisualizeMaskEnum * | type, | ||
| const MR_ViewportMask * | viewportMask ) |
toggle visual property in all viewports specified by the mask Generated from method MR::ObjectPoints::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_ObjectPoints_typeName | ( | const MR_ObjectPoints * | _this | ) |
Generated from method MR::ObjectPoints::typeName. Parameter _this can not be null. It is a single object.
| MRC_API const MR_Object * MR_ObjectPoints_UpcastTo_MR_Object | ( | const MR_ObjectPoints * | object | ) |
Upcasts an instance of MR::ObjectPoints to its base class MR::Object. This version is acting on mutable pointers.
| MRC_API const MR_ObjectChildrenHolder * MR_ObjectPoints_UpcastTo_MR_ObjectChildrenHolder | ( | const MR_ObjectPoints * | object | ) |
Upcasts an instance of MR::ObjectPoints to its base class MR::ObjectChildrenHolder. This version is acting on mutable pointers.
| MRC_API const MR_ObjectPointsHolder * MR_ObjectPoints_UpcastTo_MR_ObjectPointsHolder | ( | const MR_ObjectPoints * | object | ) |
Upcasts an instance of MR::ObjectPoints to its base class MR::ObjectPointsHolder. This version is acting on mutable pointers.
| MRC_API const MR_VisualObject * MR_ObjectPoints_UpcastTo_MR_VisualObject | ( | const MR_ObjectPoints * | object | ) |
Upcasts an instance of MR::ObjectPoints to its base class MR::VisualObject. This version is acting on mutable pointers.
| MRC_API void MR_ObjectPoints_updateSelectedPoints | ( | MR_ObjectPoints * | _this, |
| MR_VertBitSet * | selection ) |
swaps current selected points with the argument Generated from method MR::ObjectPoints::updateSelectedPoints. Parameter _this can not be null. It is a single object. Parameter selection can not be null. It is a single object.
| MRC_API void MR_ObjectPoints_updateVertsColorMap | ( | MR_ObjectPoints * | _this, |
| MR_VertColors * | vertsColorMap ) |
swaps per-point colors of the object with given argument Generated from method MR::ObjectPoints::updateVertsColorMap. Parameter _this can not be null. It is a single object. Parameter vertsColorMap can not be null. It is a single object.
| MRC_API bool MR_ObjectPoints_useDefaultScenePropertiesOnDeserialization | ( | const MR_ObjectPoints * | _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::ObjectPoints::useDefaultScenePropertiesOnDeserialization. Parameter _this can not be null. It is a single object.
| MRC_API const MR_std_shared_ptr_MR_PointCloud * MR_ObjectPoints_varPointCloud | ( | MR_ObjectPoints * | _this | ) |
returns variable point cloud, if const point cloud is needed use pointCloud() instead Generated from method MR::ObjectPoints::varPointCloud. 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_ViewportMask * MR_ObjectPoints_visibilityMask | ( | const MR_ObjectPoints * | _this | ) |
gets object visibility as bitmask of viewports Generated from method MR::ObjectPoints::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_ObjectPoints_worldXf | ( | const MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_xf | ( | const MR_ObjectPoints * | _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::ObjectPoints::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_ObjectPoints_xfsForAllViewports | ( | const MR_ObjectPoints * | _this | ) |
returns xfs for all viewports, combined into a single object Generated from method MR::ObjectPoints::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.
| MRC_API MR_std_shared_ptr_MR_ObjectPoints * MR_pack | ( | const MR_ObjectPoints * | pts, |
| MR_Reorder | reorder, | ||
| MR_VertBitSet * | newValidVerts, | ||
| const MR_std_function_bool_from_float * | cb ) |
constructs new ObjectPoints containing the packed version of input points,
| newValidVerts | if given, then use them instead of valid points from pts |
MR::pack. Parameter pts can not be null. It is a single object. Parameter newValidVerts defaults to a null pointer in C++. Parameter cb is a single object. Parameter cb has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_std_shared_ptr_MR_ObjectPoints_Destroy() to free it when you're done using it.