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

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedF, typename DerivedTT, typename DerivedTTi>
void igl::triangle_triangle_adjacency (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedTT > &TT, Eigen::PlainObjectBase< DerivedTTi > &TTi)
 Constructs the triangle-triangle adjacency matrix for a given mesh (V,F).
template<typename DerivedF, typename DerivedTT>
void igl::triangle_triangle_adjacency (const Eigen::MatrixBase< DerivedF > &F, 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.
template<typename DerivedF, typename TTT_type>
void igl::triangle_triangle_adjacency_preprocess (const Eigen::MatrixBase< DerivedF > &F, std::vector< std::vector< TTT_type > > &TTT)
 Preprocessing for triangle_triangle_adjacency.
template<typename DerivedF, typename TTT_type, typename DerivedTT>
void igl::triangle_triangle_adjacency_extractTT (const Eigen::MatrixBase< DerivedF > &F, std::vector< std::vector< TTT_type > > &TTT, Eigen::PlainObjectBase< DerivedTT > &TT)
 Extract the face adjacencies for triangle_triangle_adjacency.
template<typename DerivedF, typename TTT_type, typename DerivedTTi>
void igl::triangle_triangle_adjacency_extractTTi (const Eigen::MatrixBase< DerivedF > &F, std::vector< std::vector< TTT_type > > &TTT, Eigen::PlainObjectBase< DerivedTTi > &TTi)
 Extract the face adjacencies indices for triangle_triangle_adjacency.
template<typename DerivedF, typename TTIndex, typename TTiIndex>
void igl::triangle_triangle_adjacency (const Eigen::MatrixBase< DerivedF > &F, std::vector< std::vector< std::vector< TTIndex > > > &TT, std::vector< std::vector< std::vector< TTiIndex > > > &TTi)
 Adjacency list version, which works with non-manifold meshes.
template<typename DerivedF, typename TTIndex>
void igl::triangle_triangle_adjacency (const Eigen::MatrixBase< DerivedF > &F, std::vector< std::vector< std::vector< TTIndex > > > &TT)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
template<typename DerivedF, typename TTIndex, typename TTiIndex>
void igl::triangle_triangle_adjacency (const Eigen::MatrixBase< DerivedF > &F, const bool construct_TTi, std::vector< std::vector< std::vector< TTIndex > > > &TT, std::vector< std::vector< std::vector< TTiIndex > > > &TTi)
template<typename DerivedE, typename DerivedEMAP, typename uE2EType, typename TTIndex, typename TTiIndex>
void igl::triangle_triangle_adjacency (const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedEMAP > &EMAP, const std::vector< std::vector< uE2EType > > &uE2E, const bool construct_TTi, std::vector< std::vector< std::vector< TTIndex > > > &TT, std::vector< std::vector< std::vector< TTiIndex > > > &TTi)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
template<typename DerivedEMAP, typename DeriveduEC, typename DeriveduEE, typename TTIndex, typename TTiIndex>
void igl::triangle_triangle_adjacency (const Eigen::MatrixBase< DerivedEMAP > &EMAP, const Eigen::MatrixBase< DeriveduEC > &uEC, const Eigen::MatrixBase< DeriveduEE > &uEE, const bool construct_TTi, std::vector< std::vector< std::vector< TTIndex > > > &TT, std::vector< std::vector< std::vector< TTiIndex > > > &TTi)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.