Alec Jacobson 7ae4fb1fc1 Merge pull request #1487 from libigl/connected_components 5 yıl önce
..
copyleft 3637cf3ca9 missed a colon 6 yıl önce
embree 6a7428694f rm load_mesh 6 yıl önce
mosek aa40b908c9 updated gtest to catch 7 yıl önce
predicates 0855c2ef8c Merge branch 'dev' of https://github.com/libigl/libigl into pr 6 yıl önce
accumarray.cpp 1deb471727 extra boundary_facets outputs; better sort prototypes; templates; cleanup 7 yıl önce
avg_edge_length.cpp 6a7428694f rm load_mesh 6 yıl önce
bbw.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
bezier.cpp 4ab389d462 bezier eval and fit cubic bezier splin 5 yıl önce
boundary_facets.cpp 1deb471727 extra boundary_facets outputs; better sort prototypes; templates; cleanup 7 yıl önce
boundary_loop.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
cat.cpp 450935874f Extending igl::cat to work with std::vectors AND Allowing N-gons in writeOBJ (#1108) 6 yıl önce
circulation.cpp 1c3c7c7b6f ported new tests to catch2 7 yıl önce
cotmatrix.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
cotmatrix_entries.cpp 6a7428694f rm load_mesh 6 yıl önce
cotmatrix_intrinsic.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
cumprod.cpp 1c3c7c7b6f ported new tests to catch2 7 yıl önce
cumsum.cpp 1c3c7c7b6f ported new tests to catch2 7 yıl önce
cut_mesh.cpp f4d14cc7d1 change cut mask 6 yıl önce
cut_to_disk.cpp 6a7428694f rm load_mesh 6 yıl önce
decimate.cpp 6a7428694f rm load_mesh 6 yıl önce
delaunay_triangulation.cpp 4ce917d424 Issue 521 (#1327) 6 yıl önce
dijkstra.cpp 6a7428694f rm load_mesh 6 yıl önce
dirname.cpp aa40b908c9 updated gtest to catch 7 yıl önce
doublearea.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
edge_exists_near.cpp 1c3c7c7b6f ported new tests to catch2 7 yıl önce
edge_flaps.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
edge_lengths.cpp 6a7428694f rm load_mesh 6 yıl önce
facet_components.cpp 1aa35de249 passing facet_components unit test 5 yıl önce
fast_winding_number.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
fit_cubic_bezier.cpp 4ab389d462 bezier eval and fit cubic bezier splin 5 yıl önce
grad.cpp 607148cf72 Misc compilation fixes for Eigen 3.3 compatibility. 7 yıl önce
grad_intrinsic.cpp 607148cf72 Misc compilation fixes for Eigen 3.3 compatibility. 7 yıl önce
grid.cpp 1c3c7c7b6f ported new tests to catch2 7 yıl önce
guess_extension.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 7 yıl önce
intrinsic_delaunay_cotmatrix.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
intrinsic_delaunay_triangulation.cpp 1c3c7c7b6f ported new tests to catch2 7 yıl önce
is_delaunay.cpp 1c3c7c7b6f ported new tests to catch2 7 yıl önce
is_edge_manifold.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
is_intrinsic_delaunay.cpp 1c3c7c7b6f ported new tests to catch2 7 yıl önce
is_irregular_vertex.cpp 6a7428694f rm load_mesh 6 yıl önce
is_symmetric.cpp aa40b908c9 updated gtest to catch 7 yıl önce
ismember.cpp aa40b908c9 updated gtest to catch 7 yıl önce
iterative_closest_point.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
list_to_matrix.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 7 yıl önce
path_to_edges.cpp a03d1a2d56 Path to edges + various template instantiations (#1259) 6 yıl önce
path_to_executable.cpp 1408bd36b0 fix unit test for path_to_executable() on windows by taking into account that it has a '.exe' suffix. 6 yıl önce
pathinfo.cpp aa40b908c9 updated gtest to catch 7 yıl önce
per_face_normals.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
qslim.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
randperm.cpp 843438eab9 Fix logic error for URNG in igl::randperm 7 yıl önce
readDMAT.cpp 46a8dd2fd4 rm load_matrix 6 yıl önce
readOBJ.cpp 6a7428694f rm load_mesh 6 yıl önce
readOFF.cpp 6a7428694f rm load_mesh 6 yıl önce
readPLY.cpp 52c6f14ca6 Replace .ply reader/writer with tinyply library, supersedes libigl/libigl#1235 5 yıl önce
rigid_alignment.cpp 88e3dd1e3e iterative closest point alg, tutoiral, test 6 yıl önce
seam_edges.cpp aa40b908c9 updated gtest to catch 7 yıl önce
segment_segment_intersect.cpp 16ce83c381 rename test 6 yıl önce
setdiff.cpp aa40b908c9 updated gtest to catch 7 yıl önce
signed_distance.cpp faaae91419 Fix bug in signed_distance for 2D (#1400) 5 yıl önce
slice.cpp aa40b908c9 updated gtest to catch 7 yıl önce
slice_into.cpp aa40b908c9 updated gtest to catch 7 yıl önce
slice_sorted.cpp 26053f696c Avoid involving Eigen/SparseExtra in slice. (#1370) 6 yıl önce
sort.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 7 yıl önce
squared_edge_lengths.cpp 6a7428694f rm load_mesh 6 yıl önce
tet_tet_adjacency.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 7 yıl önce
triangle_triangle_adjacency.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
triangulated_grid.cpp 1c3c7c7b6f ported new tests to catch2 7 yıl önce
unique.cpp aa40b908c9 updated gtest to catch 7 yıl önce
unique_simplices.cpp 1c3c7c7b6f ported new tests to catch2 7 yıl önce
upsample.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 yıl önce
writePLY.cpp 52c6f14ca6 Replace .ply reader/writer with tinyply library, supersedes libigl/libigl#1235 5 yıl önce