OpenFOAM logo
Open Source CFD Toolkit

faceTriangulation Class Reference

Inheritance diagram for faceTriangulation:

Inheritance graph
[legend]
Collaboration diagram for faceTriangulation:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 faceTriangulation ()
 Construct null.
 faceTriangulation (const pointField &points, const face &f, const bool fallBack=false)
 Construct from face and points. Decomposition based on average.
 faceTriangulation (const pointField &points, const face &f, const vector &n, const bool fallBack=false)
 Construct from face and points and user supplied (unit) normal.
 faceTriangulation (Istream &)
 Construct from Istream.

Constructor & Destructor Documentation

faceTriangulation  ) 
 

Construct null.

faceTriangulation const pointField points,
const face f,
const bool  fallBack = false
 

Construct from face and points. Decomposition based on average.

normal. After construction *this is size 0 or holds the triangles. If fallBack and triangulation fails does naive triangulation and never returns 0 size.

faceTriangulation const pointField points,
const face f,
const vector n,
const bool  fallBack = false
 

Construct from face and points and user supplied (unit) normal.

After construction *this is size 0 or holds the triangles. If fallBack and triangulation fails does naive triangulation and never returns 0 size.

faceTriangulation Istream  ) 
 

Construct from Istream.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org