libigl v2.5.0
|
#include "igl_inline.h"
#include "decimate_callback_types.h"
#include <Eigen/Core>
#include <vector>
#include <set>
#include <functional>
#include "max_faces_stopping_condition.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
void | igl::max_faces_stopping_condition (int &m, const int orig_m, const int max_m, decimate_stopping_condition_callback &stopping_condition) |
Stopping condition function compatible with igl::decimate. | |
decimate_stopping_condition_callback | igl::max_faces_stopping_condition (int &m, const int orign_m, const int max_m) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |