Go to the documentation of this file.
24 #ifndef __MLPACK_CORE_TREE_PERIODICHRECTBOUND_HPP
25 #define __MLPACK_CORE_TREE_PERIODICHRECTBOUND_HPP
37 template<
int t_pow = 2>
72 const arma::vec&
Box()
const {
return box; }
94 void Centroid(arma::vec& centroid)
const;
147 bool Contains(
const arma::vec& point)
const;
163 #include "periodichrectbound_impl.hpp"
165 #endif // __MLPACK_CORE_TREE_PERIODICHRECTBOUND_HPP