Public Types | |
typedef vector | result |
Result type. More... | |
Public Member Functions | |
areaOp () | |
Construct null. More... | |
areaOp (const uniformOp< nil > &op) | |
Construct from base. More... | |
result | operator() () const |
Operate on nothing. More... | |
result | operator() (const FixedList< point, 3 > &p) const |
Operate on a triangle. More... | |
![]() | |
uniformOp () | |
Construct null. More... | |
uniformOp (nil data) | |
Construct from data. More... | |
nil | data () const |
Access the data. More... | |
Definition at line 137 of file cutTriTet.H.
Result type.
Definition at line 146 of file cutTriTet.H.
|
inline |
Construct null.
Definition at line 152 of file cutTriTet.H.
Construct from base.
Definition at line 156 of file cutTriTet.H.
|
inline |
Operate on nothing.
Definition at line 165 of file cutTriTet.H.
References VectorSpace< Form, Cmpt, Ncmpts >::zero.