an object that stores a points Generated from class MR.ObjectPointsHolder. Base classes: Direct: (non-virtual) MR.VisualObject Indirect: (non-virtual) MR.ObjectChildrenHolder MR.Object Derived classes: Direct: (non-virtual) MR.ObjectPoints This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_ObjectPointsHolder () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_ObjectPointsHolder (MR._ByValue_ObjectPointsHolder _other) |
| Generated from constructor MR.ObjectPointsHolder.ObjectPointsHolder. | |
| unsafe? byte | typeName () |
| Generated from method MR.ObjectPointsHolder.typeName. | |
| unsafe bool | hasVisualRepresentation () |
| Generated from method MR.ObjectPointsHolder.hasVisualRepresentation. | |
| unsafe bool | hasModel () |
| Generated from method MR.ObjectPointsHolder.hasModel. | |
| unsafe MR.Std.Const_SharedPtr_ConstMRPointCloud | pointCloud () |
| Generated from method MR.ObjectPointsHolder.pointCloud. | |
| unsafe MR.PointCloudPart | pointCloudPart () |
| unsafe MR.Std.SharedPtr_MRObject | clone () |
| Generated from method MR.ObjectPointsHolder.clone. | |
| unsafe MR.Std.SharedPtr_MRObject | shallowClone () |
| Generated from method MR.ObjectPointsHolder.shallowClone. | |
| unsafe MR.Const_VertBitSet | getSelectedPoints () |
| gets current selected points Generated from method MR.ObjectPointsHolder.getSelectedPoints. | |
| unsafe MR.Const_VertBitSet | getSelectedPointsOrAll () |
| returns selected points if any, otherwise returns all valid points Generated from method MR.ObjectPointsHolder.getSelectedPointsOrAll. | |
| unsafe ref readonly MR.Color | getSelectedVerticesColor (MR._InOpt_ViewportId id=default) |
| returns colors of selected vertices Generated from method MR.ObjectPointsHolder.getSelectedVerticesColor. Parameter id defaults to {}. | |
| unsafe MR.Const_ViewportProperty_MRColor | getSelectedVerticesColorsForAllViewports () |
| Generated from method MR.ObjectPointsHolder.getSelectedVerticesColorsForAllViewports. | |
| unsafe bool | supportsVisualizeProperty (MR.Const_AnyVisualizeMaskEnum type) |
| Generated from method MR.ObjectPointsHolder.supportsVisualizeProperty. | |
| unsafe MR.Const_VertColors | getVertsColorMap () |
| returns per-point colors of the object Generated from method MR.ObjectPointsHolder.getVertsColorMap. | |
| unsafe MR.Std.Vector_MRViewportMask | getAllVisualizeProperties () |
| get all visualize properties masks Generated from method MR.ObjectPointsHolder.getAllVisualizeProperties. | |
| unsafe MR.Const_ViewportMask | getVisualizePropertyMask (MR.Const_AnyVisualizeMaskEnum type) |
| returns mask of viewports where given property is set Generated from method MR.ObjectPointsHolder.getVisualizePropertyMask. | |
| unsafe float | getPointSize () |
| returns size of points on screen in pixels Generated from method MR.ObjectPointsHolder.getPointSize. | |
| unsafe MR.Box3f | getWorldBox (MR._InOpt_ViewportId _1=default) |
| 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.ObjectPointsHolder.getWorldBox. Parameter _1 defaults to {}. | |
| unsafe ulong | numValidPoints () |
| returns cached information about the number of valid points Generated from method MR.ObjectPointsHolder.numValidPoints. | |
| unsafe ulong | numSelectedPoints () |
| returns cached information about the number of selected points Generated from method MR.ObjectPointsHolder.numSelectedPoints. | |
| unsafe ulong | heapBytes () |
| returns the amount of memory this object occupies on heap Generated from method MR.ObjectPointsHolder.heapBytes. | |
| unsafe int | getRenderDiscretization () |
| 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.ObjectPointsHolder.getRenderDiscretization. | |
| unsafe ulong | numRenderingValidPoints () |
| returns count of valid points that will be rendered Generated from method MR.ObjectPointsHolder.numRenderingValidPoints. | |
| unsafe int | getMaxRenderingPoints () |
| 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.ObjectPointsHolder.getMaxRenderingPoints. | |
| unsafe? byte | serializeFormat () |
| returns overriden file extension used to serialize point cloud inside this object, nullptr means defaultSerializePointsFormat() Generated from method MR.ObjectPointsHolder.serializeFormat. | |
| unsafe MR.Std.String | className () |
| Generated from method MR.ObjectPointsHolder.className. | |
| unsafe MR.Std.String | classNameInPlural () |
| Generated from method MR.ObjectPointsHolder.classNameInPlural. | |
| unsafe bool | getVisualizeProperty (MR.Const_AnyVisualizeMaskEnum type, MR.Const_ViewportMask viewportMask) |
| returns true if the property is set at least in one viewport specified by the mask Generated from method MR.ObjectPointsHolder.getVisualizeProperty. | |
| unsafe MR.ViewportMask | globalClippedByPlaneMask () |
| returns all viewports where this object or any of its parents is clipped by plane Generated from method MR.ObjectPointsHolder.globalClippedByPlaneMask. | |
| unsafe bool | globalClippedByPlane (MR.Const_ViewportMask? viewportMask=null) |
| returns true if this object or any of its parents is clipped by plane in any of given viewports Generated from method MR.ObjectPointsHolder.globalClippedByPlane. Parameter viewportMask defaults to ViewportMask.any(). | |
| unsafe ref readonly MR.Color | getFrontColor (bool? selected=null, MR._InOpt_ViewportId viewportId=default) |
| returns color of object when it is selected/not-selected (depending on argument) in given viewport Generated from method MR.ObjectPointsHolder.getFrontColor. Parameter selected defaults to true. Parameter viewportId defaults to {}. | |
| unsafe MR.Const_ViewportProperty_MRColor | getFrontColorsForAllViewports (bool? selected=null) |
| returns color of object when it is selected/not-selected (depending on argument) in all viewports Generated from method MR.ObjectPointsHolder.getFrontColorsForAllViewports. Parameter selected defaults to true. | |
| unsafe MR.Const_ViewportProperty_MRColor | getBackColorsForAllViewports () |
| returns backward color of object in all viewports Generated from method MR.ObjectPointsHolder.getBackColorsForAllViewports. | |
| unsafe ref readonly MR.Color | getBackColor (MR._InOpt_ViewportId viewportId=default) |
| returns backward color of object in given viewport Generated from method MR.ObjectPointsHolder.getBackColor. Parameter viewportId defaults to {}. | |
| unsafe byte | getGlobalAlpha (MR._InOpt_ViewportId viewportId=default) |
| returns global transparency alpha of object in given viewport Generated from method MR.ObjectPointsHolder.getGlobalAlpha. Parameter viewportId defaults to {}. | |
| unsafe MR.Const_ViewportProperty_UnsignedChar | getGlobalAlphaForAllViewports () |
| returns global transparency alpha of object in all viewports Generated from method MR.ObjectPointsHolder.getGlobalAlphaForAllViewports. | |
| unsafe uint | getDirtyFlags () |
| returns current dirty flags for the object Generated from method MR.ObjectPointsHolder.getDirtyFlags. | |
| unsafe void | resetDirty () |
| resets all dirty flags (except for cache flags that will be reset automatically on cache update) Generated from method MR.ObjectPointsHolder.resetDirty. | |
| unsafe void | resetDirtyExceptMask (uint mask) |
| reset dirty flags without some specific bits (useful for lazy normals update) Generated from method MR.ObjectPointsHolder.resetDirtyExceptMask. | |
| unsafe MR.Box3f | getBoundingBox () |
| returns cached bounding box of this object in local coordinates Generated from method MR.ObjectPointsHolder.getBoundingBox. | |
| unsafe bool | getRedrawFlag (MR.Const_ViewportMask viewportMask) |
| returns true if the object must be redrawn (due to dirty flags) in one of specified viewports Generated from method MR.ObjectPointsHolder.getRedrawFlag. | |
| unsafe bool | isPickable (MR.Const_ViewportMask? viewportMask=null) |
| whether the object can be picked (by mouse) in any of given viewports Generated from method MR.ObjectPointsHolder.isPickable. Parameter viewportMask defaults to ViewportMask.any(). | |
| unsafe MR.ColoringType | getColoringType () |
| returns the current coloring mode of the object Generated from method MR.ObjectPointsHolder.getColoringType. | |
| unsafe float | getShininess () |
| returns the current shininess visual value Generated from method MR.ObjectPointsHolder.getShininess. | |
| unsafe float | getSpecularStrength () |
| returns intensity of reflections Generated from method MR.ObjectPointsHolder.getSpecularStrength. | |
| unsafe float | getAmbientStrength () |
| returns intensity of non-directional light Generated from method MR.ObjectPointsHolder.getAmbientStrength. | |
| unsafe bool | render (MR.Const_ModelRenderParams _1) |
| draws this object for visualization Returns true if something was drawn. Generated from method MR.ObjectPointsHolder.render. | |
| unsafe void | renderForPicker (MR.Const_ModelBaseRenderParams _1, uint _2) |
| draws this object for picking Generated from method MR.ObjectPointsHolder.renderForPicker. | |
| unsafe void | renderUi (MR.Const_UiRenderParams params_) |
| draws this object for 2d UI Generated from method MR.ObjectPointsHolder.renderUi. | |
| unsafe MR.Std.Vector_StdString | getInfoLines () |
| return several info lines that can better describe the object in the UI Generated from method MR.ObjectPointsHolder.getInfoLines. | |
| unsafe bool | useDefaultScenePropertiesOnDeserialization () |
| 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.ObjectPointsHolder.useDefaultScenePropertiesOnDeserialization. | |
| unsafe MR.Std.Const_String | name () |
| Generated from method MR.ObjectPointsHolder.name. | |
| unsafe ref readonly MR.AffineXf3f | xf (MR._InOpt_ViewportId id=default, MR.Misc.InOut< bool >? isDef=null) |
| this space to parent space transformation (to world space if no parent) for default or given viewport | |
| unsafe MR.Const_ViewportProperty_MRAffineXf3f | xfsForAllViewports () |
| returns xfs for all viewports, combined into a single object Generated from method MR.ObjectPointsHolder.xfsForAllViewports. | |
| unsafe MR.AffineXf3f | worldXf (MR._InOpt_ViewportId id=default, MR.Misc.InOut< bool >? isDef=null) |
| this space to world space transformation for default or specific viewport | |
| unsafe MR.ViewportMask | globalVisibilityMask () |
| returns all viewports where this object is visible together with all its parents Generated from method MR.ObjectPointsHolder.globalVisibilityMask. | |
| unsafe bool | globalVisibility (MR.Const_ViewportMask? viewportMask=null) |
| returns true if this object is visible together with all its parents in any of given viewports Generated from method MR.ObjectPointsHolder.globalVisibility. Parameter viewportMask defaults to ViewportMask.any(). | |
| unsafe bool | isLocked () |
| object properties lock for UI Generated from method MR.ObjectPointsHolder.isLocked. | |
| unsafe bool | isParentLocked () |
| 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.ObjectPointsHolder.isParentLocked. | |
| unsafe bool | isAncestor (MR.Const_Object? ancestor) |
| return true if given object is ancestor of this one, false otherwise Generated from method MR.ObjectPointsHolder.isAncestor. | |
| unsafe bool | isSelected () |
| Generated from method MR.ObjectPointsHolder.isSelected. | |
| unsafe bool | isAncillary () |
| Generated from method MR.ObjectPointsHolder.isAncillary. | |
| unsafe bool | isGlobalAncillary () |
| returns true if the object or any of its ancestors are ancillary Generated from method MR.ObjectPointsHolder.isGlobalAncillary. | |
| unsafe bool | isVisible (MR.Const_ViewportMask? viewportMask=null) |
| checks whether the object is visible in any of the viewports specified by the mask (by default in any viewport) Generated from method MR.ObjectPointsHolder.isVisible. Parameter viewportMask defaults to ViewportMask.any(). | |
| unsafe MR.ViewportMask | visibilityMask () |
| gets object visibility as bitmask of viewports Generated from method MR.ObjectPointsHolder.visibilityMask. | |
| unsafe void | resetRedrawFlag () |
| Generated from method MR.ObjectPointsHolder.resetRedrawFlag. | |
| unsafe MR.Std.SharedPtr_MRObject | cloneTree () |
| clones all tree of this object (except ancillary and unrecognized children) Generated from method MR.ObjectPointsHolder.cloneTree. | |
| unsafe MR.Std.SharedPtr_MRObject | shallowCloneTree () |
| clones all tree of this object (except ancillary and unrecognied children) clones only pointers to mesh, points or voxels Generated from method MR.ObjectPointsHolder.shallowCloneTree. | |
| unsafe MR.Box3f | getWorldTreeBox (MR._InOpt_ViewportId _1=default) |
| empty box returns bounding box of this object and all children visible in given (or default) viewport in world coordinates Generated from method MR.ObjectPointsHolder.getWorldTreeBox. Parameter _1 defaults to {}. | |
| unsafe MR.Std.Const_Set_StdString | tags () |
| provides read-only access to the tag storage the storage is a set of unique strings Generated from method MR.ObjectPointsHolder.tags. | |
| unsafe bool | sameModels (MR.Const_Object other) |
| Generated from method MR.ObjectPointsHolder.sameModels. | |
| unsafe ulong | getModelHash () |
| Generated from method MR.ObjectPointsHolder.getModelHash. | |
| unsafe MR.Std.SharedPtr_MRObject | getSharedPtr () |
| Generated from method MR.ObjectPointsHolder.getSharedPtr. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.Const_ObjectChildrenHolder (Const_ObjectPointsHolder self) |
| static unsafe implicit | operator MR.Const_Object (Const_ObjectPointsHolder self) |
| static unsafe implicit | operator MR.Const_VisualObject (Const_ObjectPointsHolder self) |
| static unsafe | operator Const_ObjectPointsHolder? (MR.Const_Object parent) |
| static unsafe | operator Const_ObjectPointsHolder? (MR.Const_VisualObject parent) |
| static unsafe? byte | staticTypeName () |
| Generated from method MR::ObjectPointsHolder::StaticTypeName. | |
| static unsafe? byte | staticClassName () |
| Generated from method MR::ObjectPointsHolder::StaticClassName. | |
| static unsafe? byte | staticClassNameInPlural () |
| Generated from method MR::ObjectPointsHolder::StaticClassNameInPlural. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Static Protected Attributes | |
| static unsafe int * | __ref_storage_MaxRenderingPointsDefault |
| static unsafe int * | __ref_storage_MaxRenderingPointsUnlimited |
Properties | |
| static unsafe int | MaxRenderingPointsDefault [get] |
| default value for maximum rendered points number | |
| static unsafe int | MaxRenderingPointsUnlimited [get] |
| recommended value for maximum rendered points number to disable discretization | |
an object that stores a points Generated from class MR.ObjectPointsHolder. Base classes: Direct: (non-virtual) MR.VisualObject Indirect: (non-virtual) MR.ObjectChildrenHolder MR.Object Derived classes: Direct: (non-virtual) MR.ObjectPoints This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.ObjectPointsHolder.ObjectPointsHolder.
|
inline |
Generated from method MR.ObjectPointsHolder.className.
|
inline |
Generated from method MR.ObjectPointsHolder.classNameInPlural.
|
inline |
Generated from method MR.ObjectPointsHolder.clone.
|
inline |
clones all tree of this object (except ancillary and unrecognized children) Generated from method MR.ObjectPointsHolder.cloneTree.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
get all visualize properties masks Generated from method MR.ObjectPointsHolder.getAllVisualizeProperties.
|
inline |
returns intensity of non-directional light Generated from method MR.ObjectPointsHolder.getAmbientStrength.
|
inline |
returns backward color of object in given viewport Generated from method MR.ObjectPointsHolder.getBackColor. Parameter viewportId defaults to {}.
|
inline |
returns backward color of object in all viewports Generated from method MR.ObjectPointsHolder.getBackColorsForAllViewports.
|
inline |
returns cached bounding box of this object in local coordinates Generated from method MR.ObjectPointsHolder.getBoundingBox.
|
inline |
returns the current coloring mode of the object Generated from method MR.ObjectPointsHolder.getColoringType.
|
inline |
returns current dirty flags for the object Generated from method MR.ObjectPointsHolder.getDirtyFlags.
|
inline |
returns color of object when it is selected/not-selected (depending on argument) in given viewport Generated from method MR.ObjectPointsHolder.getFrontColor. Parameter selected defaults to true. Parameter viewportId defaults to {}.
|
inline |
returns color of object when it is selected/not-selected (depending on argument) in all viewports Generated from method MR.ObjectPointsHolder.getFrontColorsForAllViewports. Parameter selected defaults to true.
|
inline |
returns global transparency alpha of object in given viewport Generated from method MR.ObjectPointsHolder.getGlobalAlpha. Parameter viewportId defaults to {}.
|
inline |
returns global transparency alpha of object in all viewports Generated from method MR.ObjectPointsHolder.getGlobalAlphaForAllViewports.
|
inline |
return several info lines that can better describe the object in the UI Generated from method MR.ObjectPointsHolder.getInfoLines.
|
inline |
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.ObjectPointsHolder.getMaxRenderingPoints.
|
inline |
Generated from method MR.ObjectPointsHolder.getModelHash.
|
inline |
returns size of points on screen in pixels Generated from method MR.ObjectPointsHolder.getPointSize.
|
inline |
returns true if the object must be redrawn (due to dirty flags) in one of specified viewports Generated from method MR.ObjectPointsHolder.getRedrawFlag.
|
inline |
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.ObjectPointsHolder.getRenderDiscretization.
|
inline |
gets current selected points Generated from method MR.ObjectPointsHolder.getSelectedPoints.
|
inline |
returns selected points if any, otherwise returns all valid points Generated from method MR.ObjectPointsHolder.getSelectedPointsOrAll.
|
inline |
returns colors of selected vertices Generated from method MR.ObjectPointsHolder.getSelectedVerticesColor. Parameter id defaults to {}.
|
inline |
Generated from method MR.ObjectPointsHolder.getSelectedVerticesColorsForAllViewports.
|
inline |
Generated from method MR.ObjectPointsHolder.getSharedPtr.
|
inline |
returns the current shininess visual value Generated from method MR.ObjectPointsHolder.getShininess.
|
inline |
returns intensity of reflections Generated from method MR.ObjectPointsHolder.getSpecularStrength.
|
inline |
returns per-point colors of the object Generated from method MR.ObjectPointsHolder.getVertsColorMap.
|
inline |
returns true if the property is set at least in one viewport specified by the mask Generated from method MR.ObjectPointsHolder.getVisualizeProperty.
|
inline |
returns mask of viewports where given property is set Generated from method MR.ObjectPointsHolder.getVisualizePropertyMask.
|
inline |
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.ObjectPointsHolder.getWorldBox. Parameter _1 defaults to {}.
|
inline |
empty box returns bounding box of this object and all children visible in given (or default) viewport in world coordinates Generated from method MR.ObjectPointsHolder.getWorldTreeBox. Parameter _1 defaults to {}.
|
inline |
returns true if this object or any of its parents is clipped by plane in any of given viewports Generated from method MR.ObjectPointsHolder.globalClippedByPlane. Parameter viewportMask defaults to ViewportMask.any().
|
inline |
returns all viewports where this object or any of its parents is clipped by plane Generated from method MR.ObjectPointsHolder.globalClippedByPlaneMask.
|
inline |
returns true if this object is visible together with all its parents in any of given viewports Generated from method MR.ObjectPointsHolder.globalVisibility. Parameter viewportMask defaults to ViewportMask.any().
|
inline |
returns all viewports where this object is visible together with all its parents Generated from method MR.ObjectPointsHolder.globalVisibilityMask.
|
inline |
Generated from method MR.ObjectPointsHolder.hasModel.
|
inline |
Generated from method MR.ObjectPointsHolder.hasVisualRepresentation.
|
inline |
returns the amount of memory this object occupies on heap Generated from method MR.ObjectPointsHolder.heapBytes.
|
inline |
return true if given object is ancestor of this one, false otherwise Generated from method MR.ObjectPointsHolder.isAncestor.
|
inline |
Generated from method MR.ObjectPointsHolder.isAncillary.
|
inline |
returns true if the object or any of its ancestors are ancillary Generated from method MR.ObjectPointsHolder.isGlobalAncillary.
|
inline |
object properties lock for UI Generated from method MR.ObjectPointsHolder.isLocked.
|
inline |
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.ObjectPointsHolder.isParentLocked.
|
inline |
whether the object can be picked (by mouse) in any of given viewports Generated from method MR.ObjectPointsHolder.isPickable. Parameter viewportMask defaults to ViewportMask.any().
|
inline |
Generated from method MR.ObjectPointsHolder.isSelected.
|
inline |
checks whether the object is visible in any of the viewports specified by the mask (by default in any viewport) Generated from method MR.ObjectPointsHolder.isVisible. Parameter viewportMask defaults to ViewportMask.any().
|
inline |
Generated from method MR.ObjectPointsHolder.name.
|
inline |
returns count of valid points that will be rendered Generated from method MR.ObjectPointsHolder.numRenderingValidPoints.
|
inline |
returns cached information about the number of selected points Generated from method MR.ObjectPointsHolder.numSelectedPoints.
|
inline |
returns cached information about the number of valid points Generated from method MR.ObjectPointsHolder.numValidPoints.
|
inlineexplicitstatic |
|
inlineexplicitstatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
Generated from method MR.ObjectPointsHolder.pointCloud.
|
inline |
|
inline |
draws this object for visualization Returns true if something was drawn. Generated from method MR.ObjectPointsHolder.render.
|
inline |
draws this object for picking Generated from method MR.ObjectPointsHolder.renderForPicker.
|
inline |
draws this object for 2d UI Generated from method MR.ObjectPointsHolder.renderUi.
|
inline |
resets all dirty flags (except for cache flags that will be reset automatically on cache update) Generated from method MR.ObjectPointsHolder.resetDirty.
|
inline |
reset dirty flags without some specific bits (useful for lazy normals update) Generated from method MR.ObjectPointsHolder.resetDirtyExceptMask.
|
inline |
Generated from method MR.ObjectPointsHolder.resetRedrawFlag.
|
inline |
Generated from method MR.ObjectPointsHolder.sameModels.
|
inline |
returns overriden file extension used to serialize point cloud inside this object, nullptr means defaultSerializePointsFormat() Generated from method MR.ObjectPointsHolder.serializeFormat.
|
inline |
Generated from method MR.ObjectPointsHolder.shallowClone.
|
inline |
clones all tree of this object (except ancillary and unrecognied children) clones only pointers to mesh, points or voxels Generated from method MR.ObjectPointsHolder.shallowCloneTree.
|
inlinestatic |
Generated from method MR::ObjectPointsHolder::StaticClassName.
|
inlinestatic |
Generated from method MR::ObjectPointsHolder::StaticClassNameInPlural.
|
inlinestatic |
Generated from method MR::ObjectPointsHolder::StaticTypeName.
|
inline |
Generated from method MR.ObjectPointsHolder.supportsVisualizeProperty.
|
inline |
provides read-only access to the tag storage the storage is a set of unique strings Generated from method MR.ObjectPointsHolder.tags.
|
inline |
Generated from method MR.ObjectPointsHolder.typeName.
|
inline |
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.ObjectPointsHolder.useDefaultScenePropertiesOnDeserialization.
|
inline |
gets object visibility as bitmask of viewports Generated from method MR.ObjectPointsHolder.visibilityMask.
|
inline |
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.ObjectPointsHolder.worldXf. Parameter id defaults to {}. |
|
inline |
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.ObjectPointsHolder.xf. Parameter id defaults to {}. |
|
inline |
returns xfs for all viewports, combined into a single object Generated from method MR.ObjectPointsHolder.xfsForAllViewports.
|
staticprotected |
|
staticprotected |
|
staticget |
default value for maximum rendered points number
|
staticget |
recommended value for maximum rendered points number to disable discretization