#include <cut.H>


Public Types | |
| typedef scalar | result |
| Result type. | |
Public Member Functions | |
| volumeOp ()=default | |
| Default construct. | |
| volumeOp (const uniformOp< Foam::zero > &op) | |
| Construct from base. | |
| result | operator() () const |
| Operate on nothing. | |
| result | operator() (const FixedList< point, 4 > &p) const |
| Operate on a tetrahedron. | |
| Public Member Functions inherited from uniformOp< Foam::zero > | |
| uniformOp ()=default | |
| Default construct. | |
| Foam::zero | data () const |
| Access the data. | |
|
default |
Default construct.
|
inline |
Construct from base.
Definition at line 228 of file cut.H.
References uniformOp< Foam::zero >::uniformOp().

Operate on a tetrahedron.
Definition at line 247 of file cut.H.
References Foam::mag(), and p.
