MeshLib C Docs
Loading...
Searching...
No Matches
MRSphereObject.h File Reference
#include <MRCMesh/MRVector3.h>
#include <MRCMesh/MRViewportId.h>
#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stddef.h>

Go to the source code of this file.

Typedefs

typedef struct MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter
 
typedef struct MR_FeatureObject MR_FeatureObject
 
typedef struct MR_FeatureObjectProjectPointResult MR_FeatureObjectProjectPointResult
 
typedef struct MR_Object MR_Object
 
typedef struct MR_ObjectChildrenHolder MR_ObjectChildrenHolder
 
typedef struct MR_VisualObject MR_VisualObject
 
typedef struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object
 
typedef struct MR_std_string MR_std_string
 
typedef struct MR_std_vector_MR_FeatureObjectSharedProperty MR_std_vector_MR_FeatureObjectSharedProperty
 
typedef struct MR_std_vector_MR_Vector3f MR_std_vector_MR_Vector3f
 
typedef struct MR_SphereObject MR_SphereObject
 

Functions

MRC_API MR_SphereObjectMR_SphereObject_DefaultConstruct (void)
 
MRC_API MR_SphereObjectMR_SphereObject_DefaultConstructArray (size_t num_elems)
 
MRC_API const MR_SphereObjectMR_SphereObject_OffsetPtr (const MR_SphereObject *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_SphereObjectMR_SphereObject_OffsetMutablePtr (MR_SphereObject *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_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameterMR_SphereObject_UpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter (const MR_SphereObject *object)
 
MRC_API MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameterMR_SphereObject_MutableUpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter (MR_SphereObject *object)
 Upcasts an instance of MR::SphereObject to its base class MR::AddVisualProperties<MR::FeatureObject, MR::DimensionsVisualizePropertyType::diameter>.
 
MRC_API const MR_FeatureObjectMR_SphereObject_UpcastTo_MR_FeatureObject (const MR_SphereObject *object)
 
MRC_API MR_FeatureObjectMR_SphereObject_MutableUpcastTo_MR_FeatureObject (MR_SphereObject *object)
 Upcasts an instance of MR::SphereObject to its base class MR::FeatureObject.
 
MRC_API const MR_ObjectMR_SphereObject_UpcastTo_MR_Object (const MR_SphereObject *object)
 
MRC_API MR_ObjectMR_SphereObject_MutableUpcastTo_MR_Object (MR_SphereObject *object)
 Upcasts an instance of MR::SphereObject to its base class MR::Object.
 
MRC_API const MR_ObjectChildrenHolderMR_SphereObject_UpcastTo_MR_ObjectChildrenHolder (const MR_SphereObject *object)
 
MRC_API MR_ObjectChildrenHolderMR_SphereObject_MutableUpcastTo_MR_ObjectChildrenHolder (MR_SphereObject *object)
 Upcasts an instance of MR::SphereObject to its base class MR::ObjectChildrenHolder.
 
MRC_API const MR_VisualObjectMR_SphereObject_UpcastTo_MR_VisualObject (const MR_SphereObject *object)
 
MRC_API MR_VisualObjectMR_SphereObject_MutableUpcastTo_MR_VisualObject (MR_SphereObject *object)
 Upcasts an instance of MR::SphereObject to its base class MR::VisualObject.
 
MRC_API MR_SphereObjectMR_SphereObject_ConstructFromAnother (MR_PassBy _other_pass_by, MR_SphereObject *_other)
 
MRC_API MR_SphereObjectMR_SphereObject_Construct (const MR_std_vector_MR_Vector3f *pointsToApprox)
 
MRC_API void MR_SphereObject_Destroy (const MR_SphereObject *_this)
 Destroys a heap-allocated instance of MR_SphereObject. Does nothing if the pointer is null.
 
MRC_API void MR_SphereObject_DestroyArray (const MR_SphereObject *_this)
 Destroys a heap-allocated array of MR_SphereObject. Does nothing if the pointer is null.
 
MRC_API MR_SphereObjectMR_SphereObject_AssignFromAnother (MR_SphereObject *_this, MR_PassBy _other_pass_by, MR_SphereObject *_other)
 
MRC_API const char * MR_SphereObject_TypeName (void)
 Generated from a method of class MR::SphereObject named TypeName.
 
MRC_API const char * MR_SphereObject_typeName (const MR_SphereObject *_this)
 
MRC_API MR_std_stringMR_SphereObject_getClassName (const MR_SphereObject *_this)
 
MRC_API MR_std_stringMR_SphereObject_getClassNameInPlural (const MR_SphereObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_SphereObject_clone (const MR_SphereObject *_this)
 
MRC_API MR_std_shared_ptr_MR_ObjectMR_SphereObject_shallowClone (const MR_SphereObject *_this)
 
MRC_API float MR_SphereObject_getRadius (const MR_SphereObject *_this, const MR_ViewportId *id)
 
MRC_API MR_Vector3f MR_SphereObject_getCenter (const MR_SphereObject *_this, const MR_ViewportId *id)
 
MRC_API void MR_SphereObject_setRadius (MR_SphereObject *_this, float radius, const MR_ViewportId *id)
 
MRC_API void MR_SphereObject_setCenter (MR_SphereObject *_this, const MR_Vector3f *center, const MR_ViewportId *id)
 
MRC_API const MR_std_vector_MR_FeatureObjectSharedPropertyMR_SphereObject_getAllSharedProperties (const MR_SphereObject *_this)
 
MRC_API MR_FeatureObjectProjectPointResultMR_SphereObject_projectPoint (const MR_SphereObject *_this, const MR_Vector3f *point, const MR_ViewportId *id)
 

Typedef Documentation

◆ MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter

◆ MR_FeatureObject

◆ MR_FeatureObjectProjectPointResult

◆ MR_Object

typedef struct MR_Object MR_Object

◆ MR_ObjectChildrenHolder

◆ MR_SphereObject

Object to show sphere feature, position and radius are controlled by xf Generated from class MR::SphereObject. Base classes: Direct: (non-virtual) MR::AddVisualProperties<MR::FeatureObject, MR::DimensionsVisualizePropertyType::diameter> Indirect: (non-virtual) MR::FeatureObject MR::Object MR::ObjectChildrenHolder MR::VisualObject

◆ MR_std_shared_ptr_MR_Object

◆ MR_std_string

typedef struct MR_std_string MR_std_string

◆ MR_std_vector_MR_FeatureObjectSharedProperty

◆ MR_std_vector_MR_Vector3f

◆ MR_VisualObject

Function Documentation

◆ MR_SphereObject_AssignFromAnother()

MRC_API MR_SphereObject * MR_SphereObject_AssignFromAnother ( MR_SphereObject * _this,
MR_PassBy _other_pass_by,
MR_SphereObject * _other )

Generated from a method of class MR::SphereObject named operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_SphereObject_clone()

MRC_API MR_std_shared_ptr_MR_Object * MR_SphereObject_clone ( const MR_SphereObject * _this)

Generated from a method of class MR::SphereObject named clone. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_shared_ptr_MR_Object_Destroy() to free it when you're done using it.

◆ MR_SphereObject_Construct()

MRC_API MR_SphereObject * MR_SphereObject_Construct ( const MR_std_vector_MR_Vector3f * pointsToApprox)

Finds best sphere to approx given points Generated from a constructor of class MR::SphereObject. Parameter pointsToApprox can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_SphereObject_Destroy() to free it when you're done using it.

◆ MR_SphereObject_ConstructFromAnother()

MRC_API MR_SphereObject * MR_SphereObject_ConstructFromAnother ( MR_PassBy _other_pass_by,
MR_SphereObject * _other )

Generated from a constructor of class MR::SphereObject. Never returns null. Returns an instance allocated on the heap! Must call MR_SphereObject_Destroy() to free it when you're done using it.

◆ MR_SphereObject_DefaultConstruct()

MRC_API MR_SphereObject * MR_SphereObject_DefaultConstruct ( void )

Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_SphereObject_Destroy() to free it when you're done using it.

◆ MR_SphereObject_DefaultConstructArray()

MRC_API MR_SphereObject * MR_SphereObject_DefaultConstructArray ( size_t num_elems)

Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_SphereObject_DestroyArray(). Use MR_SphereObject_OffsetMutablePtr() and MR_SphereObject_OffsetPtr() to access the array elements.

◆ MR_SphereObject_Destroy()

MRC_API void MR_SphereObject_Destroy ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_DestroyArray()

MRC_API void MR_SphereObject_DestroyArray ( const MR_SphereObject * _this)

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

◆ MR_SphereObject_getAllSharedProperties()

MRC_API const MR_std_vector_MR_FeatureObjectSharedProperty * MR_SphereObject_getAllSharedProperties ( const MR_SphereObject * _this)

Generated from a method of class MR::SphereObject named getAllSharedProperties. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.

◆ MR_SphereObject_getCenter()

MRC_API MR_Vector3f MR_SphereObject_getCenter ( const MR_SphereObject * _this,
const MR_ViewportId * id )

calculates center from xf Generated from a method of class MR::SphereObject named getCenter. Parameter _this can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it.

◆ MR_SphereObject_getClassName()

MRC_API MR_std_string * MR_SphereObject_getClassName ( const MR_SphereObject * _this)

Generated from a method of class MR::SphereObject named getClassName. 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_SphereObject_getClassNameInPlural()

MRC_API MR_std_string * MR_SphereObject_getClassNameInPlural ( const MR_SphereObject * _this)

Generated from a method of class MR::SphereObject named getClassNameInPlural. 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_SphereObject_getRadius()

MRC_API float MR_SphereObject_getRadius ( const MR_SphereObject * _this,
const MR_ViewportId * id )

calculates radius from xf Generated from a method of class MR::SphereObject named getRadius. Parameter _this can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it.

◆ MR_SphereObject_MutableUpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter()

MRC_API MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter * MR_SphereObject_MutableUpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter ( MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::AddVisualProperties<MR::FeatureObject, MR::DimensionsVisualizePropertyType::diameter>.

◆ MR_SphereObject_MutableUpcastTo_MR_FeatureObject()

MRC_API MR_FeatureObject * MR_SphereObject_MutableUpcastTo_MR_FeatureObject ( MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::FeatureObject.

◆ MR_SphereObject_MutableUpcastTo_MR_Object()

MRC_API MR_Object * MR_SphereObject_MutableUpcastTo_MR_Object ( MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::Object.

◆ MR_SphereObject_MutableUpcastTo_MR_ObjectChildrenHolder()

MRC_API MR_ObjectChildrenHolder * MR_SphereObject_MutableUpcastTo_MR_ObjectChildrenHolder ( MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::ObjectChildrenHolder.

◆ MR_SphereObject_MutableUpcastTo_MR_VisualObject()

MRC_API MR_VisualObject * MR_SphereObject_MutableUpcastTo_MR_VisualObject ( MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::VisualObject.

◆ MR_SphereObject_OffsetMutablePtr()

MRC_API MR_SphereObject * MR_SphereObject_OffsetMutablePtr ( MR_SphereObject * 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_SphereObject_OffsetPtr()

MRC_API const MR_SphereObject * MR_SphereObject_OffsetPtr ( const MR_SphereObject * 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_SphereObject_projectPoint()

MRC_API MR_FeatureObjectProjectPointResult * MR_SphereObject_projectPoint ( const MR_SphereObject * _this,
const MR_Vector3f * point,
const MR_ViewportId * id )

Generated from a method of class MR::SphereObject named projectPoint. Parameter _this can not be null. It is a single object. Parameter point can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_FeatureObjectProjectPointResult_Destroy() to free it when you're done using it.

◆ MR_SphereObject_setCenter()

MRC_API void MR_SphereObject_setCenter ( MR_SphereObject * _this,
const MR_Vector3f * center,
const MR_ViewportId * id )

updates xf to fit given center Generated from a method of class MR::SphereObject named setCenter. Parameter _this can not be null. It is a single object. Parameter center can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it.

◆ MR_SphereObject_setRadius()

MRC_API void MR_SphereObject_setRadius ( MR_SphereObject * _this,
float radius,
const MR_ViewportId * id )

updates xf to fit given radius Generated from a method of class MR::SphereObject named setRadius. Parameter _this can not be null. It is a single object. Parameter id has a default argument: {}, pass a null pointer to use it.

◆ MR_SphereObject_shallowClone()

MRC_API MR_std_shared_ptr_MR_Object * MR_SphereObject_shallowClone ( const MR_SphereObject * _this)

Generated from a method of class MR::SphereObject named shallowClone. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_shared_ptr_MR_Object_Destroy() to free it when you're done using it.

◆ MR_SphereObject_TypeName()

MRC_API const char * MR_SphereObject_TypeName ( void )

Generated from a method of class MR::SphereObject named TypeName.

◆ MR_SphereObject_typeName()

MRC_API const char * MR_SphereObject_typeName ( const MR_SphereObject * _this)

Generated from a method of class MR::SphereObject named typeName. Parameter _this can not be null. It is a single object.

◆ MR_SphereObject_UpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter()

MRC_API const MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter * MR_SphereObject_UpcastTo_MR_AddVisualProperties_MR_FeatureObject_MR_DimensionsVisualizePropertyType_diameter ( const MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::AddVisualProperties<MR::FeatureObject, MR::DimensionsVisualizePropertyType::diameter>. This version is acting on mutable pointers.

◆ MR_SphereObject_UpcastTo_MR_FeatureObject()

MRC_API const MR_FeatureObject * MR_SphereObject_UpcastTo_MR_FeatureObject ( const MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::FeatureObject. This version is acting on mutable pointers.

◆ MR_SphereObject_UpcastTo_MR_Object()

MRC_API const MR_Object * MR_SphereObject_UpcastTo_MR_Object ( const MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::Object. This version is acting on mutable pointers.

◆ MR_SphereObject_UpcastTo_MR_ObjectChildrenHolder()

MRC_API const MR_ObjectChildrenHolder * MR_SphereObject_UpcastTo_MR_ObjectChildrenHolder ( const MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::ObjectChildrenHolder. This version is acting on mutable pointers.

◆ MR_SphereObject_UpcastTo_MR_VisualObject()

MRC_API const MR_VisualObject * MR_SphereObject_UpcastTo_MR_VisualObject ( const MR_SphereObject * object)

Upcasts an instance of MR::SphereObject to its base class MR::VisualObject. This version is acting on mutable pointers.