#include <Eigen/Core>
#include "igl_inline.h"
#include "tet_tet_adjacency.cpp"
Go to the source code of this file.
|
template<typename DerivedT , typename DerivedTT , typename DerivedTTi > |
void | igl::tet_tet_adjacency (const Eigen::MatrixBase< DerivedT > &T, Eigen::PlainObjectBase< DerivedTT > &TT, Eigen::PlainObjectBase< DerivedTTi > &TTi) |
| Constructs the tet_tet adjacency matrix for a given tet mesh with tets T.
|
|
template<typename DerivedT , typename DerivedTT > |
void | igl::tet_tet_adjacency (const Eigen::MatrixBase< DerivedT > &T, Eigen::PlainObjectBase< DerivedTT > &TT) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|