Absolute sum of the elements in a container. More...
#include <functionObjects.h>
Public Member Functions | |
| AbsoluteSumOf () | |
| operator double () | |
| void | operator() (double v) |
Private Attributes | |
| double | sum |
Absolute sum of the elements in a container.
Definition at line 28 of file functionObjects.h.
| orgQhull::AbsoluteSumOf::AbsoluteSumOf | ( | ) | [inline] |
Definition at line 33 of file functionObjects.h.
| orgQhull::AbsoluteSumOf::operator double | ( | ) | [inline] |
Definition at line 35 of file functionObjects.h.
| void orgQhull::AbsoluteSumOf::operator() | ( | double | v | ) | [inline] |
Definition at line 34 of file functionObjects.h.
double orgQhull::AbsoluteSumOf::sum [private] |
Definition at line 31 of file functionObjects.h.