Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Check that a simplex is the coface of a second simplex. More...
#include <Triangulation_extension_3.hpp>
Functors | |
bool | operator() (const Edge &edge, Vertex_handle vertex) const |
Checks that edge is a coface of vertex. More... | |
bool | operator() (const Facet &facet, Vertex_handle vertex) const |
Checks that facet is a coface of vertex. More... | |
bool | operator() (const Facet &facet, const Edge &edge) const |
Checks that facet is a coface of edge. More... | |
bool | operator() (Cell_handle cell, Vertex_handle vertex) const |
Checks that cell is a coface of vertex. More... | |
bool | operator() (Cell_handle cell, const Edge &edge) const |
Checks that cell is a coface of edge. More... | |
bool | operator() (Cell_handle cell, const Facet &facet) const |
Checks that cell is a coface of facet. More... | |
Check that a simplex is the coface of a second simplex.
|
inline |
Checks that cell is a coface of edge.
|
inline |
Checks that cell is a coface of facet.
|
inline |
Checks that cell is a coface of vertex.
|
inline |
Checks that edge is a coface of vertex.
Checks that facet is a coface of edge.
|
inline |
Checks that facet is a coface of vertex.