mirror of https://github.com/CGAL/cgal
Edit after review
This commit is contained in:
parent
79e54aedd8
commit
1b5cfa66e6
|
|
@ -156,9 +156,7 @@ namespace CGAL {
|
||||||
/// `build()` explicitly to ensure that the next call to
|
/// `build()` explicitly to ensure that the next call to
|
||||||
/// query functions will not trigger the reconstruction of the
|
/// query functions will not trigger the reconstruction of the
|
||||||
/// data structure.
|
/// data structure.
|
||||||
/// The parameter pack `T` is of any types
|
/// A call to `AABBTraits::set_shared_data(t...)`
|
||||||
/// such that `Primitive` has a constructor with the following signature:
|
|
||||||
/// `Primitive(%InputIterator, T...)`. A call to `AABBTraits::set_shared_data(t...)`
|
|
||||||
/// is made using the internally stored traits.
|
/// is made using the internally stored traits.
|
||||||
/// For compilers that do not support variadic templates,
|
/// For compilers that do not support variadic templates,
|
||||||
/// overloads up to 5 template arguments are provided.
|
/// overloads up to 5 template arguments are provided.
|
||||||
|
|
@ -1130,7 +1128,7 @@ public:
|
||||||
|
|
||||||
// constructs the tree
|
// constructs the tree
|
||||||
m_p_root_node->expand(m_primitives.begin(), m_primitives.end(),
|
m_p_root_node->expand(m_primitives.begin(), m_primitives.end(),
|
||||||
m_primitives.size(), m_traits);
|
m_primitives.size(), m_traits);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue