#include <cut.H>


Public Types | |
| typedef zero | result |
| Result type. | |
Public Member Functions | |
| appendOp (Container &x) | |
| Construct from a container reference. | |
| appendOp (const uniformOp< Container & > &op) | |
| Construct from base. | |
| result | operator() () const |
| Operate on nothing. | |
| template<unsigned N> | |
| result | operator() (const FixedList< point, N > &p) const |
| Operate on a triangle or tetrahedron. | |
| Public Member Functions inherited from uniformOp< Container & > | |
| uniformOp ()=default | |
| Default construct. | |
| Container & | data () const |
| Access the data. | |
|
inline |
Construct from a container reference.
Definition at line 467 of file cut.H.
References uniformOp< Container & >::uniformOp(), and x.

|
inline |
Construct from base.
Definition at line 475 of file cut.H.
References uniformOp< Container & >::uniformOp().

|
inline |
|
inline |
Operate on a triangle or tetrahedron.
Definition at line 495 of file cut.H.
References uniformOp< Container & >::data(), and p.
