38 #ifndef HPP_FCL_BROADPHASE_DETAIL_NODEBASE_INL_H
39 #define HPP_FCL_BROADPHASE_DETAIL_NODEBASE_INL_H
54 template <
typename BV>
56 return (children[1] ==
nullptr);
60 template <
typename BV>
66 template <
typename BV>
69 children[0] =
nullptr;
70 children[1] =
nullptr;
Main namespace.
Definition: broadphase_bruteforce.h:44
bool isInternal() const
whether is internal node
Definition: node_base-inl.h:61
bool isLeaf() const
whether is a leaf
Definition: node_base-inl.h:55
NodeBase()
Definition: node_base-inl.h:67