BOct.hpp
Go to the documentation of this file.
1 #ifndef BOCT_HPP_
2 #define BOCT_HPP_
3 
4 
5 namespace lvr2
6 {
7 
8  struct BOct
9  {
10  long long m_child : 48;
11  unsigned char m_valid : 8;
12  unsigned char m_leaf : 8;
13  BOct(): m_child(0), m_valid(0), m_leaf(0){}
14  };
15 }
16 
17 #endif
lvr2::BOct::m_child
long long m_child
Definition: BOct.hpp:10
lvr2::BOct
Definition: BOct.hpp:8
lvr2::BOct::m_valid
unsigned char m_valid
Definition: BOct.hpp:11
lvr2::BOct::BOct
BOct()
Definition: BOct.hpp:13
lvr2
Definition: BaseBufferManipulators.hpp:39
lvr2::BOct::m_leaf
unsigned char m_leaf
Definition: BOct.hpp:12


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:22