|
libigl v2.5.0
|
Space partitioning tree for computing winding number hierarchically. More...
#include <WindingNumberTree.h>
Public Types | |
| using | Point = Eigen::Matrix<Scalar,1,3> |
Public Member Functions | |
| WindingNumberTree () | |
| template<typename DerivedV, typename DerivedF> | |
| WindingNumberTree (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F) | |
| WindingNumberTree (const WindingNumberTree< Scalar, Index > &parent, const typename igl::WindingNumberTree< Scalar, Index >::MatrixXF &F) | |
| virtual | ~WindingNumberTree () |
| void | delete_children () |
| template<typename DerivedV, typename DerivedF> | |
| void | set_mesh (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F) |
| void | set_method (const WindingNumberMethod &m) |
| virtual void | grow () |
| virtual bool | inside (const Point &p) const |
| Scalar | winding_number (const Point &p) const |
| Scalar | winding_number_all (const Point &p) const |
| Scalar | winding_number_boundary (const Point &p) const |
| void | print (const char *tab="") |
| virtual Scalar | max_abs_winding_number (const Point &p) const |
| virtual Scalar | max_simple_abs_winding_number (const Point &p) const |
| virtual Scalar | cached_winding_number (const WindingNumberTree &that, const Point &p) const |
Static Public Attributes | |
| static std::map< std::pair< const WindingNumberTree *, const WindingNumberTree * >, Scalar > | cached |
Protected Types | |
| typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > | MatrixXS |
| typedef Eigen::Matrix< Index, Eigen::Dynamic, Eigen::Dynamic > | MatrixXF |
Protected Attributes | |
| WindingNumberMethod | method |
| const WindingNumberTree * | parent |
| std::list< WindingNumberTree * > | children |
| MatrixXS | SV |
| std::shared_ptr< MatrixXS > | Vptr |
| MatrixXF | F |
| MatrixXF | cap |
| Scalar | radius |
| Point | center |
Space partitioning tree for computing winding number hierarchically.
| using igl::WindingNumberTree< Scalar, Index >::Point = Eigen::Matrix<Scalar,1,3> |
|
protected |
|
protected |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented in igl::WindingNumberAABB< Scalar, Index >.
|
inlinevirtual |
Reimplemented in igl::WindingNumberAABB< Scalar, Index >.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented in igl::WindingNumberAABB< Scalar, Index >.
|
inlinevirtual |
Reimplemented in igl::WindingNumberAABB< Scalar, Index >.
|
inlinevirtual |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |