Go to the source code of this file.
Typedefs | |
typedef struct MR_Vector_MR_MeshTexture_MR_TextureId | MR_Vector_MR_MeshTexture_MR_TextureId |
typedef struct MR_std_shared_ptr_MR_Mesh | MR_std_shared_ptr_MR_Mesh |
typedef struct MR_std_shared_ptr_MR_Object | MR_std_shared_ptr_MR_Object |
typedef struct MR_std_shared_ptr_MR_PointCloud | MR_std_shared_ptr_MR_PointCloud |
typedef struct MR_std_shared_ptr_MR_Polyline3 | MR_std_shared_ptr_MR_Polyline3 |
typedef struct MR_std_vector_MR_Color | MR_std_vector_MR_Color |
typedef struct MR_std_vector_float | MR_std_vector_float |
typedef struct MR_std_vector_std_shared_ptr_MR_Object | MR_std_vector_std_shared_ptr_MR_Object |
typedef struct MR_std_vector_uint64_t | MR_std_vector_uint64_t |
Functions | |
MRC_API MR_uint64_t | MR_heapBytes_MR_Color (const MR_std_vector_MR_Color *vec) |
MRC_API MR_uint64_t | MR_heapBytes_std_shared_ptr_MR_Object (const MR_std_vector_std_shared_ptr_MR_Object *vec) |
MRC_API MR_uint64_t | MR_heapBytes_float (const MR_std_vector_float *vec) |
MRC_API MR_uint64_t | MR_heapBytes_uint64_t (const MR_std_vector_uint64_t *vec) |
MRC_API MR_uint64_t | MR_heapBytes_MR_MeshTexture_MR_TextureId (const MR_Vector_MR_MeshTexture_MR_TextureId *vec) |
MRC_API MR_uint64_t | MR_heapBytes_MR_Mesh (const MR_std_shared_ptr_MR_Mesh *ptr) |
MRC_API MR_uint64_t | MR_heapBytes_MR_Object (const MR_std_shared_ptr_MR_Object *ptr) |
MRC_API MR_uint64_t | MR_heapBytes_MR_PointCloud (const MR_std_shared_ptr_MR_PointCloud *ptr) |
MRC_API MR_uint64_t | MR_heapBytes_MR_Polyline3 (const MR_std_shared_ptr_MR_Polyline3 *ptr) |
typedef struct MR_std_shared_ptr_MR_Mesh MR_std_shared_ptr_MR_Mesh |
typedef struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object |
typedef struct MR_std_shared_ptr_MR_PointCloud MR_std_shared_ptr_MR_PointCloud |
typedef struct MR_std_shared_ptr_MR_Polyline3 MR_std_shared_ptr_MR_Polyline3 |
typedef struct MR_std_vector_float MR_std_vector_float |
typedef struct MR_std_vector_MR_Color MR_std_vector_MR_Color |
typedef struct MR_std_vector_uint64_t MR_std_vector_uint64_t |
MRC_API MR_uint64_t MR_heapBytes_float | ( | const MR_std_vector_float * | vec | ) |
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.
MRC_API MR_uint64_t MR_heapBytes_MR_Color | ( | const MR_std_vector_MR_Color * | vec | ) |
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.
MRC_API MR_uint64_t MR_heapBytes_MR_Mesh | ( | const MR_std_shared_ptr_MR_Mesh * | ptr | ) |
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.
MRC_API MR_uint64_t MR_heapBytes_MR_MeshTexture_MR_TextureId | ( | const MR_Vector_MR_MeshTexture_MR_TextureId * | vec | ) |
Generated from function MR::heapBytes<MR::MeshTexture, MR::TextureId>
. Parameter vec
can not be null. It is a single object.
MRC_API MR_uint64_t MR_heapBytes_MR_Object | ( | const MR_std_shared_ptr_MR_Object * | ptr | ) |
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.
MRC_API MR_uint64_t MR_heapBytes_MR_PointCloud | ( | const MR_std_shared_ptr_MR_PointCloud * | ptr | ) |
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.
MRC_API MR_uint64_t MR_heapBytes_MR_Polyline3 | ( | const MR_std_shared_ptr_MR_Polyline3 * | ptr | ) |
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.
MRC_API MR_uint64_t MR_heapBytes_std_shared_ptr_MR_Object | ( | const MR_std_vector_std_shared_ptr_MR_Object * | vec | ) |
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.
MRC_API MR_uint64_t MR_heapBytes_uint64_t | ( | const MR_std_vector_uint64_t * | vec | ) |
returns the amount of memory given vector occupies on heap Generated from function MR::heapBytes<MR_uint64_t>
. Parameter vec
can not be null. It is a single object.