71 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
The base class of all octants (se::Node and se::Block) in an se::Octree.
Definition octant.hpp:19
bool isLeaf() const
Return whether the octant is a leaf, that is, whether it has no children.
Definition octant.hpp:66
OctantBase(const Eigen::Vector3i &coord, const bool is_block, OctantBase *const parent_ptr)
Construct an octant given the non-negative coordinates in voxels of its vertex closest to the origin ...
Definition octant.hpp:47
std::uint8_t child_mask
The i-th least significant bit of the mask must be set if the i-th child of the octant is allocated.
Definition octant.hpp:34
const OctantBase * parent() const
Const version of se::OctantBase::parent().
Definition octant.hpp:60
timestamp_t timestamp
The time the octant was last updated at.
Definition octant.hpp:29
const Eigen::Vector3i coord
The coordinates in voxels of the octant's vertex closest to the origin.
Definition octant.hpp:26
const bool is_block
Whether the octant is an se::Block.
Definition octant.hpp:37
OctantBase * parent()
Return the pointer to the octant's parent.
Definition octant.hpp:54
Helper wrapper to allocate and de-allocate octants in the octree.
Definition bounded_vector.hpp:14