

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

1.8.13