Searched refs:OctreeNode (Results 1 – 3 of 3) sorted by relevance
130 OctreeNode* pActNode;141 inline OctreeNode* ImplGetFreeNode();142 inline void ImplReleaseNode( OctreeNode* pNode );147 inline OctreeNode* ImpNodeCache::ImplGetFreeNode() in ImplGetFreeNode()149 OctreeNode* pNode; in ImplGetFreeNode()166 inline void ImpNodeCache::ImplReleaseNode( OctreeNode* pNode ) in ImplReleaseNode()
41 typedef struct OctreeNode struct47 OctreeNode* pChild[ 8 ]; argument48 OctreeNode* pNext; argument49 OctreeNode* pNextInCache; argument
51 OctreeNode* pNewNode = new NODE; in ImpNodeCache()64 OctreeNode* pNode = pActNode; in ~ImpNodeCache()
Completed in 20 milliseconds