#include <Eigen/Dense>
Go to the source code of this file.
|
| | se |
| | Helper wrapper to allocate and de-allocate octants in the octree.
|
| |
|
| enum | se::Field { se::Field::TSDF,
se::Field::Occupancy
} |
| |
| enum | se::Colour { se::Colour::On = true,
se::Colour::Off = false
} |
| |
| enum | se::Semantics { se::Semantics::On = true,
se::Semantics::Off = false
} |
| |
| enum | se::Res { se::Res::Single,
se::Res::Multi
} |
| |
| enum | se::Integ { se::Integ::Simple,
se::Integ::LiDAR,
se::Integ::PinholeCamera
} |
| |
| enum | se::Safe { se::Safe::On = true,
se::Safe::Off = false
} |
| |
| enum | se::AllocMeth { se::AllocMeth::Raycasting,
se::AllocMeth::VoxelCarving
} |
| |
| enum | se::Rep { se::Rep::Surface,
se::Rep::Freespace
} |
| |
| enum | se::Sort { se::Sort::SmallToLarge,
se::Sort::LargeToSmall
} |
| | The enum classes to define the sorting templates. More...
|
| |