#include <pop_geometric_cost_function.h>
Definition at line 19 of file pop_geometric_cost_function.h.
Public Member Functions | |
| pop_geometric_cost_function (pop_geometric_object *observable, pop_geometric_object *observation) | |
| constructor. | |
| ~pop_geometric_cost_function () | |
| destructor. | |
| double | cost () |
| this is the cost between two objects. | |
Private Attributes | |
| pop_geometric_object * | observable_ |
| pop_geometric_object * | observation_ |
| pop_geometric_cost_function::pop_geometric_cost_function | ( | pop_geometric_object * | observable, | |
| pop_geometric_object * | observation | |||
| ) |
| pop_geometric_cost_function::~pop_geometric_cost_function | ( | ) |
| double pop_geometric_cost_function::cost | ( | ) |
this is the cost between two objects.
Definition at line 22 of file pop_geometric_cost_function.cxx.
Definition at line 35 of file pop_geometric_cost_function.h.
Definition at line 38 of file pop_geometric_cost_function.h.
1.5.1