#include <cut.H>


Classes | |
| class | result |
| Result class. More... | |
Public Member Functions | |
| listOp ()=default | |
| Default construct. | |
| listOp (const uniformOp< Foam::zero > &op) | |
| Construct from base. | |
| result | operator() () const |
| Operate on nothing. | |
| result | operator() (const FixedList< point, N > &p) const |
| Operate on a triangle or tetrahedron. | |
| Public Member Functions inherited from uniformOp< Foam::zero > | |
| uniformOp ()=default | |
| Default construct. | |
| Foam::zero | data () const |
| Access the data. | |
|
default |
Default construct.
|
inline |
|
inline |