libigl v2.5.0
Loading...
Searching...
No Matches
infinite_cost_stopping_condition.h File Reference
#include "igl_inline.h"
#include "decimate_callback_types.h"
#include <Eigen/Core>
#include <vector>
#include <set>
#include <functional>
#include "infinite_cost_stopping_condition.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

void igl::infinite_cost_stopping_condition (const decimate_cost_and_placement_callback &cost_and_placement, decimate_stopping_condition_callback &stopping_condition)
 Stopping condition function compatible with igl::decimate.
 
decimate_stopping_condition_callback igl::infinite_cost_stopping_condition (const decimate_cost_and_placement_callback &cost_and_placement)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.