#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_PointCloud
◆ MR_PointCloudPart
represents full point cloud (if region is nullptr) or some portion of point cloud (if region pointer is valid) Generated from class MR::PointCloudPart. 
 
 
◆ MR_VertBitSet
◆ MR_PointCloudPart_Construct()
Generated from a constructor of class MR::PointCloudPart. Parameter c can not be null. It is a single object. Parameter bs defaults to a null pointer in C++. Never returns null. Returns an instance allocated on the heap! Must call MR_PointCloudPart_Destroy() to free it when you're done using it. 
 
 
◆ MR_PointCloudPart_Destroy()
Destroys a heap-allocated instance of MR_PointCloudPart. Does nothing if the pointer is null. 
 
 
◆ MR_PointCloudPart_DestroyArray()
Destroys a heap-allocated array of MR_PointCloudPart. Does nothing if the pointer is null. 
 
 
◆ MR_PointCloudPart_Get_cloud()
Returns a pointer to a member variable of class MR::PointCloudPart named cloud. 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_PointCloudPart_Get_region()
Returns a pointer to a member variable of class MR::PointCloudPart 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_PointCloudPart_GetMutable_region()
Returns a mutable pointer to a member variable of class MR::PointCloudPart 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_PointCloudPart_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_PointCloudPart_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_PointCloudPart_Set_region()
Modifies a member variable of class MR::PointCloudPart named region. Parameter _this can not be null. It is a single object.