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

#include <octree.hpp>

List of all members.

Static Public Attributes

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

Detailed Description

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

Definition at line 290 of file octree.hpp.


Member Data Documentation

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

Definition at line 292 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