|
CGAL 5.1 - Octree
|
#include <Concepts/SplitCriterion.h>
A SplitCriterion is a functor which determines whether an octree node needs to be split during refinement.
This can also be done by a function pointer, or a lambda.
Operators | |
| template<class Node > | |
| bool | operator() (const Node &n) const |
| determines whether a node needs to be split based on a const reference to the node More... | |
| bool SplitCriterion::operator() | ( | const Node & | n | ) | const |
determines whether a node needs to be split based on a const reference to the node
| Node |
| n | const reference to the node |