9#ifndef IGL_TET_TET_ADJACENCY_H
10#define IGL_TET_TET_ADJACENCY_H
28 template <
typename DerivedT,
typename DerivedTT,
typename DerivedTTi>
30 const Eigen::MatrixBase<DerivedT>& T,
31 Eigen::PlainObjectBase<DerivedTT>& TT,
32 Eigen::PlainObjectBase<DerivedTTi>& TTi);
34 template <
typename DerivedT,
typename DerivedTT>
36 const Eigen::MatrixBase<DerivedT>& T,
37 Eigen::PlainObjectBase<DerivedTT>& TT);
40#ifndef IGL_STATIC_LIBRARY
41# include "tet_tet_adjacency.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void 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.