#include <MRCMisc/exports.h>
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_MeshApproxRelaxParams
◆ MR_MeshEqualizeTriAreasParams
◆ MR_MeshRelaxParams
◆ MR_PointCloudApproxRelaxParams
◆ MR_PointCloudRelaxParams
◆ MR_RelaxApproxType
◆ MR_RelaxParams
◆ MR_VertBitSet
◆ MR_RelaxApproxType
| Enumerator |
|---|
| MR_RelaxApproxType_Planar | |
| MR_RelaxApproxType_Quadric | |
◆ MR_RelaxParams_AssignFromAnother()
Generated from method MR::RelaxParams::operator=. Parameter _this can not be null. It is a single object. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in this object. The returned pointer will never be null. It is non-owning, do NOT destroy it. When this function is called, this object will drop any object references it had previously.
◆ MR_RelaxParams_ConstructFromAnother()
Generated from constructor MR::RelaxParams::RelaxParams. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_RelaxParams_Destroy() to free it when you're done using it.
◆ MR_RelaxParams_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_RelaxParams_Destroy() to free it when you're done using it.
◆ MR_RelaxParams_DefaultConstructArray()
◆ MR_RelaxParams_Destroy()
Destroys a heap-allocated instance of MR_RelaxParams. Does nothing if the pointer is null.
◆ MR_RelaxParams_DestroyArray()
Destroys a heap-allocated array of MR_RelaxParams. Does nothing if the pointer is null.
◆ MR_RelaxParams_Get_force()
speed of relaxing, typical values (0.0, 0.5] Returns a pointer to a member variable of class MR::RelaxParams named force. 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_RelaxParams_Get_iterations()
number of iterations Returns a pointer to a member variable of class MR::RelaxParams named iterations. 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_RelaxParams_Get_limitNearInitial()
if true then maximal displacement of each point during denoising will be limited Returns a pointer to a member variable of class MR::RelaxParams named limitNearInitial. 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_RelaxParams_Get_maxInitialDist()
maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false Returns a pointer to a member variable of class MR::RelaxParams named maxInitialDist. 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_RelaxParams_Get_region()
region to relax Returns a pointer to a member variable of class MR::RelaxParams named region. 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_RelaxParams_GetMutable_force()
speed of relaxing, typical values (0.0, 0.5] Returns a mutable pointer to a member variable of class MR::RelaxParams named force. 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_RelaxParams_GetMutable_iterations()
number of iterations Returns a mutable pointer to a member variable of class MR::RelaxParams named iterations. 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_RelaxParams_GetMutable_limitNearInitial()
if true then maximal displacement of each point during denoising will be limited Returns a mutable pointer to a member variable of class MR::RelaxParams named limitNearInitial. 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_RelaxParams_GetMutable_maxInitialDist()
maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false Returns a mutable pointer to a member variable of class MR::RelaxParams named maxInitialDist. 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_RelaxParams_GetMutable_region()
region to relax Returns a mutable pointer to a member variable of class MR::RelaxParams named region. 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_RelaxParams_MutableStaticDowncastTo_MR_MeshApproxRelaxParams()
Downcasts an instance of MR::RelaxParams to a derived class MR::MeshApproxRelaxParams. 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_RelaxParams_MutableStaticDowncastTo_MR_MeshEqualizeTriAreasParams()
Downcasts an instance of MR::RelaxParams to a derived class MR::MeshEqualizeTriAreasParams. 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_RelaxParams_MutableStaticDowncastTo_MR_MeshRelaxParams()
Downcasts an instance of MR::RelaxParams to a derived class MR::MeshRelaxParams. 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_RelaxParams_MutableStaticDowncastTo_MR_PointCloudApproxRelaxParams()
Downcasts an instance of MR::RelaxParams to a derived class MR::PointCloudApproxRelaxParams. 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_RelaxParams_MutableStaticDowncastTo_MR_PointCloudRelaxParams()
Downcasts an instance of MR::RelaxParams to a derived class MR::PointCloudRelaxParams. 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_RelaxParams_OffsetMutablePtr()
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. The reference to the parameter ptr might be preserved in the return value.
◆ MR_RelaxParams_OffsetPtr()
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. The reference to the parameter ptr might be preserved in the return value.
◆ MR_RelaxParams_Set_force()
speed of relaxing, typical values (0.0, 0.5] Modifies a member variable of class MR::RelaxParams named force. Parameter _this can not be null. It is a single object. When this function is called, this object will drop object references it had previously in force.
◆ MR_RelaxParams_Set_iterations()
number of iterations Modifies a member variable of class MR::RelaxParams named iterations. Parameter _this can not be null. It is a single object. When this function is called, this object will drop object references it had previously in iterations.
◆ MR_RelaxParams_Set_limitNearInitial()
if true then maximal displacement of each point during denoising will be limited Modifies a member variable of class MR::RelaxParams named limitNearInitial. Parameter _this can not be null. It is a single object. When this function is called, this object will drop object references it had previously in limitNearInitial.
◆ MR_RelaxParams_Set_maxInitialDist()
maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false Modifies a member variable of class MR::RelaxParams named maxInitialDist. Parameter _this can not be null. It is a single object. When this function is called, this object will drop object references it had previously in maxInitialDist.
◆ MR_RelaxParams_Set_region()
region to relax Modifies a member variable of class MR::RelaxParams named region. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object in element region. When this function is called, this object will drop object references it had previously in region.
◆ MR_RelaxParams_StaticDowncastTo_MR_MeshApproxRelaxParams()
Downcasts an instance of MR::RelaxParams to a derived class MR::MeshApproxRelaxParams. 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_RelaxParams_StaticDowncastTo_MR_MeshEqualizeTriAreasParams()
Downcasts an instance of MR::RelaxParams to a derived class MR::MeshEqualizeTriAreasParams. 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_RelaxParams_StaticDowncastTo_MR_MeshRelaxParams()
Downcasts an instance of MR::RelaxParams to a derived class MR::MeshRelaxParams. 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_RelaxParams_StaticDowncastTo_MR_PointCloudApproxRelaxParams()
Downcasts an instance of MR::RelaxParams to a derived class MR::PointCloudApproxRelaxParams. 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_RelaxParams_StaticDowncastTo_MR_PointCloudRelaxParams()
Downcasts an instance of MR::RelaxParams to a derived class MR::PointCloudRelaxParams. 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.