#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
shift of zero voxel in 3D space and dimensions of voxel-grid Generated from class MR::OriginAndDimensions. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ 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 method MR::OriginAndDimensions::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_OriginAndDimensions_ConstructFrom()
Constructs MR::OriginAndDimensions elementwise. The reference to the parameter origin might be preserved in the constructed object. The reference to the parameter dimensions might be preserved in the constructed 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. When this function is called, this object will drop any object references it had previously.
◆ MR_OriginAndDimensions_ConstructFromAnother()
Generated from constructor MR::OriginAndDimensions::OriginAndDimensions. 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_OriginAndDimensions_Destroy() to free it when you're done using it.
◆ 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. The reference to the parameter ptr might be preserved in the return value.
◆ 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. The reference to the parameter ptr might be preserved in the return value.
◆ 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. The reference to the parameter value might be preserved in this object in element dimensions. When this function is called, this object will drop object references it had previously in dimensions.
◆ 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. The reference to the parameter value might be preserved in this object in element origin. When this function is called, this object will drop object references it had previously in origin.