void mesh_boolean_type_to_funcs(const MeshBooleanType &type, std::function< int(const Eigen::Matrix< int, 1, Eigen::Dynamic >) > &wind_num_op, std::function< int(const int, const int)> &keep)
Convert a MeshBooleanType enum to a pair of winding number conversion function and "keep" function us...