#include <Octree.hpp>
|
| using | tRange = Eigen::Vector2d |
| |
|
| static const int | LLL = 0 |
| |
| static const int | LLR = 1 |
| |
| static const int | LRL = 2 |
| |
| static const int | LRR = 3 |
| |
| static const int | RLL = 4 |
| |
| static const int | RLR = 5 |
| |
| static const int | RRL = 6 |
| |
| static const int | RRR = 7 |
| |
Definition at line 6 of file Octree.hpp.
◆ tRange
◆ LLL
| const int DNDS::Geom::Octree::LLL = 0 |
|
static |
◆ LLR
| const int DNDS::Geom::Octree::LLR = 1 |
|
static |
◆ LRL
| const int DNDS::Geom::Octree::LRL = 2 |
|
static |
◆ LRR
| const int DNDS::Geom::Octree::LRR = 3 |
|
static |
◆ RLL
| const int DNDS::Geom::Octree::RLL = 4 |
|
static |
◆ RLR
| const int DNDS::Geom::Octree::RLR = 5 |
|
static |
◆ RRL
| const int DNDS::Geom::Octree::RRL = 6 |
|
static |
◆ RRR
| const int DNDS::Geom::Octree::RRR = 7 |
|
static |
The documentation for this class was generated from the following file: