libigl v2.5.0
Loading...
Searching...
No Matches
tet_tet_adjacency.h File Reference
#include <Eigen/Core>
#include "igl_inline.h"
#include "tet_tet_adjacency.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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.