Classes | Variables
Boctree.cc File Reference
#include "slam6d/Boctree.h"
Include dependency graph for Boctree.cc:

Go to the source code of this file.

Classes

struct  Initializer
 Start-of-the-program initializer for the sequence map. More...
 

Variables

char amap [8][8]
 
char imap [8][8]
 
char sequence2ci [8][256][8] = {}
 

Variable Documentation

◆ amap

char amap[8][8]
Initial value:
= {
{0, 1, 2, 4, 3, 5, 6, 7 },
{1, 0, 3, 5, 2, 4, 6, 7 },
{2, 0, 3, 6, 1, 4, 5, 7 },
{3, 1, 2, 7, 0, 5, 4, 6 },
{4, 5, 6, 0, 7, 1, 2, 3 },
{5, 4, 7, 1, 6, 0, 3, 2 },
{6, 4, 7, 2, 5, 0, 3, 1 },
{7, 5, 6, 3, 4, 1, 2, 0 } }

Definition at line 38 of file Boctree.cc.

◆ imap

char imap[8][8]
Initial value:
= {
{0, 1, 2, 4, 3, 5, 6, 7 },
{1, 0, 4, 2, 5, 3, 6, 7 },
{1, 4, 0, 2, 5, 6, 3, 7 },
{4, 1, 2, 0, 6, 5, 7, 3 },
{3, 5, 6, 7, 0, 1, 2, 4 },
{5, 3, 7, 6, 1, 0, 4, 2 },
{5, 7, 3, 6, 1, 4, 0, 2 },
{7, 5, 6, 3, 4, 1, 2, 0 } }

Definition at line 48 of file Boctree.cc.

◆ sequence2ci

char sequence2ci[8][256][8] = {}

Definition at line 36 of file Boctree.cc.



lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:25