Public Types | |
typedef zero | result |
Result type. More... | |
Public Member Functions | |
noOp () | |
Construct null. More... | |
noOp (const uniformOp< nil > &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... | |
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... | |