Alec Jacobson ad54f2dfe2 int->Index; depreacted pinv; trivial unit test hace 5 años
..
copyleft 3637cf3ca9 missed a colon hace 6 años
embree 59b517a4a4 bump embree version; bump sse2 to avx2 (#1648) hace 5 años
mosek aa40b908c9 updated gtest to catch hace 7 años
predicates 0855c2ef8c Merge branch 'dev' of https://github.com/libigl/libigl into pr hace 6 años
triangle 07e2b01a3c move scaf to triangle folder hace 5 años
MshLoader.cpp 8c95d1044e Added improved .msh reader/writer + tests + example (#1578) hace 5 años
MshSaver.cpp 8c95d1044e Added improved .msh reader/writer + tests + example (#1578) hace 5 años
accumarray.cpp 1deb471727 extra boundary_facets outputs; better sort prototypes; templates; cleanup hace 7 años
avg_edge_length.cpp 6a7428694f rm load_mesh hace 6 años
barycentric_interpolation.cpp 1de2627280 tests hace 5 años
bbw.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
bezier.cpp 4ab389d462 bezier eval and fit cubic bezier splin hace 5 años
blkdiag.cpp 775f2354fa blkdiag function hace 5 años
blue_noise.cpp 43da16bbd0 tighter test hace 5 años
boundary_facets.cpp 1deb471727 extra boundary_facets outputs; better sort prototypes; templates; cleanup hace 7 años
boundary_loop.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
cat.cpp 450935874f Extending igl::cat to work with std::vectors AND Allowing N-gons in writeOBJ (#1108) hace 6 años
circulation.cpp 1c3c7c7b6f ported new tests to catch2 hace 7 años
cotmatrix.cpp ad54f2dfe2 int->Index; depreacted pinv; trivial unit test hace 5 años
cotmatrix_entries.cpp 6a7428694f rm load_mesh hace 6 años
cotmatrix_intrinsic.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
cr_vector_curvature_correction.cpp 8ea0b8c6dc Added vector Dirichlet and curved Hessian functionality (#1560) hace 5 años
cr_vector_laplacian.cpp 8ea0b8c6dc Added vector Dirichlet and curved Hessian functionality (#1560) hace 5 años
cumprod.cpp 1c3c7c7b6f ported new tests to catch2 hace 7 años
cumsum.cpp 1c3c7c7b6f ported new tests to catch2 hace 7 años
curved_hessian_energy.cpp 8ea0b8c6dc Added vector Dirichlet and curved Hessian functionality (#1560) hace 5 años
cut_mesh.cpp f4d14cc7d1 change cut mask hace 6 años
cut_to_disk.cpp 6a7428694f rm load_mesh hace 6 años
decimate.cpp 41454f823d fix decimate bug hace 5 años
delaunay_triangulation.cpp 4ce917d424 Issue 521 (#1327) hace 6 años
dijkstra.cpp 1df0987271 Fix issue with dijkstra algorithm (#1497) hace 5 años
direct_delta_mush.cpp a3c3ef1572 update test too hace 5 años
dirname.cpp aa40b908c9 updated gtest to catch hace 7 años
doublearea.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
edge_exists_near.cpp 1c3c7c7b6f ported new tests to catch2 hace 7 años
edge_flaps.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
edge_lengths.cpp 6a7428694f rm load_mesh hace 6 años
facet_components.cpp 1aa35de249 passing facet_components unit test hace 5 años
fast_winding_number.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
fit_cubic_bezier.cpp 4ab389d462 bezier eval and fit cubic bezier splin hace 5 años
grad.cpp 607148cf72 Misc compilation fixes for Eigen 3.3 compatibility. hace 7 años
grad_intrinsic.cpp 607148cf72 Misc compilation fixes for Eigen 3.3 compatibility. hace 7 años
grid.cpp 1c3c7c7b6f ported new tests to catch2 hace 7 años
guess_extension.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P hace 7 años
heat_geodesics.cpp f3a201f1e1 Update heat_geodesics.cpp (#1512) hace 5 años
intrinsic_delaunay_cotmatrix.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
intrinsic_delaunay_triangulation.cpp 1c3c7c7b6f ported new tests to catch2 hace 7 años
is_delaunay.cpp 1c3c7c7b6f ported new tests to catch2 hace 7 años
is_edge_manifold.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
is_intrinsic_delaunay.cpp 1c3c7c7b6f ported new tests to catch2 hace 7 años
is_irregular_vertex.cpp 6a7428694f rm load_mesh hace 6 años
is_symmetric.cpp aa40b908c9 updated gtest to catch hace 7 años
ismember.cpp aa40b908c9 updated gtest to catch hace 7 años
iterative_closest_point.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
knn.cpp 21acee15fe making knn and octree work on more types than double, allowing knn to do nearest neighbor searches between two different point clouds (#1313) hace 5 años
list_to_matrix.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P hace 7 años
orient_halfedges.cpp 8ea0b8c6dc Added vector Dirichlet and curved Hessian functionality (#1560) hace 5 años
path_to_edges.cpp a03d1a2d56 Path to edges + various template instantiations (#1259) hace 6 años
path_to_executable.cpp 1408bd36b0 fix unit test for path_to_executable() on windows by taking into account that it has a '.exe' suffix. hace 6 años
pathinfo.cpp aa40b908c9 updated gtest to catch hace 7 años
per_face_normals.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
qslim.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
randperm.cpp 843438eab9 Fix logic error for URNG in igl::randperm hace 7 años
readDMAT.cpp 46a8dd2fd4 rm load_matrix hace 6 años
readMESH.cpp 723eb8d74d fix readMESH issues; add test (#1679) hace 5 años
readMSH.cpp 8c95d1044e Added improved .msh reader/writer + tests + example (#1578) hace 5 años
readOBJ.cpp 6a7428694f rm load_mesh hace 6 años
readOFF.cpp 6a7428694f rm load_mesh hace 6 años
readPLY.cpp 52c6f14ca6 Replace .ply reader/writer with tinyply library, supersedes libigl/libigl#1235 hace 5 años
rigid_alignment.cpp 88e3dd1e3e iterative closest point alg, tutoiral, test hace 6 años
seam_edges.cpp aa40b908c9 updated gtest to catch hace 7 años
segment_segment_intersect.cpp 16ce83c381 rename test hace 6 años
setdiff.cpp aa40b908c9 updated gtest to catch hace 7 años
signed_distance.cpp 63b3669a87 test update... hace 5 años
slice.cpp aa40b908c9 updated gtest to catch hace 7 años
slice_into.cpp aa40b908c9 updated gtest to catch hace 7 años
slice_sorted.cpp 26053f696c Avoid involving Eigen/SparseExtra in slice. (#1370) hace 6 años
sort.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P hace 7 años
squared_edge_lengths.cpp 6a7428694f rm load_mesh hace 6 años
tet_tet_adjacency.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P hace 7 años
triangle_triangle_adjacency.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
triangulated_grid.cpp 1c3c7c7b6f ported new tests to catch2 hace 7 años
unique.cpp aa40b908c9 updated gtest to catch hace 7 años
unique_simplices.cpp 1c3c7c7b6f ported new tests to catch2 hace 7 años
upsample.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. hace 6 años
writeMSH.cpp 8c95d1044e Added improved .msh reader/writer + tests + example (#1578) hace 5 años
writePLY.cpp e6482a8a42 Fixed a bug in writePLY, when face properties were doubled and edge properties were dropped (#1673) hace 5 años

readMESH.cpp

#include

#include

#include
#include

TEST_CASE("readMESH: single-tet","[igl]")
{
std::ofstream("test.mesh")<< R"(MeshVersionFormatted 1
Dimension 3
Vertices
4
0 0 0 0
0 0 1 0
0 1 0 0
1 0 0 0
Triangles
0
Tetrahedra
1
1 2 3 4 0
End
)";

Eigen::MatrixXd V;
Eigen::MatrixXi T,F;
igl::readMESH("test.mesh",V,T,F);
REQUIRE(V.rows() == 4);
REQUIRE(T.rows() == 1);
REQUIRE(T(0,0) == 0);
REQUIRE(F.rows() == 0);

}


TEST_CASE("readMESH: no-triangles-line","[igl]")
{
std::ofstream("test.mesh")<< R"(MeshVersionFormatted 1
Dimension 3
Vertices
4
0 0 0 0
0 0 1 0
0 1 0 0
1 0 0 0
Tetrahedra
1
1 2 3 4 0
)";

Eigen::MatrixXd V;
Eigen::MatrixXi T,F;
igl::readMESH("test.mesh",V,T,F);
REQUIRE(V.rows() == 4);
REQUIRE(T.rows() == 1);
REQUIRE(T(0,0) == 0);
REQUIRE(F.rows() == 0);

}


TEST_CASE("readMESH: mesh-version-formatted-2","[igl]")
{
std::ofstream("test.mesh")<< R"(MeshVersionFormatted 2
Dimension 3
Vertices
4
0 0 0 0
0 0 1 0
0 1 0 0
1 0 0 0
Triangles
0
Tetrahedra
1
1 2 3 4 0
End
)";

Eigen::MatrixXd V;
Eigen::MatrixXi T,F;
igl::readMESH("test.mesh",V,T,F);
REQUIRE(V.rows() == 4);
REQUIRE(T.rows() == 1);
REQUIRE(T(0,0) == 0);
REQUIRE(F.rows() == 0);

}