<p>I removed the <code>RectangleTree::Points()</code> method. Unfortunately, we can not remove <code>RectangleTree::Children()</code> so easy since sometimes we have to modify the pointers. We can use friend classes instead i.e. use <code>tree.children[i]</code> instead of <code>tree.Children()[i]</code>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/mlpack/mlpack/pull/709'>https://github.com/mlpack/mlpack/pull/709</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Removed RectangleTree::Points()</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/709/files#diff-0">src/mlpack/core/tree/rectangle_tree/dual_tree_traverser_impl.hpp</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/709/files#diff-1">src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_auxiliary_information_impl.hpp</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/709/files#diff-2">src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split_impl.hpp</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/709/files#diff-3">src/mlpack/core/tree/rectangle_tree/r_star_tree_split_impl.hpp</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/709/files#diff-4">src/mlpack/core/tree/rectangle_tree/r_tree_split_impl.hpp</a>
    (32)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/709/files#diff-5">src/mlpack/core/tree/rectangle_tree/rectangle_tree.hpp</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/709/files#diff-6">src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp</a>
    (19)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/709/files#diff-7">src/mlpack/core/tree/rectangle_tree/single_tree_traverser_impl.hpp</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/709/files#diff-8">src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp</a>
    (38)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/mlpack/mlpack/pull/709/files#diff-9">src/mlpack/tests/rectangle_tree_test.cpp</a>
    (12)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/mlpack/mlpack/pull/709.patch'>https://github.com/mlpack/mlpack/pull/709.patch</a></li>
  <li><a href='https://github.com/mlpack/mlpack/pull/709.diff'>https://github.com/mlpack/mlpack/pull/709.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/pull/709">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFF-Eqd0S2OH--de0XWT437AITtTeks5qQEQwgaJpZM4I_icO">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFJoUsXcZDShXW3WlPQkJg08qN_U4ks5qQEQwgaJpZM4I_icO.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/pull/709"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>