public CompactOctree() { _head = new OctreeNode <sbyte>(null, 0, 0, 0); // iterator = new OctreeIterator<sbyte>(_head); }