MeshLib C Docs
Loading...
Searching...
No Matches
MRHistoryAction.h File Reference
#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef struct MR_ChangVoxelSelectionAction MR_ChangVoxelSelectionAction
 
typedef struct MR_ChangeActiveBoxAction MR_ChangeActiveBoxAction
 
typedef struct MR_ChangeColoringType MR_ChangeColoringType
 
typedef struct MR_ChangeDualMarchingCubesAction MR_ChangeDualMarchingCubesAction
 
typedef struct MR_ChangeFacesColorMapAction MR_ChangeFacesColorMapAction
 
typedef struct MR_ChangeGridAction MR_ChangeGridAction
 
typedef struct MR_ChangeIsoAction MR_ChangeIsoAction
 
typedef struct MR_ChangeLabelAction MR_ChangeLabelAction
 
typedef struct MR_ChangeLinesColorMapAction MR_ChangeLinesColorMapAction
 
typedef struct MR_ChangeMeshAction MR_ChangeMeshAction
 
typedef struct MR_ChangeMeshCreasesAction MR_ChangeMeshCreasesAction
 
typedef struct MR_ChangeMeshDataAction MR_ChangeMeshDataAction
 
typedef struct MR_ChangeMeshEdgeSelectionAction MR_ChangeMeshEdgeSelectionAction
 
typedef struct MR_ChangeMeshFaceSelectionAction MR_ChangeMeshFaceSelectionAction
 
typedef struct MR_ChangeMeshPointsAction MR_ChangeMeshPointsAction
 
typedef struct MR_ChangeMeshTexturePerFaceAction MR_ChangeMeshTexturePerFaceAction
 
typedef struct MR_ChangeMeshTopologyAction MR_ChangeMeshTopologyAction
 
typedef struct MR_ChangeMeshUVCoordsAction MR_ChangeMeshUVCoordsAction
 
typedef struct MR_ChangeNameAction MR_ChangeNameAction
 
typedef struct MR_ChangeObjectAction MR_ChangeObjectAction
 
typedef struct MR_ChangeObjectColorAction MR_ChangeObjectColorAction
 
typedef struct MR_ChangeObjectSelectedAction MR_ChangeObjectSelectedAction
 
typedef struct MR_ChangeObjectVisibilityAction MR_ChangeObjectVisibilityAction
 
typedef struct MR_ChangeOneNormalInCloudAction MR_ChangeOneNormalInCloudAction
 
typedef struct MR_ChangeOnePointInCloudAction MR_ChangeOnePointInCloudAction
 
typedef struct MR_ChangePointCloudAction MR_ChangePointCloudAction
 
typedef struct MR_ChangePointCloudNormalsAction MR_ChangePointCloudNormalsAction
 
typedef struct MR_ChangePointCloudPointsAction MR_ChangePointCloudPointsAction
 
typedef struct MR_ChangePointPointSelectionAction MR_ChangePointPointSelectionAction
 
typedef struct MR_ChangePolylineAction MR_ChangePolylineAction
 
typedef struct MR_ChangePolylinePointsAction MR_ChangePolylinePointsAction
 
typedef struct MR_ChangePolylineTopologyAction MR_ChangePolylineTopologyAction
 
typedef struct MR_ChangeScaleAction MR_ChangeScaleAction
 
typedef struct MR_ChangeSceneAction MR_ChangeSceneAction
 
typedef struct MR_ChangeSceneObjectsOrder MR_ChangeSceneObjectsOrder
 
typedef struct MR_ChangeSurfaceAction MR_ChangeSurfaceAction
 
typedef struct MR_ChangeTextureAction MR_ChangeTextureAction
 
typedef struct MR_ChangeVisualizePropertyAction MR_ChangeVisualizePropertyAction
 
typedef struct MR_ChangeXfAction MR_ChangeXfAction
 
typedef struct MR_CombinedHistoryAction MR_CombinedHistoryAction
 
typedef struct MR_PartialChangeMeshAction MR_PartialChangeMeshAction
 
typedef struct MR_PartialChangeMeshPointsAction MR_PartialChangeMeshPointsAction
 
typedef struct MR_PartialChangeMeshTopologyAction MR_PartialChangeMeshTopologyAction
 
typedef struct MR_std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref MR_std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref
 
typedef struct MR_std_pair_bool_int32_t MR_std_pair_bool_int32_t
 
typedef struct MR_std_string MR_std_string
 
typedef struct MR_std_vector_std_shared_ptr_MR_HistoryAction MR_std_vector_std_shared_ptr_MR_HistoryAction
 
typedef struct MR_HistoryAction MR_HistoryAction
 
typedef int32_t MR_HistoryAction_Type
 

Enumerations

enum  { MR_HistoryAction_Type_Undo = 0 , MR_HistoryAction_Type_Redo = 1 }
 

Functions

MRC_API void MR_HistoryAction_Destroy (const MR_HistoryAction *_this)
 Destroys a heap-allocated instance of MR_HistoryAction. Does nothing if the pointer is null.
 
MRC_API void MR_HistoryAction_DestroyArray (const MR_HistoryAction *_this)
 Destroys a heap-allocated array of MR_HistoryAction. Does nothing if the pointer is null.
 
MRC_API MR_std_stringMR_HistoryAction_name (const MR_HistoryAction *_this)
 
MRC_API void MR_HistoryAction_action (MR_HistoryAction *_this, MR_HistoryAction_Type actionType)
 
MRC_API MR_uint64_t MR_HistoryAction_heapBytes (const MR_HistoryAction *_this)
 
MRC_API const MR_HistoryActionMR_HistoryAction_OffsetPtr (const MR_HistoryAction *ptr, ptrdiff_t i)
 Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
 
MRC_API MR_HistoryActionMR_HistoryAction_OffsetMutablePtr (MR_HistoryAction *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_ChangVoxelSelectionActionMR_HistoryAction_StaticDowncastTo_MR_ChangVoxelSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangVoxelSelectionActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangVoxelSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangVoxelSelectionActionMR_HistoryAction_DynamicDowncastTo_MR_ChangVoxelSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangVoxelSelectionActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangVoxelSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangVoxelSelectionActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangVoxelSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangVoxelSelectionActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangVoxelSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeActiveBoxActionMR_HistoryAction_StaticDowncastTo_MR_ChangeActiveBoxAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeActiveBoxActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeActiveBoxAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeActiveBoxActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeActiveBoxAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeActiveBoxActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeActiveBoxAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeActiveBoxActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeActiveBoxAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeActiveBoxActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeActiveBoxAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeColoringTypeMR_HistoryAction_StaticDowncastTo_MR_ChangeColoringType (const MR_HistoryAction *object)
 
MRC_API MR_ChangeColoringTypeMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeColoringType (MR_HistoryAction *object)
 
MRC_API const MR_ChangeColoringTypeMR_HistoryAction_DynamicDowncastTo_MR_ChangeColoringType (const MR_HistoryAction *object)
 
MRC_API MR_ChangeColoringTypeMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeColoringType (MR_HistoryAction *object)
 
MRC_API const MR_ChangeColoringTypeMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeColoringType (const MR_HistoryAction *object)
 
MRC_API MR_ChangeColoringTypeMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeColoringType (MR_HistoryAction *object)
 
MRC_API const MR_ChangeDualMarchingCubesActionMR_HistoryAction_StaticDowncastTo_MR_ChangeDualMarchingCubesAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeDualMarchingCubesActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeDualMarchingCubesAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeDualMarchingCubesActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeDualMarchingCubesAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeDualMarchingCubesActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeDualMarchingCubesAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeDualMarchingCubesActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeDualMarchingCubesAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeDualMarchingCubesActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeDualMarchingCubesAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeFacesColorMapActionMR_HistoryAction_StaticDowncastTo_MR_ChangeFacesColorMapAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeFacesColorMapActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeFacesColorMapAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeFacesColorMapActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeFacesColorMapAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeFacesColorMapActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeFacesColorMapAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeFacesColorMapActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeFacesColorMapAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeFacesColorMapActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeFacesColorMapAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeGridActionMR_HistoryAction_StaticDowncastTo_MR_ChangeGridAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeGridActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeGridAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeGridActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeGridAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeGridActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeGridAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeGridActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeGridAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeGridActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeGridAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeIsoActionMR_HistoryAction_StaticDowncastTo_MR_ChangeIsoAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeIsoActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeIsoAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeIsoActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeIsoAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeIsoActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeIsoAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeIsoActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeIsoAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeIsoActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeIsoAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeLabelActionMR_HistoryAction_StaticDowncastTo_MR_ChangeLabelAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeLabelActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeLabelAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeLabelActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeLabelAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeLabelActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeLabelAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeLabelActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeLabelAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeLabelActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeLabelAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeLinesColorMapActionMR_HistoryAction_StaticDowncastTo_MR_ChangeLinesColorMapAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeLinesColorMapActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeLinesColorMapAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeLinesColorMapActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeLinesColorMapAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeLinesColorMapActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeLinesColorMapAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeLinesColorMapActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeLinesColorMapAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeLinesColorMapActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeLinesColorMapAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshActionMR_HistoryAction_StaticDowncastTo_MR_ChangeMeshAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshCreasesActionMR_HistoryAction_StaticDowncastTo_MR_ChangeMeshCreasesAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshCreasesActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshCreasesAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshCreasesActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshCreasesAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshCreasesActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshCreasesAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshCreasesActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshCreasesAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshCreasesActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshCreasesAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshDataActionMR_HistoryAction_StaticDowncastTo_MR_ChangeMeshDataAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshDataActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshDataAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshDataActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshDataAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshDataActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshDataAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshDataActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshDataAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshDataActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshDataAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshEdgeSelectionActionMR_HistoryAction_StaticDowncastTo_MR_ChangeMeshEdgeSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshEdgeSelectionActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshEdgeSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshEdgeSelectionActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshEdgeSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshEdgeSelectionActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshEdgeSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshEdgeSelectionActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshEdgeSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshEdgeSelectionActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshEdgeSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshFaceSelectionActionMR_HistoryAction_StaticDowncastTo_MR_ChangeMeshFaceSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshFaceSelectionActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshFaceSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshFaceSelectionActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshFaceSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshFaceSelectionActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshFaceSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshFaceSelectionActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshFaceSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshFaceSelectionActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshFaceSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshPointsActionMR_HistoryAction_StaticDowncastTo_MR_ChangeMeshPointsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshPointsActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshPointsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshPointsActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshPointsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshPointsActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshPointsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshPointsActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshPointsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshPointsActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshPointsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshTexturePerFaceActionMR_HistoryAction_StaticDowncastTo_MR_ChangeMeshTexturePerFaceAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshTexturePerFaceActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshTexturePerFaceAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshTexturePerFaceActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshTexturePerFaceAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshTexturePerFaceActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshTexturePerFaceAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshTexturePerFaceActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshTexturePerFaceAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshTexturePerFaceActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshTexturePerFaceAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshTopologyActionMR_HistoryAction_StaticDowncastTo_MR_ChangeMeshTopologyAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshTopologyActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshTopologyAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshTopologyActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshTopologyAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshTopologyActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshTopologyAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshTopologyActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshTopologyAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshTopologyActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshTopologyAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshUVCoordsActionMR_HistoryAction_StaticDowncastTo_MR_ChangeMeshUVCoordsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshUVCoordsActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshUVCoordsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshUVCoordsActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshUVCoordsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshUVCoordsActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshUVCoordsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeMeshUVCoordsActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshUVCoordsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeMeshUVCoordsActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshUVCoordsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeNameActionMR_HistoryAction_StaticDowncastTo_MR_ChangeNameAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeNameActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeNameAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeNameActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeNameAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeNameActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeNameAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeNameActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeNameAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeNameActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeNameAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectActionMR_HistoryAction_StaticDowncastTo_MR_ChangeObjectAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectColorActionMR_HistoryAction_StaticDowncastTo_MR_ChangeObjectColorAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectColorActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectColorAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectColorActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectColorAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectColorActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectColorAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectColorActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectColorAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectColorActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectColorAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectSelectedActionMR_HistoryAction_StaticDowncastTo_MR_ChangeObjectSelectedAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectSelectedActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectSelectedAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectSelectedActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectSelectedAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectSelectedActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectSelectedAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectSelectedActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectSelectedAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectSelectedActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectSelectedAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectVisibilityActionMR_HistoryAction_StaticDowncastTo_MR_ChangeObjectVisibilityAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectVisibilityActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectVisibilityAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectVisibilityActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectVisibilityAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectVisibilityActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectVisibilityAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeObjectVisibilityActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectVisibilityAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeObjectVisibilityActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectVisibilityAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeOneNormalInCloudActionMR_HistoryAction_StaticDowncastTo_MR_ChangeOneNormalInCloudAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeOneNormalInCloudActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeOneNormalInCloudAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeOneNormalInCloudActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeOneNormalInCloudAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeOneNormalInCloudActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeOneNormalInCloudAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeOneNormalInCloudActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeOneNormalInCloudAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeOneNormalInCloudActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeOneNormalInCloudAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeOnePointInCloudActionMR_HistoryAction_StaticDowncastTo_MR_ChangeOnePointInCloudAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeOnePointInCloudActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeOnePointInCloudAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeOnePointInCloudActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeOnePointInCloudAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeOnePointInCloudActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeOnePointInCloudAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeOnePointInCloudActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeOnePointInCloudAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeOnePointInCloudActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeOnePointInCloudAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointCloudActionMR_HistoryAction_StaticDowncastTo_MR_ChangePointCloudAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointCloudActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointCloudAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointCloudActionMR_HistoryAction_DynamicDowncastTo_MR_ChangePointCloudAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointCloudActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointCloudAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointCloudActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointCloudAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointCloudActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointCloudAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointCloudNormalsActionMR_HistoryAction_StaticDowncastTo_MR_ChangePointCloudNormalsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointCloudNormalsActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointCloudNormalsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointCloudNormalsActionMR_HistoryAction_DynamicDowncastTo_MR_ChangePointCloudNormalsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointCloudNormalsActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointCloudNormalsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointCloudNormalsActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointCloudNormalsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointCloudNormalsActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointCloudNormalsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointCloudPointsActionMR_HistoryAction_StaticDowncastTo_MR_ChangePointCloudPointsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointCloudPointsActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointCloudPointsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointCloudPointsActionMR_HistoryAction_DynamicDowncastTo_MR_ChangePointCloudPointsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointCloudPointsActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointCloudPointsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointCloudPointsActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointCloudPointsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointCloudPointsActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointCloudPointsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointPointSelectionActionMR_HistoryAction_StaticDowncastTo_MR_ChangePointPointSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointPointSelectionActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointPointSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointPointSelectionActionMR_HistoryAction_DynamicDowncastTo_MR_ChangePointPointSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointPointSelectionActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointPointSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePointPointSelectionActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointPointSelectionAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePointPointSelectionActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointPointSelectionAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePolylineActionMR_HistoryAction_StaticDowncastTo_MR_ChangePolylineAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePolylineActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangePolylineAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePolylineActionMR_HistoryAction_DynamicDowncastTo_MR_ChangePolylineAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePolylineActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePolylineAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePolylineActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePolylineAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePolylineActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePolylineAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePolylinePointsActionMR_HistoryAction_StaticDowncastTo_MR_ChangePolylinePointsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePolylinePointsActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangePolylinePointsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePolylinePointsActionMR_HistoryAction_DynamicDowncastTo_MR_ChangePolylinePointsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePolylinePointsActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePolylinePointsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePolylinePointsActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePolylinePointsAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePolylinePointsActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePolylinePointsAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePolylineTopologyActionMR_HistoryAction_StaticDowncastTo_MR_ChangePolylineTopologyAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePolylineTopologyActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangePolylineTopologyAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePolylineTopologyActionMR_HistoryAction_DynamicDowncastTo_MR_ChangePolylineTopologyAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePolylineTopologyActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePolylineTopologyAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangePolylineTopologyActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePolylineTopologyAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangePolylineTopologyActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePolylineTopologyAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeScaleActionMR_HistoryAction_StaticDowncastTo_MR_ChangeScaleAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeScaleActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeScaleAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeScaleActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeScaleAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeScaleActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeScaleAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeScaleActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeScaleAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeScaleActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeScaleAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeSceneActionMR_HistoryAction_StaticDowncastTo_MR_ChangeSceneAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeSceneActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeSceneAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeSceneActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeSceneAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeSceneActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeSceneAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeSceneActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeSceneAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeSceneActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeSceneAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeSceneObjectsOrderMR_HistoryAction_StaticDowncastTo_MR_ChangeSceneObjectsOrder (const MR_HistoryAction *object)
 
MRC_API MR_ChangeSceneObjectsOrderMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeSceneObjectsOrder (MR_HistoryAction *object)
 
MRC_API const MR_ChangeSceneObjectsOrderMR_HistoryAction_DynamicDowncastTo_MR_ChangeSceneObjectsOrder (const MR_HistoryAction *object)
 
MRC_API MR_ChangeSceneObjectsOrderMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeSceneObjectsOrder (MR_HistoryAction *object)
 
MRC_API const MR_ChangeSceneObjectsOrderMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeSceneObjectsOrder (const MR_HistoryAction *object)
 
MRC_API MR_ChangeSceneObjectsOrderMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeSceneObjectsOrder (MR_HistoryAction *object)
 
MRC_API const MR_ChangeSurfaceActionMR_HistoryAction_StaticDowncastTo_MR_ChangeSurfaceAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeSurfaceActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeSurfaceAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeSurfaceActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeSurfaceAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeSurfaceActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeSurfaceAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeSurfaceActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeSurfaceAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeSurfaceActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeSurfaceAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeTextureActionMR_HistoryAction_StaticDowncastTo_MR_ChangeTextureAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeTextureActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeTextureAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeTextureActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeTextureAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeTextureActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeTextureAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeTextureActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeTextureAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeTextureActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeTextureAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeVisualizePropertyActionMR_HistoryAction_StaticDowncastTo_MR_ChangeVisualizePropertyAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeVisualizePropertyActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeVisualizePropertyAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeVisualizePropertyActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeVisualizePropertyAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeVisualizePropertyActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeVisualizePropertyAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeVisualizePropertyActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeVisualizePropertyAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeVisualizePropertyActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeVisualizePropertyAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeXfActionMR_HistoryAction_StaticDowncastTo_MR_ChangeXfAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeXfActionMR_HistoryAction_MutableStaticDowncastTo_MR_ChangeXfAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeXfActionMR_HistoryAction_DynamicDowncastTo_MR_ChangeXfAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeXfActionMR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeXfAction (MR_HistoryAction *object)
 
MRC_API const MR_ChangeXfActionMR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeXfAction (const MR_HistoryAction *object)
 
MRC_API MR_ChangeXfActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeXfAction (MR_HistoryAction *object)
 
MRC_API const MR_CombinedHistoryActionMR_HistoryAction_StaticDowncastTo_MR_CombinedHistoryAction (const MR_HistoryAction *object)
 
MRC_API MR_CombinedHistoryActionMR_HistoryAction_MutableStaticDowncastTo_MR_CombinedHistoryAction (MR_HistoryAction *object)
 
MRC_API const MR_CombinedHistoryActionMR_HistoryAction_DynamicDowncastTo_MR_CombinedHistoryAction (const MR_HistoryAction *object)
 
MRC_API MR_CombinedHistoryActionMR_HistoryAction_MutableDynamicDowncastTo_MR_CombinedHistoryAction (MR_HistoryAction *object)
 
MRC_API const MR_CombinedHistoryActionMR_HistoryAction_DynamicDowncastToOrFail_MR_CombinedHistoryAction (const MR_HistoryAction *object)
 
MRC_API MR_CombinedHistoryActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_CombinedHistoryAction (MR_HistoryAction *object)
 
MRC_API const MR_PartialChangeMeshActionMR_HistoryAction_StaticDowncastTo_MR_PartialChangeMeshAction (const MR_HistoryAction *object)
 
MRC_API MR_PartialChangeMeshActionMR_HistoryAction_MutableStaticDowncastTo_MR_PartialChangeMeshAction (MR_HistoryAction *object)
 
MRC_API const MR_PartialChangeMeshActionMR_HistoryAction_DynamicDowncastTo_MR_PartialChangeMeshAction (const MR_HistoryAction *object)
 
MRC_API MR_PartialChangeMeshActionMR_HistoryAction_MutableDynamicDowncastTo_MR_PartialChangeMeshAction (MR_HistoryAction *object)
 
MRC_API const MR_PartialChangeMeshActionMR_HistoryAction_DynamicDowncastToOrFail_MR_PartialChangeMeshAction (const MR_HistoryAction *object)
 
MRC_API MR_PartialChangeMeshActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_PartialChangeMeshAction (MR_HistoryAction *object)
 
MRC_API const MR_PartialChangeMeshPointsActionMR_HistoryAction_StaticDowncastTo_MR_PartialChangeMeshPointsAction (const MR_HistoryAction *object)
 
MRC_API MR_PartialChangeMeshPointsActionMR_HistoryAction_MutableStaticDowncastTo_MR_PartialChangeMeshPointsAction (MR_HistoryAction *object)
 
MRC_API const MR_PartialChangeMeshPointsActionMR_HistoryAction_DynamicDowncastTo_MR_PartialChangeMeshPointsAction (const MR_HistoryAction *object)
 
MRC_API MR_PartialChangeMeshPointsActionMR_HistoryAction_MutableDynamicDowncastTo_MR_PartialChangeMeshPointsAction (MR_HistoryAction *object)
 
MRC_API const MR_PartialChangeMeshPointsActionMR_HistoryAction_DynamicDowncastToOrFail_MR_PartialChangeMeshPointsAction (const MR_HistoryAction *object)
 
MRC_API MR_PartialChangeMeshPointsActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_PartialChangeMeshPointsAction (MR_HistoryAction *object)
 
MRC_API const MR_PartialChangeMeshTopologyActionMR_HistoryAction_StaticDowncastTo_MR_PartialChangeMeshTopologyAction (const MR_HistoryAction *object)
 
MRC_API MR_PartialChangeMeshTopologyActionMR_HistoryAction_MutableStaticDowncastTo_MR_PartialChangeMeshTopologyAction (MR_HistoryAction *object)
 
MRC_API const MR_PartialChangeMeshTopologyActionMR_HistoryAction_DynamicDowncastTo_MR_PartialChangeMeshTopologyAction (const MR_HistoryAction *object)
 
MRC_API MR_PartialChangeMeshTopologyActionMR_HistoryAction_MutableDynamicDowncastTo_MR_PartialChangeMeshTopologyAction (MR_HistoryAction *object)
 
MRC_API const MR_PartialChangeMeshTopologyActionMR_HistoryAction_DynamicDowncastToOrFail_MR_PartialChangeMeshTopologyAction (const MR_HistoryAction *object)
 
MRC_API MR_PartialChangeMeshTopologyActionMR_HistoryAction_MutableDynamicDowncastToOrFail_MR_PartialChangeMeshTopologyAction (MR_HistoryAction *object)
 
MRC_API MR_std_pair_bool_int32_tMR_filterHistoryActionsVector (MR_std_vector_std_shared_ptr_MR_HistoryAction *historyVector, MR_PassBy filteringCondition_pass_by, MR_std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref *filteringCondition, const MR_uint64_t *firstRedoIndex, const bool *deepFiltering)
 Remove actions from history actions vector that match the condition.
 

Typedef Documentation

◆ MR_ChangeActiveBoxAction

◆ MR_ChangeColoringType

◆ MR_ChangeDualMarchingCubesAction

◆ MR_ChangeFacesColorMapAction

◆ MR_ChangeGridAction

◆ MR_ChangeIsoAction

◆ MR_ChangeLabelAction

◆ MR_ChangeLinesColorMapAction

◆ MR_ChangeMeshAction

◆ MR_ChangeMeshCreasesAction

◆ MR_ChangeMeshDataAction

◆ MR_ChangeMeshEdgeSelectionAction

◆ MR_ChangeMeshFaceSelectionAction

◆ MR_ChangeMeshPointsAction

◆ MR_ChangeMeshTexturePerFaceAction

◆ MR_ChangeMeshTopologyAction

◆ MR_ChangeMeshUVCoordsAction

◆ MR_ChangeNameAction

◆ MR_ChangeObjectAction

◆ MR_ChangeObjectColorAction

◆ MR_ChangeObjectSelectedAction

◆ MR_ChangeObjectVisibilityAction

◆ MR_ChangeOneNormalInCloudAction

◆ MR_ChangeOnePointInCloudAction

◆ MR_ChangePointCloudAction

◆ MR_ChangePointCloudNormalsAction

◆ MR_ChangePointCloudPointsAction

◆ MR_ChangePointPointSelectionAction

◆ MR_ChangePolylineAction

◆ MR_ChangePolylinePointsAction

◆ MR_ChangePolylineTopologyAction

◆ MR_ChangeScaleAction

◆ MR_ChangeSceneAction

◆ MR_ChangeSceneObjectsOrder

◆ MR_ChangeSurfaceAction

◆ MR_ChangeTextureAction

◆ MR_ChangeVisualizePropertyAction

◆ MR_ChangeXfAction

◆ MR_ChangVoxelSelectionAction

◆ MR_CombinedHistoryAction

◆ MR_HistoryAction

◆ MR_HistoryAction_Type

typedef int32_t MR_HistoryAction_Type

◆ MR_PartialChangeMeshAction

◆ MR_PartialChangeMeshPointsAction

◆ MR_PartialChangeMeshTopologyAction

◆ MR_std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref

◆ MR_std_pair_bool_int32_t

◆ MR_std_string

typedef struct MR_std_string MR_std_string

◆ MR_std_vector_std_shared_ptr_MR_HistoryAction

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MR_HistoryAction_Type_Undo 
MR_HistoryAction_Type_Redo 

Function Documentation

◆ MR_filterHistoryActionsVector()

MRC_API MR_std_pair_bool_int32_t * MR_filterHistoryActionsVector ( MR_std_vector_std_shared_ptr_MR_HistoryAction * historyVector,
MR_PassBy filteringCondition_pass_by,
MR_std_function_bool_from_const_std_shared_ptr_MR_HistoryAction_ref * filteringCondition,
const MR_uint64_t * firstRedoIndex,
const bool * deepFiltering )

Remove actions from history actions vector that match the condition.

Parameters
firstRedoIndex- set redo index for calculate how many actions removed before it
deepFiltering- filter actions into combined actions
Returns
pair (anything removed, how many removed before firstRedoIndex) Generated from function MR::filterHistoryActionsVector. Parameter historyVector can not be null. It is a single object. Parameter firstRedoIndex has a default argument: 0, pass a null pointer to use it. Parameter deepFiltering 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_std_pair_bool_int32_t_Destroy() to free it when you're done using it.

◆ MR_HistoryAction_action()

MRC_API void MR_HistoryAction_action ( MR_HistoryAction * _this,
MR_HistoryAction_Type actionType )

This function is called on history action (undo, redo, etc.) Generated from a method of class MR::HistoryAction named action. Parameter _this can not be null. It is a single object.

◆ MR_HistoryAction_Destroy()

MRC_API void MR_HistoryAction_Destroy ( const MR_HistoryAction * _this)

Destroys a heap-allocated instance of MR_HistoryAction. Does nothing if the pointer is null.

◆ MR_HistoryAction_DestroyArray()

MRC_API void MR_HistoryAction_DestroyArray ( const MR_HistoryAction * _this)

Destroys a heap-allocated array of MR_HistoryAction. Does nothing if the pointer is null.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeActiveBoxAction()

MRC_API const MR_ChangeActiveBoxAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeActiveBoxAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeColoringType()

MRC_API const MR_ChangeColoringType * MR_HistoryAction_DynamicDowncastTo_MR_ChangeColoringType ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeColoringType. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeDualMarchingCubesAction()

MRC_API const MR_ChangeDualMarchingCubesAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeDualMarchingCubesAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeFacesColorMapAction()

MRC_API const MR_ChangeFacesColorMapAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeFacesColorMapAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeFacesColorMapAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeGridAction()

MRC_API const MR_ChangeGridAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeGridAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeIsoAction()

MRC_API const MR_ChangeIsoAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeIsoAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeLabelAction()

MRC_API const MR_ChangeLabelAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeLabelAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLabelAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeLinesColorMapAction()

MRC_API const MR_ChangeLinesColorMapAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeLinesColorMapAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLinesColorMapAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshAction()

MRC_API const MR_ChangeMeshAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshCreasesAction()

MRC_API const MR_ChangeMeshCreasesAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshCreasesAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshCreasesAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshDataAction()

MRC_API const MR_ChangeMeshDataAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshDataAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshDataAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshEdgeSelectionAction()

MRC_API const MR_ChangeMeshEdgeSelectionAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshEdgeSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshEdgeSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshFaceSelectionAction()

MRC_API const MR_ChangeMeshFaceSelectionAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshFaceSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshFaceSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshPointsAction()

MRC_API const MR_ChangeMeshPointsAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshPointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshPointsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshTexturePerFaceAction()

MRC_API const MR_ChangeMeshTexturePerFaceAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshTexturePerFaceAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTexturePerFaceAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshTopologyAction()

MRC_API const MR_ChangeMeshTopologyAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshTopologyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshUVCoordsAction()

MRC_API const MR_ChangeMeshUVCoordsAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeMeshUVCoordsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshUVCoordsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeNameAction()

MRC_API const MR_ChangeNameAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeNameAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeNameAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectAction()

MRC_API const MR_ChangeObjectAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectColorAction()

MRC_API const MR_ChangeObjectColorAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectColorAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectColorAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectSelectedAction()

MRC_API const MR_ChangeObjectSelectedAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectSelectedAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectSelectedAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectVisibilityAction()

MRC_API const MR_ChangeObjectVisibilityAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeObjectVisibilityAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectVisibilityAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeOneNormalInCloudAction()

MRC_API const MR_ChangeOneNormalInCloudAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeOneNormalInCloudAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOneNormalInCloudAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeOnePointInCloudAction()

MRC_API const MR_ChangeOnePointInCloudAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeOnePointInCloudAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOnePointInCloudAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangePointCloudAction()

MRC_API const MR_ChangePointCloudAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangePointCloudAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangePointCloudNormalsAction()

MRC_API const MR_ChangePointCloudNormalsAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangePointCloudNormalsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudNormalsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangePointCloudPointsAction()

MRC_API const MR_ChangePointCloudPointsAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangePointCloudPointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudPointsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangePointPointSelectionAction()

MRC_API const MR_ChangePointPointSelectionAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangePointPointSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointPointSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangePolylineAction()

MRC_API const MR_ChangePolylineAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangePolylineAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangePolylinePointsAction()

MRC_API const MR_ChangePolylinePointsAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangePolylinePointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylinePointsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangePolylineTopologyAction()

MRC_API const MR_ChangePolylineTopologyAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangePolylineTopologyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeScaleAction()

MRC_API const MR_ChangeScaleAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeScaleAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeScaleAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeSceneAction()

MRC_API const MR_ChangeSceneAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeSceneAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeSceneObjectsOrder()

MRC_API const MR_ChangeSceneObjectsOrder * MR_HistoryAction_DynamicDowncastTo_MR_ChangeSceneObjectsOrder ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneObjectsOrder. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeSurfaceAction()

MRC_API const MR_ChangeSurfaceAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeSurfaceAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeTextureAction()

MRC_API const MR_ChangeTextureAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeTextureAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeTextureAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeVisualizePropertyAction()

MRC_API const MR_ChangeVisualizePropertyAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeVisualizePropertyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeVisualizePropertyAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangeXfAction()

MRC_API const MR_ChangeXfAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangeXfAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeXfAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_ChangVoxelSelectionAction()

MRC_API const MR_ChangVoxelSelectionAction * MR_HistoryAction_DynamicDowncastTo_MR_ChangVoxelSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_CombinedHistoryAction()

MRC_API const MR_CombinedHistoryAction * MR_HistoryAction_DynamicDowncastTo_MR_CombinedHistoryAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::CombinedHistoryAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_PartialChangeMeshAction()

MRC_API const MR_PartialChangeMeshAction * MR_HistoryAction_DynamicDowncastTo_MR_PartialChangeMeshAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_PartialChangeMeshPointsAction()

MRC_API const MR_PartialChangeMeshPointsAction * MR_HistoryAction_DynamicDowncastTo_MR_PartialChangeMeshPointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshPointsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastTo_MR_PartialChangeMeshTopologyAction()

MRC_API const MR_PartialChangeMeshTopologyAction * MR_HistoryAction_DynamicDowncastTo_MR_PartialChangeMeshTopologyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeActiveBoxAction()

MRC_API const MR_ChangeActiveBoxAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeActiveBoxAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeColoringType()

MRC_API const MR_ChangeColoringType * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeColoringType ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeColoringType. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeDualMarchingCubesAction()

MRC_API const MR_ChangeDualMarchingCubesAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeDualMarchingCubesAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeFacesColorMapAction()

MRC_API const MR_ChangeFacesColorMapAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeFacesColorMapAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeFacesColorMapAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeGridAction()

MRC_API const MR_ChangeGridAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeGridAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeIsoAction()

MRC_API const MR_ChangeIsoAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeIsoAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeLabelAction()

MRC_API const MR_ChangeLabelAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeLabelAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLabelAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeLinesColorMapAction()

MRC_API const MR_ChangeLinesColorMapAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeLinesColorMapAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLinesColorMapAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshAction()

MRC_API const MR_ChangeMeshAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshCreasesAction()

MRC_API const MR_ChangeMeshCreasesAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshCreasesAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshCreasesAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshDataAction()

MRC_API const MR_ChangeMeshDataAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshDataAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshDataAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshEdgeSelectionAction()

MRC_API const MR_ChangeMeshEdgeSelectionAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshEdgeSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshEdgeSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshFaceSelectionAction()

MRC_API const MR_ChangeMeshFaceSelectionAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshFaceSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshFaceSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshPointsAction()

MRC_API const MR_ChangeMeshPointsAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshPointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshPointsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshTexturePerFaceAction()

MRC_API const MR_ChangeMeshTexturePerFaceAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshTexturePerFaceAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTexturePerFaceAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshTopologyAction()

MRC_API const MR_ChangeMeshTopologyAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshTopologyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshUVCoordsAction()

MRC_API const MR_ChangeMeshUVCoordsAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeMeshUVCoordsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshUVCoordsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeNameAction()

MRC_API const MR_ChangeNameAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeNameAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeNameAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectAction()

MRC_API const MR_ChangeObjectAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectColorAction()

MRC_API const MR_ChangeObjectColorAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectColorAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectColorAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectSelectedAction()

MRC_API const MR_ChangeObjectSelectedAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectSelectedAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectSelectedAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectVisibilityAction()

MRC_API const MR_ChangeObjectVisibilityAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeObjectVisibilityAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectVisibilityAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeOneNormalInCloudAction()

MRC_API const MR_ChangeOneNormalInCloudAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeOneNormalInCloudAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOneNormalInCloudAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeOnePointInCloudAction()

MRC_API const MR_ChangeOnePointInCloudAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeOnePointInCloudAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOnePointInCloudAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointCloudAction()

MRC_API const MR_ChangePointCloudAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointCloudAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointCloudNormalsAction()

MRC_API const MR_ChangePointCloudNormalsAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointCloudNormalsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudNormalsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointCloudPointsAction()

MRC_API const MR_ChangePointCloudPointsAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointCloudPointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudPointsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointPointSelectionAction()

MRC_API const MR_ChangePointPointSelectionAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePointPointSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointPointSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePolylineAction()

MRC_API const MR_ChangePolylineAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePolylineAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePolylinePointsAction()

MRC_API const MR_ChangePolylinePointsAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePolylinePointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylinePointsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePolylineTopologyAction()

MRC_API const MR_ChangePolylineTopologyAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangePolylineTopologyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeScaleAction()

MRC_API const MR_ChangeScaleAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeScaleAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeScaleAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeSceneAction()

MRC_API const MR_ChangeSceneAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeSceneAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeSceneObjectsOrder()

MRC_API const MR_ChangeSceneObjectsOrder * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeSceneObjectsOrder ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneObjectsOrder. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeSurfaceAction()

MRC_API const MR_ChangeSurfaceAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeSurfaceAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeTextureAction()

MRC_API const MR_ChangeTextureAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeTextureAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeTextureAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeVisualizePropertyAction()

MRC_API const MR_ChangeVisualizePropertyAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeVisualizePropertyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeVisualizePropertyAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeXfAction()

MRC_API const MR_ChangeXfAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangeXfAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeXfAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangVoxelSelectionAction()

MRC_API const MR_ChangVoxelSelectionAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_ChangVoxelSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_CombinedHistoryAction()

MRC_API const MR_CombinedHistoryAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_CombinedHistoryAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::CombinedHistoryAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_PartialChangeMeshAction()

MRC_API const MR_PartialChangeMeshAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_PartialChangeMeshAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_PartialChangeMeshPointsAction()

MRC_API const MR_PartialChangeMeshPointsAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_PartialChangeMeshPointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshPointsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_DynamicDowncastToOrFail_MR_PartialChangeMeshTopologyAction()

MRC_API const MR_PartialChangeMeshTopologyAction * MR_HistoryAction_DynamicDowncastToOrFail_MR_PartialChangeMeshTopologyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_heapBytes()

MRC_API MR_uint64_t MR_HistoryAction_heapBytes ( const MR_HistoryAction * _this)

returns the amount of memory this object occupies on heap Generated from a method of class MR::HistoryAction named heapBytes. Parameter _this can not be null. It is a single object.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeActiveBoxAction()

MRC_API MR_ChangeActiveBoxAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeActiveBoxAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeColoringType()

MRC_API MR_ChangeColoringType * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeColoringType ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeColoringType. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeDualMarchingCubesAction()

MRC_API MR_ChangeDualMarchingCubesAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeDualMarchingCubesAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeFacesColorMapAction()

MRC_API MR_ChangeFacesColorMapAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeFacesColorMapAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeFacesColorMapAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeGridAction()

MRC_API MR_ChangeGridAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeGridAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeIsoAction()

MRC_API MR_ChangeIsoAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeIsoAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeLabelAction()

MRC_API MR_ChangeLabelAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeLabelAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLabelAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeLinesColorMapAction()

MRC_API MR_ChangeLinesColorMapAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeLinesColorMapAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLinesColorMapAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshAction()

MRC_API MR_ChangeMeshAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshCreasesAction()

MRC_API MR_ChangeMeshCreasesAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshCreasesAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshCreasesAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshDataAction()

MRC_API MR_ChangeMeshDataAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshDataAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshDataAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshEdgeSelectionAction()

MRC_API MR_ChangeMeshEdgeSelectionAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshEdgeSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshEdgeSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshFaceSelectionAction()

MRC_API MR_ChangeMeshFaceSelectionAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshFaceSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshFaceSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshPointsAction()

MRC_API MR_ChangeMeshPointsAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshPointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshPointsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshTexturePerFaceAction()

MRC_API MR_ChangeMeshTexturePerFaceAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshTexturePerFaceAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTexturePerFaceAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshTopologyAction()

MRC_API MR_ChangeMeshTopologyAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshTopologyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshUVCoordsAction()

MRC_API MR_ChangeMeshUVCoordsAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeMeshUVCoordsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshUVCoordsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeNameAction()

MRC_API MR_ChangeNameAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeNameAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeNameAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectAction()

MRC_API MR_ChangeObjectAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectColorAction()

MRC_API MR_ChangeObjectColorAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectColorAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectColorAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectSelectedAction()

MRC_API MR_ChangeObjectSelectedAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectSelectedAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectSelectedAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectVisibilityAction()

MRC_API MR_ChangeObjectVisibilityAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeObjectVisibilityAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectVisibilityAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeOneNormalInCloudAction()

MRC_API MR_ChangeOneNormalInCloudAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeOneNormalInCloudAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOneNormalInCloudAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeOnePointInCloudAction()

MRC_API MR_ChangeOnePointInCloudAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeOnePointInCloudAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOnePointInCloudAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointCloudAction()

MRC_API MR_ChangePointCloudAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointCloudAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointCloudNormalsAction()

MRC_API MR_ChangePointCloudNormalsAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointCloudNormalsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudNormalsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointCloudPointsAction()

MRC_API MR_ChangePointCloudPointsAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointCloudPointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudPointsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointPointSelectionAction()

MRC_API MR_ChangePointPointSelectionAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePointPointSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointPointSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePolylineAction()

MRC_API MR_ChangePolylineAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePolylineAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePolylinePointsAction()

MRC_API MR_ChangePolylinePointsAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePolylinePointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylinePointsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePolylineTopologyAction()

MRC_API MR_ChangePolylineTopologyAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangePolylineTopologyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeScaleAction()

MRC_API MR_ChangeScaleAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeScaleAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeScaleAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeSceneAction()

MRC_API MR_ChangeSceneAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeSceneAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeSceneObjectsOrder()

MRC_API MR_ChangeSceneObjectsOrder * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeSceneObjectsOrder ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneObjectsOrder. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeSurfaceAction()

MRC_API MR_ChangeSurfaceAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeSurfaceAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeTextureAction()

MRC_API MR_ChangeTextureAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeTextureAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeTextureAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeVisualizePropertyAction()

MRC_API MR_ChangeVisualizePropertyAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeVisualizePropertyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeVisualizePropertyAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeXfAction()

MRC_API MR_ChangeXfAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangeXfAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeXfAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangVoxelSelectionAction()

MRC_API MR_ChangVoxelSelectionAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_ChangVoxelSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_CombinedHistoryAction()

MRC_API MR_CombinedHistoryAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_CombinedHistoryAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::CombinedHistoryAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_PartialChangeMeshAction()

MRC_API MR_PartialChangeMeshAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_PartialChangeMeshAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_PartialChangeMeshPointsAction()

MRC_API MR_PartialChangeMeshPointsAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_PartialChangeMeshPointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshPointsAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastTo_MR_PartialChangeMeshTopologyAction()

MRC_API MR_PartialChangeMeshTopologyAction * MR_HistoryAction_MutableDynamicDowncastTo_MR_PartialChangeMeshTopologyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeActiveBoxAction()

MRC_API MR_ChangeActiveBoxAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeActiveBoxAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeColoringType()

MRC_API MR_ChangeColoringType * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeColoringType ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeColoringType. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeDualMarchingCubesAction()

MRC_API MR_ChangeDualMarchingCubesAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeDualMarchingCubesAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeFacesColorMapAction()

MRC_API MR_ChangeFacesColorMapAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeFacesColorMapAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeFacesColorMapAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeGridAction()

MRC_API MR_ChangeGridAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeGridAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeIsoAction()

MRC_API MR_ChangeIsoAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeIsoAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeLabelAction()

MRC_API MR_ChangeLabelAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeLabelAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLabelAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeLinesColorMapAction()

MRC_API MR_ChangeLinesColorMapAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeLinesColorMapAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLinesColorMapAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshAction()

MRC_API MR_ChangeMeshAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshCreasesAction()

MRC_API MR_ChangeMeshCreasesAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshCreasesAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshCreasesAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshDataAction()

MRC_API MR_ChangeMeshDataAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshDataAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshDataAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshEdgeSelectionAction()

MRC_API MR_ChangeMeshEdgeSelectionAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshEdgeSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshEdgeSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshFaceSelectionAction()

MRC_API MR_ChangeMeshFaceSelectionAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshFaceSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshFaceSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshPointsAction()

MRC_API MR_ChangeMeshPointsAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshPointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshPointsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshTexturePerFaceAction()

MRC_API MR_ChangeMeshTexturePerFaceAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshTexturePerFaceAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTexturePerFaceAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshTopologyAction()

MRC_API MR_ChangeMeshTopologyAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshTopologyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshUVCoordsAction()

MRC_API MR_ChangeMeshUVCoordsAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeMeshUVCoordsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshUVCoordsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeNameAction()

MRC_API MR_ChangeNameAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeNameAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeNameAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectAction()

MRC_API MR_ChangeObjectAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectColorAction()

MRC_API MR_ChangeObjectColorAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectColorAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectColorAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectSelectedAction()

MRC_API MR_ChangeObjectSelectedAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectSelectedAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectSelectedAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectVisibilityAction()

MRC_API MR_ChangeObjectVisibilityAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeObjectVisibilityAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectVisibilityAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeOneNormalInCloudAction()

MRC_API MR_ChangeOneNormalInCloudAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeOneNormalInCloudAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOneNormalInCloudAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeOnePointInCloudAction()

MRC_API MR_ChangeOnePointInCloudAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeOnePointInCloudAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOnePointInCloudAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointCloudAction()

MRC_API MR_ChangePointCloudAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointCloudAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointCloudNormalsAction()

MRC_API MR_ChangePointCloudNormalsAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointCloudNormalsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudNormalsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointCloudPointsAction()

MRC_API MR_ChangePointCloudPointsAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointCloudPointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudPointsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointPointSelectionAction()

MRC_API MR_ChangePointPointSelectionAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePointPointSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointPointSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePolylineAction()

MRC_API MR_ChangePolylineAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePolylineAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePolylinePointsAction()

MRC_API MR_ChangePolylinePointsAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePolylinePointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylinePointsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePolylineTopologyAction()

MRC_API MR_ChangePolylineTopologyAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangePolylineTopologyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeScaleAction()

MRC_API MR_ChangeScaleAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeScaleAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeScaleAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeSceneAction()

MRC_API MR_ChangeSceneAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeSceneAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeSceneObjectsOrder()

MRC_API MR_ChangeSceneObjectsOrder * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeSceneObjectsOrder ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneObjectsOrder. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeSurfaceAction()

MRC_API MR_ChangeSurfaceAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeSurfaceAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeTextureAction()

MRC_API MR_ChangeTextureAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeTextureAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeTextureAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeVisualizePropertyAction()

MRC_API MR_ChangeVisualizePropertyAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeVisualizePropertyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeVisualizePropertyAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeXfAction()

MRC_API MR_ChangeXfAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangeXfAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeXfAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangVoxelSelectionAction()

MRC_API MR_ChangVoxelSelectionAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_ChangVoxelSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_CombinedHistoryAction()

MRC_API MR_CombinedHistoryAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_CombinedHistoryAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::CombinedHistoryAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_PartialChangeMeshAction()

MRC_API MR_PartialChangeMeshAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_PartialChangeMeshAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_PartialChangeMeshPointsAction()

MRC_API MR_PartialChangeMeshPointsAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_PartialChangeMeshPointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshPointsAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_PartialChangeMeshTopologyAction()

MRC_API MR_PartialChangeMeshTopologyAction * MR_HistoryAction_MutableDynamicDowncastToOrFail_MR_PartialChangeMeshTopologyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshTopologyAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeActiveBoxAction()

MRC_API MR_ChangeActiveBoxAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeActiveBoxAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeColoringType()

MRC_API MR_ChangeColoringType * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeColoringType ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeColoringType. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeDualMarchingCubesAction()

MRC_API MR_ChangeDualMarchingCubesAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeDualMarchingCubesAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeFacesColorMapAction()

MRC_API MR_ChangeFacesColorMapAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeFacesColorMapAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeFacesColorMapAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeGridAction()

MRC_API MR_ChangeGridAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeGridAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeIsoAction()

MRC_API MR_ChangeIsoAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeIsoAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeLabelAction()

MRC_API MR_ChangeLabelAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeLabelAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLabelAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeLinesColorMapAction()

MRC_API MR_ChangeLinesColorMapAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeLinesColorMapAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLinesColorMapAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshAction()

MRC_API MR_ChangeMeshAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshCreasesAction()

MRC_API MR_ChangeMeshCreasesAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshCreasesAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshCreasesAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshDataAction()

MRC_API MR_ChangeMeshDataAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshDataAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshDataAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshEdgeSelectionAction()

MRC_API MR_ChangeMeshEdgeSelectionAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshEdgeSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshEdgeSelectionAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshFaceSelectionAction()

MRC_API MR_ChangeMeshFaceSelectionAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshFaceSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshFaceSelectionAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshPointsAction()

MRC_API MR_ChangeMeshPointsAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshPointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshPointsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshTexturePerFaceAction()

MRC_API MR_ChangeMeshTexturePerFaceAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshTexturePerFaceAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTexturePerFaceAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshTopologyAction()

MRC_API MR_ChangeMeshTopologyAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshTopologyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTopologyAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshUVCoordsAction()

MRC_API MR_ChangeMeshUVCoordsAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeMeshUVCoordsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshUVCoordsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeNameAction()

MRC_API MR_ChangeNameAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeNameAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeNameAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectAction()

MRC_API MR_ChangeObjectAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectColorAction()

MRC_API MR_ChangeObjectColorAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectColorAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectColorAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectSelectedAction()

MRC_API MR_ChangeObjectSelectedAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectSelectedAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectSelectedAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectVisibilityAction()

MRC_API MR_ChangeObjectVisibilityAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeObjectVisibilityAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectVisibilityAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeOneNormalInCloudAction()

MRC_API MR_ChangeOneNormalInCloudAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeOneNormalInCloudAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOneNormalInCloudAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeOnePointInCloudAction()

MRC_API MR_ChangeOnePointInCloudAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeOnePointInCloudAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOnePointInCloudAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointCloudAction()

MRC_API MR_ChangePointCloudAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointCloudAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointCloudNormalsAction()

MRC_API MR_ChangePointCloudNormalsAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointCloudNormalsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudNormalsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointCloudPointsAction()

MRC_API MR_ChangePointCloudPointsAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointCloudPointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudPointsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointPointSelectionAction()

MRC_API MR_ChangePointPointSelectionAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePointPointSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointPointSelectionAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePolylineAction()

MRC_API MR_ChangePolylineAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePolylineAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePolylinePointsAction()

MRC_API MR_ChangePolylinePointsAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePolylinePointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylinePointsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePolylineTopologyAction()

MRC_API MR_ChangePolylineTopologyAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangePolylineTopologyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineTopologyAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeScaleAction()

MRC_API MR_ChangeScaleAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeScaleAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeScaleAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeSceneAction()

MRC_API MR_ChangeSceneAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeSceneAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeSceneObjectsOrder()

MRC_API MR_ChangeSceneObjectsOrder * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeSceneObjectsOrder ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneObjectsOrder. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeSurfaceAction()

MRC_API MR_ChangeSurfaceAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeSurfaceAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeTextureAction()

MRC_API MR_ChangeTextureAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeTextureAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeTextureAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeVisualizePropertyAction()

MRC_API MR_ChangeVisualizePropertyAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeVisualizePropertyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeVisualizePropertyAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeXfAction()

MRC_API MR_ChangeXfAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangeXfAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeXfAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_ChangVoxelSelectionAction()

MRC_API MR_ChangVoxelSelectionAction * MR_HistoryAction_MutableStaticDowncastTo_MR_ChangVoxelSelectionAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_CombinedHistoryAction()

MRC_API MR_CombinedHistoryAction * MR_HistoryAction_MutableStaticDowncastTo_MR_CombinedHistoryAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::CombinedHistoryAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_PartialChangeMeshAction()

MRC_API MR_PartialChangeMeshAction * MR_HistoryAction_MutableStaticDowncastTo_MR_PartialChangeMeshAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_PartialChangeMeshPointsAction()

MRC_API MR_PartialChangeMeshPointsAction * MR_HistoryAction_MutableStaticDowncastTo_MR_PartialChangeMeshPointsAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshPointsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_MutableStaticDowncastTo_MR_PartialChangeMeshTopologyAction()

MRC_API MR_PartialChangeMeshTopologyAction * MR_HistoryAction_MutableStaticDowncastTo_MR_PartialChangeMeshTopologyAction ( MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshTopologyAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise.

◆ MR_HistoryAction_name()

MRC_API MR_std_string * MR_HistoryAction_name ( const MR_HistoryAction * _this)

Generated from a method of class MR::HistoryAction named name. 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.

◆ MR_HistoryAction_OffsetMutablePtr()

MRC_API MR_HistoryAction * MR_HistoryAction_OffsetMutablePtr ( MR_HistoryAction * 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.

◆ MR_HistoryAction_OffsetPtr()

MRC_API const MR_HistoryAction * MR_HistoryAction_OffsetPtr ( const MR_HistoryAction * 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.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeActiveBoxAction()

MRC_API const MR_ChangeActiveBoxAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeActiveBoxAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeColoringType()

MRC_API const MR_ChangeColoringType * MR_HistoryAction_StaticDowncastTo_MR_ChangeColoringType ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeColoringType. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeDualMarchingCubesAction()

MRC_API const MR_ChangeDualMarchingCubesAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeDualMarchingCubesAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeFacesColorMapAction()

MRC_API const MR_ChangeFacesColorMapAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeFacesColorMapAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeFacesColorMapAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeGridAction()

MRC_API const MR_ChangeGridAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeGridAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeIsoAction()

MRC_API const MR_ChangeIsoAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeIsoAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeLabelAction()

MRC_API const MR_ChangeLabelAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeLabelAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLabelAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeLinesColorMapAction()

MRC_API const MR_ChangeLinesColorMapAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeLinesColorMapAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeLinesColorMapAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshAction()

MRC_API const MR_ChangeMeshAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshCreasesAction()

MRC_API const MR_ChangeMeshCreasesAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshCreasesAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshCreasesAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshDataAction()

MRC_API const MR_ChangeMeshDataAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshDataAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshDataAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshEdgeSelectionAction()

MRC_API const MR_ChangeMeshEdgeSelectionAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshEdgeSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshEdgeSelectionAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshFaceSelectionAction()

MRC_API const MR_ChangeMeshFaceSelectionAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshFaceSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshFaceSelectionAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshPointsAction()

MRC_API const MR_ChangeMeshPointsAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshPointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshPointsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshTexturePerFaceAction()

MRC_API const MR_ChangeMeshTexturePerFaceAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshTexturePerFaceAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTexturePerFaceAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshTopologyAction()

MRC_API const MR_ChangeMeshTopologyAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshTopologyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshTopologyAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshUVCoordsAction()

MRC_API const MR_ChangeMeshUVCoordsAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeMeshUVCoordsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeMeshUVCoordsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeNameAction()

MRC_API const MR_ChangeNameAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeNameAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeNameAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeObjectAction()

MRC_API const MR_ChangeObjectAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeObjectAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeObjectColorAction()

MRC_API const MR_ChangeObjectColorAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeObjectColorAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectColorAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeObjectSelectedAction()

MRC_API const MR_ChangeObjectSelectedAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeObjectSelectedAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectSelectedAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeObjectVisibilityAction()

MRC_API const MR_ChangeObjectVisibilityAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeObjectVisibilityAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeObjectVisibilityAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeOneNormalInCloudAction()

MRC_API const MR_ChangeOneNormalInCloudAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeOneNormalInCloudAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOneNormalInCloudAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeOnePointInCloudAction()

MRC_API const MR_ChangeOnePointInCloudAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeOnePointInCloudAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeOnePointInCloudAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangePointCloudAction()

MRC_API const MR_ChangePointCloudAction * MR_HistoryAction_StaticDowncastTo_MR_ChangePointCloudAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangePointCloudNormalsAction()

MRC_API const MR_ChangePointCloudNormalsAction * MR_HistoryAction_StaticDowncastTo_MR_ChangePointCloudNormalsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudNormalsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangePointCloudPointsAction()

MRC_API const MR_ChangePointCloudPointsAction * MR_HistoryAction_StaticDowncastTo_MR_ChangePointCloudPointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointCloudPointsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangePointPointSelectionAction()

MRC_API const MR_ChangePointPointSelectionAction * MR_HistoryAction_StaticDowncastTo_MR_ChangePointPointSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePointPointSelectionAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangePolylineAction()

MRC_API const MR_ChangePolylineAction * MR_HistoryAction_StaticDowncastTo_MR_ChangePolylineAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangePolylinePointsAction()

MRC_API const MR_ChangePolylinePointsAction * MR_HistoryAction_StaticDowncastTo_MR_ChangePolylinePointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylinePointsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangePolylineTopologyAction()

MRC_API const MR_ChangePolylineTopologyAction * MR_HistoryAction_StaticDowncastTo_MR_ChangePolylineTopologyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangePolylineTopologyAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeScaleAction()

MRC_API const MR_ChangeScaleAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeScaleAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeScaleAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeSceneAction()

MRC_API const MR_ChangeSceneAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeSceneAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeSceneObjectsOrder()

MRC_API const MR_ChangeSceneObjectsOrder * MR_HistoryAction_StaticDowncastTo_MR_ChangeSceneObjectsOrder ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSceneObjectsOrder. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeSurfaceAction()

MRC_API const MR_ChangeSurfaceAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeSurfaceAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeTextureAction()

MRC_API const MR_ChangeTextureAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeTextureAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeTextureAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeVisualizePropertyAction()

MRC_API const MR_ChangeVisualizePropertyAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeVisualizePropertyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeVisualizePropertyAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangeXfAction()

MRC_API const MR_ChangeXfAction * MR_HistoryAction_StaticDowncastTo_MR_ChangeXfAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeXfAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_ChangVoxelSelectionAction()

MRC_API const MR_ChangVoxelSelectionAction * MR_HistoryAction_StaticDowncastTo_MR_ChangVoxelSelectionAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_CombinedHistoryAction()

MRC_API const MR_CombinedHistoryAction * MR_HistoryAction_StaticDowncastTo_MR_CombinedHistoryAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::CombinedHistoryAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_PartialChangeMeshAction()

MRC_API const MR_PartialChangeMeshAction * MR_HistoryAction_StaticDowncastTo_MR_PartialChangeMeshAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_PartialChangeMeshPointsAction()

MRC_API const MR_PartialChangeMeshPointsAction * MR_HistoryAction_StaticDowncastTo_MR_PartialChangeMeshPointsAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshPointsAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.

◆ MR_HistoryAction_StaticDowncastTo_MR_PartialChangeMeshTopologyAction()

MRC_API const MR_PartialChangeMeshTopologyAction * MR_HistoryAction_StaticDowncastTo_MR_PartialChangeMeshTopologyAction ( const MR_HistoryAction * object)

Downcasts an instance of MR::HistoryAction to a derived class MR::PartialChangeMeshTopologyAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers.