87 double min_step_size)
const {
90 this->_child->addPointsAlongToSet(points, direction, this->max_steps ? this->max_steps : max_steps,
91 this->min_step_size ? this->min_step_size : min_step_size);
95 this->_child->addPointsAlongToSet(
child_points, direction, this->max_steps ? this->max_steps : max_steps,
96 this->min_step_size ? this->min_step_size : min_step_size);
97 auto clipbox = envelope->getBoundingBox();
98 auto bbox = this->getBoundingBox();
99 points.insert(
bbox.lower[
int(direction) - (3 - dim)]);
101 if (
clipbox.lower[
int(direction) - (3 - dim)] <= p && p <=
clipbox.upper[
int(direction) - (3 - dim)])
104 points.insert(
bbox.upper[
int(direction) - (3 - dim)]);