#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_std_vector_size_t
Generated from C++ container std::vector<size_t>. 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_heapBytes_float()
returns the amount of memory given vector occupies on heap Generated from function MR::heapBytes<float>. Parameter vec can not be null. It is a single object.
◆ MR_heapBytes_MR_Color()
returns the amount of memory given vector occupies on heap Generated from function MR::heapBytes<MR::Color>. Parameter vec can not be null. It is a single object.
◆ MR_heapBytes_MR_Mesh()
returns the amount of memory this smart pointer and its pointed object own together on heap Generated from function MR::heapBytes<MR::Mesh>. Parameter ptr can not be null. It is a single object.
◆ MR_heapBytes_MR_MeshTexture_MR_TextureId()
Generated from function MR::heapBytes<MR::MeshTexture, MR::TextureId>. Parameter vec can not be null. It is a single object.
◆ MR_heapBytes_MR_Object()
returns the amount of memory this smart pointer and its pointed object own together on heap Generated from function MR::heapBytes<MR::Object>. Parameter ptr can not be null. It is a single object.
◆ MR_heapBytes_MR_PointCloud()
returns the amount of memory this smart pointer and its pointed object own together on heap Generated from function MR::heapBytes<MR::PointCloud>. Parameter ptr can not be null. It is a single object.
◆ MR_heapBytes_MR_Polyline3()
returns the amount of memory this smart pointer and its pointed object own together on heap Generated from function MR::heapBytes<MR::Polyline3>. Parameter ptr can not be null. It is a single object.
◆ MR_heapBytes_size_t()
returns the amount of memory given vector occupies on heap Generated from function MR::heapBytes<size_t>. Parameter vec can not be null. It is a single object.
◆ MR_heapBytes_std_shared_ptr_MR_Object()
returns the amount of memory given vector occupies on heap Generated from function MR::heapBytes<std::shared_ptr<MR::Object>>. Parameter vec can not be null. It is a single object.