Functor for the content of a simplex. More...
#include <functor.h>
Public Types | |
| typedef Base::argument_type | argument_type |
| The argument type. | |
| typedef Base::result_type | result_type |
| The result type. | |
Public Member Functions | |
| SimplexContent () | |
| Default constructor. | |
| SimplexContent (const SimplexContent &x) | |
| Copy constructor. | |
| SimplexContent & | operator= (const SimplexContent &other) |
| Assignment operator. | |
| ~SimplexContent () | |
| Destructor. | |
| result_type | operator() (const argument_type &x) const |
| Return the content. | |
Functor for the content of a simplex.
1.6.3