#include <RStarVisitor.h>
Public Member Functions | |
RStarRemoveSpecificLeaf (const typename Leaf::leaf_type &leaf, bool remove_duplicates=false) | |
bool | operator() (const Leaf *const leaf) const |
Public Attributes | |
bool | ContinueVisiting |
bool | m_remove_duplicates |
const Leaf::leaf_type & | m_leaf |
Private Member Functions | |
RStarRemoveSpecificLeaf () | |
Definition at line 146 of file RStarVisitor.h.
|
inlineexplicit |
Definition at line 152 of file RStarVisitor.h.
|
inlineprivate |
Definition at line 166 of file RStarVisitor.h.
|
inline |
Definition at line 155 of file RStarVisitor.h.
|
mutable |
Definition at line 148 of file RStarVisitor.h.
const Leaf::leaf_type& RStarRemoveSpecificLeaf< Leaf >::m_leaf |
Definition at line 150 of file RStarVisitor.h.
bool RStarRemoveSpecificLeaf< Leaf >::m_remove_duplicates |
Definition at line 149 of file RStarVisitor.h.