MeshLib C Docs
Loading...
Searching...
No Matches
MRObjectPoints.h
Go to the documentation of this file.
1#pragma once
2
4#include <MRCMesh/MRBox.h>
5#include <MRCMesh/MREnums.h>
7#include <MRCMisc/common.h>
8#include <MRCMisc/exports.h>
9
10#include <stdbool.h>
11#include <stddef.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17typedef struct MR_AnyVisualizeMaskEnum MR_AnyVisualizeMaskEnum; // Defined in `#include <MRCMesh/MRVisualObject.h>`.
18typedef struct MR_Color MR_Color; // Defined in `#include <MRCMesh/MRColor.h>`.
19typedef struct MR_ConstChildren MR_ConstChildren; // Defined in `#include <MRCMesh/MRConstChildren.h>`.
20typedef struct MR_FaceMap MR_FaceMap; // Defined in `#include <MRCMesh/MRVector.h>`.
21typedef struct MR_ModelBaseRenderParams MR_ModelBaseRenderParams; // Defined in `#include <MRCMesh/MRIRenderObject.h>`.
22typedef struct MR_ModelRenderParams MR_ModelRenderParams; // Defined in `#include <MRCMesh/MRIRenderObject.h>`.
23typedef struct MR_Object MR_Object; // Defined in `#include <MRCMesh/MRObject.h>`.
24typedef struct MR_ObjectChildrenHolder MR_ObjectChildrenHolder; // Defined in `#include <MRCMesh/MRObject.h>`.
25typedef struct MR_ObjectMesh MR_ObjectMesh; // Defined in `#include <MRCMesh/MRObjectMesh.h>`.
26typedef struct MR_ObjectPointsHolder MR_ObjectPointsHolder; // Defined in `#include <MRCMesh/MRObjectPointsHolder.h>`.
27typedef struct MR_PointCloud MR_PointCloud; // Defined in `#include <MRCMesh/MRPointCloud.h>`.
28typedef struct MR_PointCloudPart MR_PointCloudPart; // Defined in `#include <MRCMesh/MRPointCloudPart.h>`.
29typedef struct MR_UiRenderParams MR_UiRenderParams; // Defined in `#include <MRCMesh/MRIRenderObject.h>`.
30typedef struct MR_VertBitSet MR_VertBitSet; // Defined in `#include <MRCMesh/MRBitSet.h>`.
31typedef struct MR_VertColors MR_VertColors; // Defined in `#include <MRCMesh/MRVector.h>`.
32typedef struct MR_VertMap MR_VertMap; // Defined in `#include <MRCMesh/MRVector.h>`.
33typedef struct MR_ViewportMask MR_ViewportMask; // Defined in `#include <MRCMesh/MRViewportId.h>`.
34typedef struct MR_ViewportProperty_MR_AffineXf3f MR_ViewportProperty_MR_AffineXf3f; // Defined in `#include <MRCMesh/MRViewportProperty.h>`.
35typedef struct MR_ViewportProperty_MR_Color MR_ViewportProperty_MR_Color; // Defined in `#include <MRCMesh/MRViewportProperty.h>`.
36typedef struct MR_ViewportProperty_unsigned_char MR_ViewportProperty_unsigned_char; // Defined in `#include <MRCMesh/MRViewportProperty.h>`.
37typedef struct MR_VisualObject MR_VisualObject; // Defined in `#include <MRCMesh/MRVisualObject.h>`.
38typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
39typedef struct MR_std_set_std_string MR_std_set_std_string; // Defined in `#include <MRCMisc/std_set_std_string.h>`.
40typedef struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object; // Defined in `#include <MRCMisc/std_shared_ptr_MR_Object.h>`.
41typedef struct MR_std_shared_ptr_MR_ObjectPoints MR_std_shared_ptr_MR_ObjectPoints; // Defined in `#include <MRCMisc/std_shared_ptr_MR_ObjectPoints.h>`.
42typedef struct MR_std_shared_ptr_MR_PointCloud MR_std_shared_ptr_MR_PointCloud; // Defined in `#include <MRCMisc/std_shared_ptr_MR_PointCloud.h>`.
43typedef struct MR_std_shared_ptr_const_MR_PointCloud MR_std_shared_ptr_const_MR_PointCloud; // Defined in `#include <MRCMisc/std_shared_ptr_const_MR_PointCloud.h>`.
44typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
45typedef struct MR_std_vector_MR_ViewportMask MR_std_vector_MR_ViewportMask; // Defined in `#include <MRCMisc/std_vector_MR_ViewportMask.h>`.
46typedef struct MR_std_vector_std_shared_ptr_MR_ObjectPoints MR_std_vector_std_shared_ptr_MR_ObjectPoints; // Defined in `#include <MRCMisc/std_vector_std_shared_ptr_MR_ObjectPoints.h>`.
47typedef struct MR_std_vector_std_string MR_std_vector_std_string; // Defined in `#include <MRCMisc/std_vector_std_string.h>`.
48
49
60typedef struct MR_ObjectPoints MR_ObjectPoints;
61
66
71
75
80
84
88
93
97
103
108
113
117
123
128
134
139
147
154
159
163
169
174
180
185
193
200
205
209
215
220
226
231
239
246
251
257MRC_API MR_ObjectPoints *MR_ObjectPoints_Construct(const MR_ObjectMesh *objMesh, const bool *saveNormals);
258
261
264
272
275
279
282
287
290
295
301
306
311
316
323
328
331MRC_API void MR_ObjectPoints_applyScale(MR_ObjectPoints *_this, float scaleFactor);
332
336
340
345
350
355MRC_DEPRECATED_REASON("use pointCloudPtr() instead")
357
363
367MRC_API void MR_ObjectPoints_setDirtyFlags(MR_ObjectPoints *_this, unsigned int mask, const bool *invalidateCaches);
368
374
378MRC_API void MR_ObjectPoints_selectPoints(MR_ObjectPoints *_this, MR_PassBy newSelection_pass_by, MR_VertBitSet *newSelection);
379
385
391
398
405
410
414
420
425
431
435MRC_API void MR_ObjectPoints_setVertsColorMap(MR_ObjectPoints *_this, MR_PassBy vertsColorMap_pass_by, MR_VertColors *vertsColorMap);
436
442
450MRC_API void MR_ObjectPoints_copyColors(MR_ObjectPoints *_this, const MR_ObjectPointsHolder *src, const MR_VertMap *thisToSrc, const MR_FaceMap *thisToSrcFaces);
451
457
464
469
474
481
486
491
496
506
511
517
523
528
534
539
544
551
558
565
572
578
584
591
598
605MRC_API const MR_Color *MR_ObjectPoints_getFrontColor(const MR_ObjectPoints *_this, const bool *selected, const MR_ViewportId *viewportId);
606
612MRC_API void MR_ObjectPoints_setFrontColor(MR_ObjectPoints *_this, const MR_Color *color, bool selected, const MR_ViewportId *viewportId);
613
620
626
632
637
644
650MRC_API void MR_ObjectPoints_setBackColor(MR_ObjectPoints *_this, const MR_Color *color, const MR_ViewportId *viewportId);
651
657MRC_API const unsigned char *MR_ObjectPoints_getGlobalAlpha(const MR_ObjectPoints *_this, const MR_ViewportId *viewportId);
658
663MRC_API void MR_ObjectPoints_setGlobalAlpha(MR_ObjectPoints *_this, unsigned char alpha, const MR_ViewportId *viewportId);
664
670
675
680
685
690
695
701
708
714MRC_API void MR_ObjectPoints_setPickable(MR_ObjectPoints *_this, bool on, const MR_ViewportMask *viewportMask);
715
720
725
730
735
740
745
750
755
762
768
774
780
785MRC_API void MR_ObjectPoints_setUseDefaultScenePropertiesOnDeserialization(MR_ObjectPoints *_this, bool useDefaultScenePropertiesOnDeserialization);
786
791
796MRC_API void MR_ObjectPoints_setName(MR_ObjectPoints *_this, const char *name, const char *name_end);
797
805MRC_API const MR_AffineXf3f *MR_ObjectPoints_xf(const MR_ObjectPoints *_this, const MR_ViewportId *id, bool *isDef);
806
812
818
824
829
837
843
849
856
863
868
872
878
882
887
893
900
908MRC_API bool MR_ObjectPoints_addChild(MR_ObjectPoints *_this, MR_PassBy child_pass_by, MR_std_shared_ptr_MR_Object *child, const bool *recognizedChild);
909
917
922
927
932
936
942
946
951
957MRC_API void MR_ObjectPoints_setVisible(MR_ObjectPoints *_this, bool on, const MR_ViewportMask *viewportMask);
958
964MRC_API bool MR_ObjectPoints_isVisible(const MR_ObjectPoints *_this, const MR_ViewportMask *viewportMask);
965
971
977
981
987
994
1002
1008
1015
1023MRC_API bool MR_ObjectPoints_addTag(MR_ObjectPoints *_this, const char *tag, const char *tag_end);
1024
1031MRC_API bool MR_ObjectPoints_removeTag(MR_ObjectPoints *_this, const char *tag, const char *tag_end);
1032
1033// return true if model of current object equals to model (the same) of other
1038
1039// return hash of model (or hash object pointer if object has no model)
1043
1044// returns this Object as shared_ptr
1045// finds it among its parent's recognized children
1050
1056
1064
1075
1076#ifdef __cplusplus
1077} // extern "C"
1078#endif
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_VertBitSet MR_VertBitSet
Definition MRAABBTree.h:22
struct MR_ModelBaseRenderParams MR_ModelBaseRenderParams
Definition MRAddVisualPropertiesMixin.h:24
struct MR_ViewportProperty_unsigned_char MR_ViewportProperty_unsigned_char
Definition MRAddVisualPropertiesMixin.h:32
struct MR_VisualObject MR_VisualObject
Definition MRAddVisualPropertiesMixin.h:33
struct MR_AnyVisualizeMaskEnum MR_AnyVisualizeMaskEnum
Definition MRAddVisualPropertiesMixin.h:19
struct MR_ConstChildren MR_ConstChildren
Definition MRAddVisualPropertiesMixin.h:21
struct MR_ViewportMask MR_ViewportMask
Definition MRAddVisualPropertiesMixin.h:29
struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object
Definition MRAddVisualPropertiesMixin.h:36
struct MR_std_vector_MR_ViewportMask MR_std_vector_MR_ViewportMask
Definition MRAddVisualPropertiesMixin.h:39
struct MR_ViewportProperty_MR_Color MR_ViewportProperty_MR_Color
Definition MRAddVisualPropertiesMixin.h:31
struct MR_ModelRenderParams MR_ModelRenderParams
Definition MRAddVisualPropertiesMixin.h:25
struct MR_std_set_std_string MR_std_set_std_string
Definition MRAddVisualPropertiesMixin.h:35
struct MR_UiRenderParams MR_UiRenderParams
Definition MRAddVisualPropertiesMixin.h:28
struct MR_ViewportProperty_MR_AffineXf3f MR_ViewportProperty_MR_AffineXf3f
Definition MRAddVisualPropertiesMixin.h:30
struct MR_ObjectChildrenHolder MR_ObjectChildrenHolder
Definition MRAddVisualPropertiesMixin.h:27
struct MR_PointCloudPart MR_PointCloudPart
Definition MRBestFit.h:23
struct MR_VertMap MR_VertMap
std::vector<T>-like container that requires specific indexing type,
Definition MRBitSet.h:40
struct MR_FaceMap MR_FaceMap
std::vector<T>-like container that requires specific indexing type,
Definition MRBitSet.h:26
struct MR_std_shared_ptr_MR_ObjectPoints MR_std_shared_ptr_MR_ObjectPoints
Definition MRChangePointCloudAction.h:17
struct MR_std_shared_ptr_MR_PointCloud MR_std_shared_ptr_MR_PointCloud
Definition MRChangePointCloudAction.h:18
struct MR_VertColors MR_VertColors
std::vector<T>-like container that requires specific indexing type,
Definition MRCtm.h:22
struct MR_std_string MR_std_string
Definition MRCtm.h:32
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:19
char MR_Reorder
determines how points to be ordered
Definition MREnums.h:28
MR_ColoringType
Definition MREnums.h:94
struct MR_Object MR_Object
Definition MRGltf.h:10
struct MR_ObjectMesh MR_ObjectMesh
Definition MRMeshBooleanFacade.h:14
struct MR_ObjectPoints MR_ObjectPoints
Definition MRMeshOrPointsObject.h:15
struct MR_std_vector_std_string MR_std_vector_std_string
Definition MRNesting3mfExport.h:17
MRC_API void MR_ObjectPoints_selectPoints(MR_ObjectPoints *_this, MR_PassBy newSelection_pass_by, MR_VertBitSet *newSelection)
MRC_API MR_ObjectPoints * MR_ObjectPoints_MutableDynamicDowncastFromOrFail_MR_ObjectPointsHolder(MR_ObjectPointsHolder *object)
MRC_API bool MR_ObjectPoints_globalVisibility(const MR_ObjectPoints *_this, const MR_ViewportMask *viewportMask)
MRC_API void MR_ObjectPoints_setMaxRenderingPoints(MR_ObjectPoints *_this, int val)
MRC_API const char * MR_ObjectPoints_StaticClassNameInPlural(void)
Generated from method MR::ObjectPoints::StaticClassNameInPlural.
MRC_API bool MR_ObjectPoints_isGlobalAncillary(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setPointCloud(MR_ObjectPoints *_this, const MR_std_shared_ptr_MR_PointCloud *pointCloud)
MRC_API size_t MR_ObjectPoints_numValidPoints(const MR_ObjectPoints *_this)
MRC_API float MR_ObjectPoints_getShininess(const MR_ObjectPoints *_this)
MRC_API bool MR_ObjectPoints_isSelected(const MR_ObjectPoints *_this)
MRC_API MR_PointCloudPart * MR_ObjectPoints_pointCloudPart(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setDirtyFlags(MR_ObjectPoints *_this, unsigned int mask, const bool *invalidateCaches)
MRC_API bool MR_ObjectPoints_addChild(MR_ObjectPoints *_this, MR_PassBy child_pass_by, MR_std_shared_ptr_MR_Object *child, const bool *recognizedChild)
MRC_API MR_ObjectPointsHolder * MR_ObjectPoints_MutableUpcastTo_MR_ObjectPointsHolder(MR_ObjectPoints *object)
MRC_API void MR_ObjectPoints_setAmbientStrength(MR_ObjectPoints *_this, float ambientStrength)
MRC_API MR_ObjectPoints * MR_ObjectPoints_Construct(const MR_ObjectMesh *objMesh, const bool *saveNormals)
MRC_API const MR_Object * MR_ObjectPoints_UpcastTo_MR_Object(const MR_ObjectPoints *object)
MRC_API void MR_ObjectPoints_setVisualizeProperty(MR_ObjectPoints *_this, bool value, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
MRC_API const MR_ObjectPoints * MR_ObjectPoints_StaticDowncastFrom_MR_Object(const MR_Object *object)
MRC_API const MR_ObjectPoints * MR_ObjectPoints_StaticDowncastFrom_MR_ObjectChildrenHolder(const MR_ObjectChildrenHolder *object)
MRC_API void MR_ObjectPoints_setLocked(MR_ObjectPoints *_this, bool on)
MRC_API void MR_ObjectPoints_setBackColorsForAllViewports(MR_ObjectPoints *_this, MR_PassBy val_pass_by, MR_ViewportProperty_MR_Color *val)
MRC_API void MR_ObjectPoints_toggleVisualizeProperty(MR_ObjectPoints *_this, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
MRC_API void MR_ObjectPoints_setVisibilityMask(MR_ObjectPoints *_this, const MR_ViewportMask *viewportMask)
MRC_API MR_VisualObject * MR_ObjectPoints_MutableUpcastTo_MR_VisualObject(MR_ObjectPoints *object)
MRC_API MR_ViewportMask * MR_ObjectPoints_globalClippedByPlaneMask(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_updateVertsColorMap(MR_ObjectPoints *_this, MR_VertColors *vertsColorMap)
MRC_API void MR_ObjectPoints_setVertsColorMap(MR_ObjectPoints *_this, MR_PassBy vertsColorMap_pass_by, MR_VertColors *vertsColorMap)
MRC_API const MR_ViewportProperty_MR_Color * MR_ObjectPoints_getSelectedVerticesColorsForAllViewports(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_copyAllSolidColors(MR_ObjectPoints *_this, const MR_ObjectPointsHolder *other)
MRC_API const MR_Color * MR_ObjectPoints_getBackColor(const MR_ObjectPoints *_this, const MR_ViewportId *viewportId)
MRC_API void MR_ObjectPoints_updateSelectedPoints(MR_ObjectPoints *_this, MR_VertBitSet *selection)
MRC_API bool MR_ObjectPoints_getRedrawFlag(const MR_ObjectPoints *_this, const MR_ViewportMask *viewportMask)
MRC_API int MR_ObjectPoints_getMaxRenderingPoints(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_swapPointCloud(MR_ObjectPoints *_this, MR_std_shared_ptr_MR_PointCloud *points)
MRC_API void MR_ObjectPoints_resetRedrawFlag(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_sortChildren(MR_ObjectPoints *_this)
MRC_API bool MR_ObjectPoints_supportsVisualizeProperty(const MR_ObjectPoints *_this, const MR_AnyVisualizeMaskEnum *type)
MRC_API void MR_ObjectPoints_resetFrontColor(MR_ObjectPoints *_this)
MRC_API bool MR_ObjectPoints_isAncestor(const MR_ObjectPoints *_this, const MR_Object *ancestor)
MRC_API MR_ObjectPoints * MR_ObjectPoints_MutableDynamicDowncastFrom_MR_VisualObject(MR_VisualObject *object)
MRC_API const MR_Color * MR_ObjectPoints_getSelectedVerticesColor(const MR_ObjectPoints *_this, const MR_ViewportId *id)
MRC_API float MR_ObjectPoints_getPointSize(const MR_ObjectPoints *_this)
MRC_API const MR_VertBitSet * MR_ObjectPoints_getSelectedPointsOrAll(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setColoringType(MR_ObjectPoints *_this, MR_ColoringType coloringType)
MRC_API void MR_ObjectPoints_setWorldXf(MR_ObjectPoints *_this, const MR_AffineXf3f *xf, const MR_ViewportId *id)
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 MR_std_shared_ptr_MR_Object * MR_ObjectPoints_shallowCloneTree(const MR_ObjectPoints *_this)
MRC_API MR_Box3f MR_ObjectPoints_getBoundingBox(const MR_ObjectPoints *_this)
MRC_API MR_ObjectPoints * MR_ObjectPoints_ConstructFromAnother(MR_PassBy _other_pass_by, MR_ObjectPoints *_other)
MRC_API const MR_VisualObject * MR_ObjectPoints_UpcastTo_MR_VisualObject(const MR_ObjectPoints *object)
MRC_API const MR_std_shared_ptr_const_MR_PointCloud * MR_ObjectPoints_pointCloud(const MR_ObjectPoints *_this)
MRC_API MR_std_shared_ptr_MR_Object * MR_ObjectPoints_getSharedPtr(const MR_ObjectPoints *_this)
MRC_API MR_std_shared_ptr_MR_Object * MR_ObjectPoints_cloneTree(const MR_ObjectPoints *_this)
MRC_API MR_ViewportMask * MR_ObjectPoints_visibilityMask(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setXfsForAllViewports(MR_ObjectPoints *_this, MR_PassBy xf_pass_by, MR_ViewportProperty_MR_AffineXf3f *xf)
MRC_API const MR_ObjectPoints * MR_ObjectPoints_DynamicDowncastFromOrFail_MR_ObjectPointsHolder(const MR_ObjectPointsHolder *object)
MRC_API MR_AffineXf3f MR_ObjectPoints_worldXf(const MR_ObjectPoints *_this, const MR_ViewportId *id, bool *isDef)
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)
MRC_API const MR_ObjectPoints * MR_ObjectPoints_StaticDowncastFrom_MR_ObjectPointsHolder(const MR_ObjectPointsHolder *object)
MRC_API bool MR_ObjectPoints_isLocked(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setBackColor(MR_ObjectPoints *_this, const MR_Color *color, const MR_ViewportId *viewportId)
MRC_API bool MR_ObjectPoints_removeTag(MR_ObjectPoints *_this, const char *tag, const char *tag_end)
MRC_API MR_ObjectPoints * MR_ObjectPoints_AssignFromAnother(MR_ObjectPoints *_this, MR_PassBy _other_pass_by, MR_ObjectPoints *_other)
MRC_API const MR_ObjectPoints * MR_ObjectPoints_DynamicDowncastFromOrFail_MR_Object(const MR_Object *object)
MRC_API void MR_ObjectPoints_setSelectedVerticesColorsForAllViewports(MR_ObjectPoints *_this, MR_PassBy val_pass_by, MR_ViewportProperty_MR_Color *val)
MRC_API MR_PointCloud * MR_ObjectPoints_varPointCloudPtr(MR_ObjectPoints *_this)
MRC_API size_t MR_ObjectPoints_numRenderingValidPoints(const MR_ObjectPoints *_this)
MRC_API const MR_ObjectPoints * MR_ObjectPoints_DynamicDowncastFrom_MR_VisualObject(const MR_VisualObject *object)
MRC_API void MR_ObjectPoints_setFrontColor(MR_ObjectPoints *_this, const MR_Color *color, bool selected, const MR_ViewportId *viewportId)
MRC_API const MR_ObjectChildrenHolder * MR_ObjectPoints_UpcastTo_MR_ObjectChildrenHolder(const MR_ObjectPoints *object)
MRC_API void MR_ObjectPoints_resetXf(MR_ObjectPoints *_this, const MR_ViewportId *id)
MRC_API float MR_ObjectPoints_getAmbientStrength(const MR_ObjectPoints *_this)
MRC_API bool MR_ObjectPoints_hasModel(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setVisible(MR_ObjectPoints *_this, bool on, const MR_ViewportMask *viewportMask)
MRC_API MR_std_string * MR_ObjectPoints_className(const MR_ObjectPoints *_this)
MRC_API MR_std_vector_MR_ViewportMask * MR_ObjectPoints_getAllVisualizeProperties(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setGlobalAlpha(MR_ObjectPoints *_this, unsigned char alpha, const MR_ViewportId *viewportId)
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)
MRC_API MR_ObjectPoints * MR_ObjectPoints_MutableStaticDowncastFrom_MR_ObjectPointsHolder(MR_ObjectPointsHolder *object)
MRC_API MR_std_shared_ptr_MR_Object * MR_ObjectPoints_shallowClone(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setShininess(MR_ObjectPoints *_this, float shininess)
MRC_API MR_ObjectPoints * MR_ObjectPoints_MutableDynamicDowncastFromOrFail_MR_VisualObject(MR_VisualObject *object)
MRC_API bool MR_ObjectPoints_isPickable(const MR_ObjectPoints *_this, const MR_ViewportMask *viewportMask)
MRC_API const MR_ObjectPoints * MR_ObjectPoints_StaticDowncastFrom_MR_VisualObject(const MR_VisualObject *object)
MRC_API void MR_ObjectPoints_renderForPicker(const MR_ObjectPoints *_this, const MR_ModelBaseRenderParams *_1, unsigned int _2)
MRC_API bool MR_ObjectPoints_isVisible(const MR_ObjectPoints *_this, const MR_ViewportMask *viewportMask)
MRC_API bool MR_ObjectPoints_getVisualizeProperty(const MR_ObjectPoints *_this, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
MRC_API const MR_std_set_std_string * MR_ObjectPoints_tags(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_removeAllChildren(MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setName(MR_ObjectPoints *_this, const char *name, const char *name_end)
MRC_API const MR_ObjectPoints * MR_ObjectPoints_DynamicDowncastFrom_MR_ObjectPointsHolder(const MR_ObjectPointsHolder *object)
MRC_API void MR_ObjectPoints_setPointSize(MR_ObjectPoints *_this, float size)
MRC_API MR_Object * MR_ObjectPoints_MutableUpcastTo_MR_Object(MR_ObjectPoints *object)
MRC_API const int * MR_ObjectPoints_Get_MaxRenderingPointsDefault(void)
MRC_API size_t MR_ObjectPoints_getModelHash(const MR_ObjectPoints *_this)
MRC_API MR_std_string * MR_ObjectPoints_classNameInPlural(const MR_ObjectPoints *_this)
MRC_API bool MR_ObjectPoints_useDefaultScenePropertiesOnDeserialization(const MR_ObjectPoints *_this)
MRC_API bool MR_ObjectPoints_addTag(MR_ObjectPoints *_this, const char *tag, const char *tag_end)
MRC_API const MR_AffineXf3f * MR_ObjectPoints_xf(const MR_ObjectPoints *_this, const MR_ViewportId *id, bool *isDef)
MRC_API void MR_ObjectPoints_resetDirtyExceptMask(const MR_ObjectPoints *_this, unsigned int mask)
MRC_API const MR_Color * MR_ObjectPoints_getFrontColor(const MR_ObjectPoints *_this, const bool *selected, const MR_ViewportId *viewportId)
MRC_API void MR_ObjectPoints_setSpecularStrength(MR_ObjectPoints *_this, float specularStrength)
MRC_API const MR_ViewportProperty_MR_Color * MR_ObjectPoints_getBackColorsForAllViewports(const MR_ObjectPoints *_this)
struct MR_std_vector_std_shared_ptr_MR_ObjectPoints MR_std_vector_std_shared_ptr_MR_ObjectPoints
Definition MRObjectPoints.h:46
MRC_API void MR_ObjectPoints_setAncillary(MR_ObjectPoints *_this, bool ancillary)
MRC_API MR_ObjectPoints * MR_ObjectPoints_MutableDynamicDowncastFrom_MR_ObjectPointsHolder(MR_ObjectPointsHolder *object)
MRC_API void MR_ObjectPoints_setParentLocked(MR_ObjectPoints *_this, bool lock)
MRC_API const MR_VertColors * MR_ObjectPoints_getVertsColorMap(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_renderUi(const MR_ObjectPoints *_this, const MR_UiRenderParams *params)
MRC_API void MR_ObjectPoints_setPickable(MR_ObjectPoints *_this, bool on, const MR_ViewportMask *viewportMask)
MRC_API unsigned int MR_ObjectPoints_getDirtyFlags(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_swap(MR_ObjectPoints *_this, MR_Object *other)
MRC_API const MR_ViewportProperty_MR_AffineXf3f * MR_ObjectPoints_xfsForAllViewports(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setFrontColorsForAllViewports(MR_ObjectPoints *_this, MR_PassBy val_pass_by, MR_ViewportProperty_MR_Color *val, const bool *selected)
MRC_API MR_std_shared_ptr_MR_Object * MR_ObjectPoints_clone(const MR_ObjectPoints *_this)
struct MR_ObjectPointsHolder MR_ObjectPointsHolder
Definition MRObjectPoints.h:26
MRC_API const MR_PointCloud * MR_ObjectPoints_pointCloudPtr(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_resetColors(MR_ObjectPoints *_this)
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 const MR_ObjectPoints * MR_ObjectPoints_DynamicDowncastFromOrFail_MR_VisualObject(const MR_VisualObject *object)
MRC_API const MR_ObjectPoints * MR_ObjectPoints_DynamicDowncastFrom_MR_Object(const MR_Object *object)
MRC_API const MR_ObjectPointsHolder * MR_ObjectPoints_UpcastTo_MR_ObjectPointsHolder(const MR_ObjectPoints *object)
MRC_API MR_ObjectPoints * MR_ObjectPoints_MutableStaticDowncastFrom_MR_VisualObject(MR_VisualObject *object)
MRC_API void MR_ObjectPoints_setSerializeFormat(MR_ObjectPoints *_this, const char *newFormat)
MRC_API const MR_std_string * MR_ObjectPoints_name(const MR_ObjectPoints *_this)
MRC_API const MR_ViewportProperty_unsigned_char * MR_ObjectPoints_getGlobalAlphaForAllViewports(const MR_ObjectPoints *_this)
MRC_API const char * MR_ObjectPoints_typeName(const MR_ObjectPoints *_this)
MRC_API float MR_ObjectPoints_getSpecularStrength(const MR_ObjectPoints *_this)
MRC_API const MR_VertBitSet * MR_ObjectPoints_getSelectedPoints(const MR_ObjectPoints *_this)
MRC_API const char * MR_ObjectPoints_StaticClassName(void)
Generated from method MR::ObjectPoints::StaticClassName.
MRC_API size_t MR_ObjectPoints_heapBytes(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setGlobalClippedByPlane(MR_ObjectPoints *_this, bool on, const MR_ViewportMask *viewportMask)
MRC_API const unsigned char * MR_ObjectPoints_getGlobalAlpha(const MR_ObjectPoints *_this, const MR_ViewportId *viewportId)
MRC_API MR_Box3f MR_ObjectPoints_getWorldTreeBox(const MR_ObjectPoints *_this, const MR_ViewportId *_1)
struct MR_std_shared_ptr_const_MR_PointCloud MR_std_shared_ptr_const_MR_PointCloud
Definition MRObjectPoints.h:43
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)
MRC_API const MR_ViewportProperty_MR_Color * MR_ObjectPoints_getFrontColorsForAllViewports(const MR_ObjectPoints *_this, const bool *selected)
MRC_API const MR_ViewportMask * MR_ObjectPoints_getVisualizePropertyMask(const MR_ObjectPoints *_this, const MR_AnyVisualizeMaskEnum *type)
MRC_API bool MR_ObjectPoints_sameModels(const MR_ObjectPoints *_this, const MR_Object *other)
MRC_API void MR_ObjectPoints_setSelectedVerticesColor(MR_ObjectPoints *_this, const MR_Color *color, const MR_ViewportId *id)
MRC_API const MR_ObjectPoints * MR_ObjectPoints_OffsetPtr(const MR_ObjectPoints *ptr, ptrdiff_t i)
MRC_API MR_ViewportMask * MR_ObjectPoints_globalVisibilityMask(const MR_ObjectPoints *_this)
MRC_API MR_std_vector_std_string * MR_ObjectPoints_getInfoLines(const MR_ObjectPoints *_this)
MRC_API MR_ObjectChildrenHolder * MR_ObjectPoints_MutableUpcastTo_MR_ObjectChildrenHolder(MR_ObjectPoints *object)
MRC_API void MR_ObjectPoints_applyScale(MR_ObjectPoints *_this, float scaleFactor)
MRC_API void MR_ObjectPoints_setVisualizePropertyMask(MR_ObjectPoints *_this, const MR_AnyVisualizeMaskEnum *type, const MR_ViewportMask *viewportMask)
MRC_API MR_Box3f MR_ObjectPoints_getWorldBox(const MR_ObjectPoints *_this, const MR_ViewportId *_1)
MRC_API MR_ObjectPoints * MR_ObjectPoints_MutableStaticDowncastFrom_MR_ObjectChildrenHolder(MR_ObjectChildrenHolder *object)
MRC_API bool MR_ObjectPoints_render(const MR_ObjectPoints *_this, const MR_ModelRenderParams *_1)
MRC_API void MR_ObjectPoints_setGlobalAlphaForAllViewports(MR_ObjectPoints *_this, MR_PassBy val_pass_by, MR_ViewportProperty_unsigned_char *val)
MRC_API MR_ObjectPoints * MR_ObjectPoints_MutableDynamicDowncastFrom_MR_Object(MR_Object *object)
MRC_API const char * MR_ObjectPoints_serializeFormat(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setAllVisualizeProperties(MR_ObjectPoints *_this, const MR_std_vector_MR_ViewportMask *properties)
MRC_API bool MR_ObjectPoints_isParentLocked(const MR_ObjectPoints *_this)
MRC_API bool MR_ObjectPoints_globalClippedByPlane(const MR_ObjectPoints *_this, const MR_ViewportMask *viewportMask)
MRC_API bool MR_ObjectPoints_detachFromParent(MR_ObjectPoints *_this)
MRC_API const MR_std_shared_ptr_MR_PointCloud * MR_ObjectPoints_varPointCloud(MR_ObjectPoints *_this)
MRC_API MR_ObjectPoints * MR_ObjectPoints_OffsetMutablePtr(MR_ObjectPoints *ptr, ptrdiff_t i)
MRC_API const int * MR_ObjectPoints_Get_MaxRenderingPointsUnlimited(void)
MRC_API MR_ObjectPoints * MR_ObjectPoints_DefaultConstructArray(size_t num_elems)
MRC_API bool MR_ObjectPoints_select(MR_ObjectPoints *_this, bool on)
MRC_API MR_ColoringType MR_ObjectPoints_getColoringType(const MR_ObjectPoints *_this)
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)
MRC_API bool MR_ObjectPoints_isAncillary(const MR_ObjectPoints *_this)
MRC_API MR_ConstChildren * MR_ObjectPoints_constChildren(const MR_ObjectPoints *_this)
MRC_API MR_ObjectPoints * MR_ObjectPoints_MutableStaticDowncastFrom_MR_Object(MR_Object *object)
MRC_API void MR_ObjectPoints_setXf(MR_ObjectPoints *_this, const MR_AffineXf3f *xf, const MR_ViewportId *id)
MRC_API const char * MR_ObjectPoints_StaticTypeName(void)
Generated from method MR::ObjectPoints::StaticTypeName.
MRC_API int MR_ObjectPoints_getRenderDiscretization(const MR_ObjectPoints *_this)
MRC_API bool MR_ObjectPoints_hasVisualRepresentation(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_copyColors(MR_ObjectPoints *_this, const MR_ObjectPointsHolder *src, const MR_VertMap *thisToSrc, const MR_FaceMap *thisToSrcFaces)
MRC_API MR_ObjectPoints * MR_ObjectPoints_MutableDynamicDowncastFromOrFail_MR_Object(MR_Object *object)
MRC_API size_t MR_ObjectPoints_numSelectedPoints(const MR_ObjectPoints *_this)
MRC_API void MR_ObjectPoints_setUseDefaultScenePropertiesOnDeserialization(MR_ObjectPoints *_this, bool useDefaultScenePropertiesOnDeserialization)
MRC_API MR_ObjectPoints * MR_ObjectPoints_DefaultConstruct(void)
MRC_API void MR_ObjectPoints_setGlobalVisibility(MR_ObjectPoints *_this, bool on, const MR_ViewportMask *viewportMask)
MRC_API void MR_ObjectPoints_resetDirty(const MR_ObjectPoints *_this)
#define MRC_DEPRECATED_REASON(str)
Definition common.h:74
MR_PassBy
Definition common.h:13
#define MRC_API
Definition include/MRCMisc/exports.h:11
Definition MRAffineXf.h:39
Definition MRBox.h:107
Generated from class MR::Color.
Definition MRColor.h:18
Definition MRViewportId.h:17