#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_AABBTree
◆ MR_AABBTreeBase_MR_AABBTreeTraits_MR_FaceTag_MR_Box3f
◆ MR_Mesh
◆ MR_MeshPart
◆ MR_VertBitSet
◆ MR_AABBTree_AssignFromAnother()
Generated from a method of class MR::AABBTree named operator=. 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_AABBTree_Construct()
creates tree for given mesh or its part Generated from a constructor of class MR::AABBTree. Parameter mp can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_AABBTree_Destroy() to free it when you're done using it. 
 
 
◆ MR_AABBTree_ConstructFromAnother()
Generated from a constructor of class MR::AABBTree. Never returns null. Returns an instance allocated on the heap! Must call MR_AABBTree_Destroy() to free it when you're done using it. 
 
 
◆ MR_AABBTree_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_AABBTree_Destroy() to free it when you're done using it. 
 
 
◆ MR_AABBTree_DefaultConstructArray()
◆ MR_AABBTree_Destroy()
Destroys a heap-allocated instance of MR_AABBTree. Does nothing if the pointer is null. 
 
 
◆ MR_AABBTree_DestroyArray()
Destroys a heap-allocated array of MR_AABBTree. Does nothing if the pointer is null. 
 
 
◆ MR_AABBTree_MutableUpcastTo_MR_AABBTreeBase_MR_AABBTreeTraits_MR_FaceTag_MR_Box3f()
◆ MR_AABBTree_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_AABBTree_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_AABBTree_refit()
updates bounding boxes of the nodes containing changed vertices; this is a faster alternative to full tree rebuild (but the tree after refit might be less efficient) 
- Parameters
- 
  
    | mesh | same mesh for which this tree was constructed but with updated coordinates; |  | changedVerts | vertex ids with modified coordinates (since tree construction or last refit) Generated from a method of class MR::AABBTreenamedrefit. Parameter_thiscan not be null. It is a single object. Parametermeshcan not be null. It is a single object. ParameterchangedVertscan not be null. It is a single object. |  
 
 
 
◆ MR_AABBTree_UpcastTo_MR_AABBTreeBase_MR_AABBTreeTraits_MR_FaceTag_MR_Box3f()