#include <core/celltree.h>
Public Types | |
enum | Order { None = 0 , RightFirst = 1 , RightSecond = 2 , Left = 4 , Right = RightFirst , LeftRight = Left | RightSecond , RightLeft = Left | RightFirst } |
Public Member Functions | |
bool | checkBounds (const Scalar *min, const Scalar *max) |
check whether the celltree is within bounds min and max, otherwise no traversal More... | |
Order | operator() (const Node &node) |
return whether and in which order to visit children of a node More... | |
|
inline |
check whether the celltree is within bounds min and max, otherwise no traversal
|
inline |
return whether and in which order to visit children of a node