#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "adjacency_matrix.cpp"
Go to the source code of this file.
|
template<typename DerivedF , typename T > |
void | igl::adjacency_matrix (const Eigen::MatrixBase< DerivedF > &F, Eigen::SparseMatrix< T > &A) |
| Constructs the graph adjacency matrix of a given mesh (V,F)
|
|
template<typename DerivedI , typename DerivedC , typename T > |
void | igl::adjacency_matrix (const Eigen::MatrixBase< DerivedI > &I, const Eigen::MatrixBase< DerivedC > &C, Eigen::SparseMatrix< T > &A) |
| Constructs an vertex adjacency for a polygon mesh.
|
|
◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |