#include <face.h>
Public Member Functions | |
bool | operator== (const face &f1) |
bool | operator< (const face &f1) |
bool | operator> (const face &f1) |
The face class holds all relevant attributes for the face.
bool face::operator== | ( | const face & | f1 | ) |
== Operator - Two Faces are equal when the number and labels of the vertices are equal
bool face::operator< | ( | const face & | f1 | ) |
< Operator -
bool face::operator> | ( | const face & | f1 | ) |
> Operator -