Template Struct HFNode
Defined in File hfield.h
Inheritance Relationships
Base Type
public hpp::fcl::HFNodeBase
(Struct HFNodeBase)
Struct Documentation
-
template<typename BV>
struct HFNode : public hpp::fcl::HFNodeBase Public Types
-
typedef HFNodeBase Base
Public Functions
-
inline bool overlap(const HFNode &other, const CollisionRequest &request, FCL_REAL &sqrDistLowerBound) const
Check whether two BVNode collide.
-
inline FCL_REAL distance(const HFNode &other, Vec3f *P1 = NULL, Vec3f *P2 = NULL) const
Compute the distance between two BVNode. P1 and P2, if not NULL and the underlying BV supports distance, return the nearest points.
-
inline virtual ~HFNode()
-
typedef HFNodeBase Base