#include <MRCMesh/MRVector3.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_Box3f
typedef struct MR_Box3f MR_Box3f |
◆ MR_OriginAndDimensions
◆ MR_calcOriginAndDimensions()
computes origin and dimensions of voxel-grid to cover given 3D box with given spacing (voxelSize) Generated from function MR::calcOriginAndDimensions
. Parameter box
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_OriginAndDimensions_Destroy()
to free it when you're done using it.
◆ MR_OriginAndDimensions_AssignFromAnother()
Generated from a method of class MR::OriginAndDimensions
named operator=
. Parameter _this
can not be null. It is a single object. Parameter _other
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_OriginAndDimensions_ConstructFrom()
◆ MR_OriginAndDimensions_ConstructFromAnother()
◆ MR_OriginAndDimensions_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_OriginAndDimensions_Destroy()
to free it when you're done using it.
◆ MR_OriginAndDimensions_DefaultConstructArray()
◆ MR_OriginAndDimensions_Destroy()
Destroys a heap-allocated instance of MR_OriginAndDimensions
. Does nothing if the pointer is null.
◆ MR_OriginAndDimensions_DestroyArray()
Destroys a heap-allocated array of MR_OriginAndDimensions
. Does nothing if the pointer is null.
◆ MR_OriginAndDimensions_Get_dimensions()
Returns a pointer to a member variable of class MR::OriginAndDimensions
named dimensions
. 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_OriginAndDimensions_Get_origin()
Returns a pointer to a member variable of class MR::OriginAndDimensions
named origin
. 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_OriginAndDimensions_GetMutable_dimensions()
Returns a mutable pointer to a member variable of class MR::OriginAndDimensions
named dimensions
. 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_OriginAndDimensions_GetMutable_origin()
Returns a mutable pointer to a member variable of class MR::OriginAndDimensions
named origin
. 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_OriginAndDimensions_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.
◆ MR_OriginAndDimensions_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.
◆ MR_OriginAndDimensions_Set_dimensions()
Modifies a member variable of class MR::OriginAndDimensions
named dimensions
. Parameter _this
can not be null. It is a single object.
◆ MR_OriginAndDimensions_Set_origin()
Modifies a member variable of class MR::OriginAndDimensions
named origin
. Parameter _this
can not be null. It is a single object.