16 template <
class OctreeNodeBase = OctreeNode>
19 using OctreeNodeBase::OctreeNodeBase;
23 template <
class OctreeLeafNodeBase = OctreeLeafNode>
29 PYBIND11_OVERLOAD_PURE(
bool, OctreeLeafNodeBase, other);
32 std::shared_ptr<OctreeLeafNode>
Clone()
const override {
33 PYBIND11_OVERLOAD_PURE(std::shared_ptr<OctreeLeafNode>,
34 OctreeLeafNodeBase, );
OctreeLeafNode base class.
std::shared_ptr< OctreeLeafNode > Clone() const override
Clone this OctreeLeafNode.
bool operator==(const OctreeLeafNode &other) const override
Generic file read and write utility for python interface.