hide for doxygen

This commit is contained in:
Sébastien Loriot 2020-04-29 17:02:48 +02:00
parent d6d8fbeb8b
commit 137971071c
1 changed files with 2 additions and 1 deletions

View File

@ -710,7 +710,7 @@ public:
custom_build(m_traits.compute_bbox_object(), custom_build(m_traits.compute_bbox_object(),
m_traits.split_primitives_object()); m_traits.split_primitives_object());
} }
#ifndef DOXYGEN_RUNNING
// Build the data structure, after calls to insert(..) // Build the data structure, after calls to insert(..)
template<typename Tr> template<typename Tr>
template <class ComputeBbox, class SplitPrimitives> template <class ComputeBbox, class SplitPrimitives>
@ -744,6 +744,7 @@ public:
m_need_build = false; m_need_build = false;
#endif #endif
} }
#endif
// constructs the search KD tree from given points // constructs the search KD tree from given points
// to accelerate the distance queries // to accelerate the distance queries
template<typename Tr> template<typename Tr>