#include <sampling/faceOnlySet.H>
Definition at line 53 of file faceOnlySet.H.
Inheritance diagram for faceOnlySet:
Collaboration diagram for faceOnlySet:Public Member Functions | |
| TypeName ("face") | |
| Runtime type information.
| |
| faceOnlySet (const word &name, const polyMesh &mesh, meshSearch &searchEngine, const word &axis, const point &start, const point &end) | |
| Construct from components.
| |
| faceOnlySet (const word &name, const polyMesh &mesh, meshSearch &searchEngine, const dictionary &dict) | |
| Construct from dictionary.
| |
| virtual | ~faceOnlySet () |
| const point & | start () const |
| const point & | end () const |
| Return const_iterator to end traversing the constant UList.
| |
| virtual point | getRefPoint (const List< point > &) const |
| Get reference point.
| |
| faceOnlySet | ( | const word & | name, |
| const polyMesh & | mesh, | ||
| meshSearch & | searchEngine, | ||
| const word & | axis, | ||
| const point & | start, | ||
| const point & | end | ||
| ) |
| faceOnlySet | ( | const word & | name, |
| const polyMesh & | mesh, | ||
| meshSearch & | searchEngine, | ||
| const dictionary & | dict | ||
| ) |
| ~faceOnlySet | ( | ) | [virtual]
|
Definition at line 379 of file faceOnlySet.C.
| TypeName | ( | "face" | ) |
Runtime type information.
| const point& start | ( | ) | const [inline]
|
Definition at line 130 of file faceOnlySet.H.
| const point& end | ( | ) | const [inline]
|
Return const_iterator to end traversing the constant UList.
Reimplemented from UList< vector >.
Definition at line 135 of file faceOnlySet.H.
| Foam::point getRefPoint | ( | const List< point > & | pts ) | const [virtual]
|