#include <tetgen.h>
◆ face()
| tetgenmesh::face::face |
( |
| ) |
|
|
inline |
shellface * sh
Definition: tetgen.h:1066
int shver
Definition: tetgen.h:1067
◆ operator!=()
| bool tetgenmesh::face::operator!= |
( |
face & |
s | ) |
|
|
inline |
1077 {
return (
sh !=
s.sh) || (
shver !=
s.shver);}
RealScalar s
Definition: level1_cplx_impl.h:130
References s, sh, and shver.
◆ operator=()
| face& tetgenmesh::face::operator= |
( |
const face & |
s | ) |
|
|
inline |
◆ operator==()
| bool tetgenmesh::face::operator== |
( |
face & |
s | ) |
|
|
inline |
◆ sh
◆ shver
| int tetgenmesh::face::shver |
The documentation for this class was generated from the following file: