Sum of the elements in a container. More...
#include <functionObjects.h>
Public Member Functions | |
operator double () | |
void | operator() (double v) |
SumOf () | |
Private Attributes | |
double | sum |
Sum of the elements in a container.
Definition at line 39 of file functionObjects.h.
orgQhull::SumOf::SumOf | ( | ) | [inline] |
Definition at line 44 of file functionObjects.h.
orgQhull::SumOf::operator double | ( | ) | [inline] |
Definition at line 46 of file functionObjects.h.
void orgQhull::SumOf::operator() | ( | double | v | ) | [inline] |
Definition at line 45 of file functionObjects.h.
double orgQhull::SumOf::sum [private] |
Definition at line 42 of file functionObjects.h.