Static Public Attributes
OctreeHelper< T, 3 > Struct Template Reference

#include <octree.hpp>

List of all members.

Static Public Attributes

static const Octree_< T, 3 >::Point offsetTable [Octree_< T, 3 >::nbCells]

Detailed Description

template<typename T>
struct OctreeHelper< T, 3 >

Definition at line 272 of file octree.hpp.


Member Data Documentation

template<typename T >
const Octree_< T, 3 >::Point OctreeHelper< T, 3 >::offsetTable [static]
Initial value:
 
                {
                        {-0.5, -0.5, -0.5},
                        {+0.5, -0.5, -0.5},
                        {-0.5, +0.5, -0.5},
                        {+0.5, +0.5, -0.5},
                        {-0.5, -0.5, +0.5},
                        {+0.5, -0.5, +0.5},
                        {-0.5, +0.5, +0.5},
                        {+0.5, +0.5, +0.5}
                }

Definition at line 274 of file octree.hpp.


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


libpointmatcher
Author(s):
autogenerated on Thu Jun 20 2019 19:51:33