#include <cut.H>


Public Types | |
| typedef vector | result |
| Result type. | |
Public Member Functions | |
| areaOp ()=default | |
| Default construct. | |
| areaOp (const uniformOp< Foam::zero > &op) | |
| Construct from base. | |
| result | operator() () const |
| Operate on nothing. | |
| result | operator() (const FixedList< point, 3 > &p) const |
| Operate on a triangle. | |
| 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 174 of file cut.H.
References uniformOp< Foam::zero >::uniformOp().

|
inline |
Operate on nothing.
Definition at line 185 of file cut.H.
References VectorSpace< Form, Cmpt, Ncmpts >::zero.
Operate on a triangle.
Definition at line 193 of file cut.H.
References triangle< point, const point & >::areaNormal(), and p.
