#include <Location.hh>
|  | 
| typedef unsigned short | LocCode | 
|  | This datatype determines the maximal depth of the octree.  More... 
 | 
|  | 
Definition at line 24 of file Location.hh.
 
◆ LocCode
This datatype determines the maximal depth of the octree. 
Definition at line 28 of file Location.hh.
 
 
◆ Location() [1/2]
  
  | 
        
          | lvr2::Location::Location | ( |  | ) |  |  | inline | 
 
 
◆ Location() [2/2]
◆ level()
  
  | 
        
          | LocCode lvr2::Location::level | ( |  | ) | const |  | inline | 
 
 
◆ loc_x()
  
  | 
        
          | LocCode lvr2::Location::loc_x | ( |  | ) | const |  | inline | 
 
 
◆ loc_y()
  
  | 
        
          | LocCode lvr2::Location::loc_y | ( |  | ) | const |  | inline | 
 
 
◆ loc_z()
  
  | 
        
          | LocCode lvr2::Location::loc_z | ( |  | ) | const |  | inline | 
 
 
◆ neighbor()
  
  | 
        
          | Location lvr2::Location::neighbor | ( | int | _idx | ) | const |  | inline | 
 
 
◆ parent()
◆ set_level()
  
  | 
        
          | void lvr2::Location::set_level | ( | LocCode | _level | ) |  |  | inline | 
 
 
◆ set_loc_x()
  
  | 
        
          | void lvr2::Location::set_loc_x | ( | LocCode | _loc_x | ) |  |  | inline | 
 
 
◆ set_loc_y()
  
  | 
        
          | void lvr2::Location::set_loc_y | ( | LocCode | _loc_y | ) |  |  | inline | 
 
 
◆ set_loc_z()
  
  | 
        
          | void lvr2::Location::set_loc_z | ( | LocCode | _loc_z | ) |  |  | inline | 
 
 
◆ set_parent()
  
  | 
        
          | void lvr2::Location::set_parent | ( | CellHandle | _parent | ) |  |  | inline | 
 
 
◆ level_
◆ loc_x_
◆ loc_y_
◆ loc_z_
◆ parent_
The documentation for this class was generated from the following file: