|
libigl v2.5.0
|
Container for BBW computation related data and flags. More...
#include <bbw.h>
Public Member Functions | |
| void | print () |
| Print current state of object. | |
Public Attributes | |
| bool | partition_unity |
| Enforce partition of unity during optimization (optimize all weight simultaneously) | |
| Eigen::MatrixXd | W0 |
| Initial guess. | |
| igl::active_set_params | active_set_params |
| Parameters for active set solver. | |
| int | verbosity |
| Verbosity level 0: quiet 1: loud 2: louder. | |
Container for BBW computation related data and flags.
| void igl::BBWData::print | ( | ) |
Print current state of object.
| bool igl::BBWData::partition_unity |
Enforce partition of unity during optimization (optimize all weight simultaneously)
| Eigen::MatrixXd igl::BBWData::W0 |
Initial guess.
| igl::active_set_params igl::BBWData::active_set_params |
Parameters for active set solver.
| int igl::BBWData::verbosity |
Verbosity level 0: quiet 1: loud 2: louder.