#include <core/cellalgorithm.h>
Public Member Functions | |
PointVisitationFunctor (const Vector &point) | |
bool | checkBounds (const Scalar *min, const Scalar *max) |
Order | operator() (const typename Celltree::Node &node) |
Public Member Functions inherited from vistle::Celltree< Scalar, Index, NumDimensions >::VisitFunctor | |
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... | |
Additional Inherited Members | |
Public Types inherited from vistle::Celltree< Scalar, Index, NumDimensions >::VisitFunctor | |
enum | Order { None = 0 , RightFirst = 1 , RightSecond = 2 , Left = 4 , Right = RightFirst , LeftRight = Left | RightSecond , RightLeft = Left | RightFirst } |
|
inline |
|
inline |
|
inline |