Definition at line 142 of file OctTree.hpp.
Public Types | |
| MaxDepth = 10 | |
| N = Depth | |
| OK = StaticAssert< N <= MaxDepth >::OK | |
| value = 1 + 8 * OctTreeSize<Depth-1>::value | |
| enum | { MaxDepth = 10, N = Depth } |
| enum | { OK = StaticAssert< N <= MaxDepth >::OK } |
| enum | { value = 1 + 8 * OctTreeSize<Depth-1>::value } |
1.4.7