libigl v2.5.0
Loading...
Searching...
No Matches
decimate_callback_types.h File Reference

See decimate.h for more details. More...

#include <Eigen/Core>
#include "min_heap.h"

Go to the source code of this file.

Namespaces

namespace  igl

Typedefs

using igl::decimate_cost_and_placement_callback
 Function handle used to control the cost of each edge collapse in igl::decimate.
using igl::decimate_stopping_condition_callback
 Function handle used to control whether the queue processing in igl::decimate should stop.
using igl::decimate_pre_collapse_callback
 Function handle called just before collapse_edge is attempted.
using igl::decimate_post_collapse_callback
 Function handle called just after collapse_edge is attempted.

Detailed Description

See decimate.h for more details.