tetgenmesh::face Class Reference

#include <tetgen.h>

Public Member Functions

 face ()
 
faceoperator= (const face &s)
 
bool operator== (face &s)
 
bool operator!= (face &s)
 

Public Attributes

shellfacesh
 
int shver
 

Constructor & Destructor Documentation

◆ face()

tetgenmesh::face::face ( )
inline
1070 : sh(0), shver(0) {}
shellface * sh
Definition: tetgen.h:1066
int shver
Definition: tetgen.h:1067

Member Function Documentation

◆ 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
1072  {
1073  sh = s.sh; shver = s.shver;
1074  return *this;
1075  }

References s, sh, and shver.

◆ operator==()

bool tetgenmesh::face::operator== ( face s)
inline
1076 {return (sh == s.sh) && (shver == s.shver);}

References s, sh, and shver.

Member Data Documentation

◆ sh

◆ shver


The documentation for this class was generated from the following file: