#include "igl_inline.h"
#include <Eigen/Core>
#include "lipschitz_octree.cpp"
Go to the source code of this file.
|
| template<bool batched = false, typename Derivedorigin, typename Func, typename Derivedijk> |
| void | igl::lipschitz_octree (const Eigen::MatrixBase< Derivedorigin > &origin, const typename Derivedorigin::Scalar h0, const int max_depth, const Func &udf, Eigen::PlainObjectBase< Derivedijk > &ijk) |
| | Given a minimum corner position (origin) and a side length (h0) and a maximum depth (max_depth), determine the possible active leaf octree cells based on an one-Lipschitz non-negative function to a level set (e.g., "unsigned distance function").
|