Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Triangulation_extension_3_base< Triangulation3 >::Get_common_facet Class Reference

Given two cells, return the common facet of the two cells. More...

#include <Triangulation_extension_3.hpp>

Functors

Facet operator() (Cell_handle cell_1, Cell_handle cell_2) const
 Given two cells, return the common facet of the cells. More...
 

Detailed Description

template<class Triangulation3>
class SBL::GT::T_Triangulation_extension_3_base< Triangulation3 >::Get_common_facet

Given two cells, return the common facet of the two cells.

Member Function Documentation

◆ operator()()

Facet operator() ( Cell_handle  cell_1,
Cell_handle  cell_2 
) const
inline

Given two cells, return the common facet of the cells.

Precondition
cell_1 and cell_2 are adjacents.