mFES - molecular Finite Element Solver  0.4
Public Member Functions | Private Attributes
netgen::DelaunayTet Class Reference

List of all members.

Public Member Functions

 DelaunayTet ()
 DelaunayTet (const DelaunayTet &el)
 DelaunayTet (const Element &el)
PointIndex & operator[] (int i)
PointIndex operator[] (int i) const
int & NB1 (int i)
int NB1 (int i) const
int & NB (int i)
int NB (int i) const
int FaceNr (INDEX_3 &face) const
void GetFace1 (int i, INDEX_3 &face) const
void GetFace (int i, INDEX_3 &face) const
INDEX_3 GetFace1 (int i) const
INDEX_3 GetFace (int i) const
void GetFace1 (int i, Element2d &face) const

Private Attributes

PointIndex pnums [4]
int nb [4]

Constructor & Destructor Documentation

netgen::DelaunayTet::DelaunayTet ( const Element &  el) [inline]

Member Function Documentation

int netgen::DelaunayTet::FaceNr ( INDEX_3 &  face) const [inline]
void netgen::DelaunayTet::GetFace ( int  i,
INDEX_3 &  face 
) const [inline]
INDEX_3 netgen::DelaunayTet::GetFace ( int  i) const [inline]
void netgen::DelaunayTet::GetFace1 ( int  i,
INDEX_3 &  face 
) const [inline]
INDEX_3 netgen::DelaunayTet::GetFace1 ( int  i) const [inline]
void netgen::DelaunayTet::GetFace1 ( int  i,
Element2d &  face 
) const [inline]
int& netgen::DelaunayTet::NB ( int  i) [inline]
int netgen::DelaunayTet::NB ( int  i) const [inline]
int& netgen::DelaunayTet::NB1 ( int  i) [inline]
int netgen::DelaunayTet::NB1 ( int  i) const [inline]
PointIndex& netgen::DelaunayTet::operator[] ( int  i) [inline]
PointIndex netgen::DelaunayTet::operator[] ( int  i) const [inline]

Member Data Documentation

int netgen::DelaunayTet::nb[4] [private]
PointIndex netgen::DelaunayTet::pnums[4] [private]

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