opensurgsim
Public Member Functions | List of all members
SurgSim::DataStructures::OctreePathHash Class Reference

Enable the OctreePath to be used as a key in an unordered map, if the int range is exceeded this will just push the least significant numbers (root addresses) out of scope, it loses a little bit of address space as octree ids only go from 0-7. More...

#include <OctreeNode.h>

Public Member Functions

size_t operator() (const OctreePath &path) const
 

Detailed Description

Enable the OctreePath to be used as a key in an unordered map, if the int range is exceeded this will just push the least significant numbers (root addresses) out of scope, it loses a little bit of address space as octree ids only go from 0-7.


The documentation for this class was generated from the following file: