

Public Types | |
| typedef scalar | result |
| Result type. More... | |
Public Member Functions | |
| volumeOp () | |
| Construct null. More... | |
| volumeOp (const uniformOp< nil > &op) | |
| Construct from base. More... | |
| result | operator() () const |
| Operate on nothing. More... | |
| result | operator() (const FixedList< point, 4 > &p) const |
| Operate on a tetrahedron. More... | |
Public Member Functions inherited from uniformOp< nil > | |
| uniformOp () | |
| Construct null. More... | |
| uniformOp (nil data) | |
| Construct from data. More... | |
| nil | data () const |
| Access the data. More... | |
Definition at line 227 of file cutTriTet.H.
| typedef scalar result |
Result type.
Definition at line 236 of file cutTriTet.H.
|
inline |
Construct null.
Definition at line 242 of file cutTriTet.H.
Construct from base.
Definition at line 246 of file cutTriTet.H.
|
inline |
Operate on nothing.
Definition at line 255 of file cutTriTet.H.
Operate on a tetrahedron.
Definition at line 261 of file cutTriTet.H.
References Foam::mag(), and p.
