Go to the documentation of this file.
5 #ifndef HPP_FCL_SERIALIZATION_BV_NODE_H
6 #define HPP_FCL_SERIALIZATION_BV_NODE_H
14 namespace serialization {
16 template <
class Archive>
18 const unsigned int ) {
24 template <
class Archive,
typename BV>
26 const unsigned int ) {
28 boost::serialization::base_object<hpp::fcl::BVNodeBase>(node));
29 ar& make_nvp(
"bv", node.
bv);
35 #endif // ifndef HPP_FCL_SERIALIZATION_BV_NODE_H
unsigned int num_primitives
The number of primitives belonging to the current node.
BVNodeBase encodes the tree structure for BVH.
BV bv
bounding volume storing the geometry
A class describing a bounding volume node. It includes the tree structure providing in BVNodeBase and...
unsigned int first_primitive
The start id the primitive belonging to the current node. The index is referred to the primitive_indi...
void serialize(Archive &ar, hpp::fcl::AABB &aabb, const unsigned int)
int first_child
An index for first child node or primitive If the value is positive, it is the index of the first chi...
hpp-fcl
Author(s):
autogenerated on Fri Aug 2 2024 02:45:13