adding python wrapper for edge_topology and triangle_traingle_adjacency
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <igl/cut_mesh_from_singularities.h>
|
||||
#include <igl/doublearea.h>
|
||||
#include <igl/edge_lengths.h>
|
||||
#include <igl/edge_topology.h>
|
||||
#include <igl/eigs.h>
|
||||
#include <igl/find_cross_field_singularities.h>
|
||||
#include <igl/fit_rotations.h>
|
||||
@@ -68,6 +69,7 @@
|
||||
#include <igl/slice_mask.h>
|
||||
#include <igl/slice_tets.h>
|
||||
#include <igl/sortrows.h>
|
||||
#include <igl/triangle_triangle_adjacency.h>
|
||||
#include <igl/unique.h>
|
||||
#include <igl/unproject_onto_mesh.h>
|
||||
#include <igl/upsample.h>
|
||||
@@ -101,6 +103,7 @@ void python_export_igl(py::module &m)
|
||||
#include "py_igl/py_cut_mesh_from_singularities.cpp"
|
||||
#include "py_igl/py_doublearea.cpp"
|
||||
#include "py_igl/py_edge_lengths.cpp"
|
||||
#include "py_igl/py_edge_topology.cpp"
|
||||
#include "py_igl/py_eigs.cpp"
|
||||
#include "py_igl/py_find_cross_field_singularities.cpp"
|
||||
#include "py_igl/py_fit_rotations.cpp"
|
||||
@@ -144,6 +147,7 @@ void python_export_igl(py::module &m)
|
||||
#include "py_igl/py_slice_mask.cpp"
|
||||
#include "py_igl/py_slice_tets.cpp"
|
||||
#include "py_igl/py_sortrows.cpp"
|
||||
#include "py_igl/py_triangle_triangle_adjacency.cpp"
|
||||
#include "py_igl/py_unique.cpp"
|
||||
#include "py_igl/py_unproject_onto_mesh.cpp"
|
||||
#include "py_igl/py_upsample.cpp"
|
||||
|
||||
Reference in New Issue
Block a user