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<class Type , unsigned Size> | |
result | operator() (const FixedList< Type, Size > &p) const |
Operate on a triangle or tetrahedron. More... | |
![]() | |
uniformOp () | |
Construct null. More... | |
uniformOp (Container & data) | |
Construct from data. More... | |
Container & | data () const |
Access the data. More... | |
Definition at line 478 of file cutTriTet.H.
Result type.
Definition at line 487 of file cutTriTet.H.
|
inline |
Construct from a container reference.
Definition at line 493 of file cutTriTet.H.
Construct from base.
Definition at line 499 of file cutTriTet.H.
|
inline |
Operate on nothing.
Definition at line 508 of file cutTriTet.H.
Operate on a triangle or tetrahedron.
Definition at line 515 of file cutTriTet.H.
References uniformOp< Container & >::data().