Possible Duplicate:
Fast, templated, C++ Octree implementation
Can anyone suggest some well-tuned implementations out there for the octree on the CPU or the GPU in C or C++?
Also since Octrees can be represented with and without pointers, can someone please tell me the possible pros or cons for either technique.
Thank you,