

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... | |
Public Member Functions inherited from uniformOp< nil > | |
| uniformOp () | |
| Construct null. More... | |
| uniformOp (nil data) | |
| Construct from data. More... | |
| nil | data () const |
| Access the data. More... | |
|
inline |
Operate on nothing.
Definition at line 167 of file cut.H.
References VectorSpace< Vector< scalar >, scalar, 3 >::zero.
1.8.13