Field for triangular polar cells. More...
#include <triangular.hpp>
Public Member Functions | |
TriangularPolar2D_Cell_Field (double default_value) | |
double | get_value (TriangularPolar2D_Cell &cell) |
Retrieve from the field the value correspponding to the given cell. | |
void | set_value (TriangularPolar2D_Cell &cell, double new_value) |
Set the value corresponding to the given cell. | |
TriangularPolar2D_Cell_Field_t & | get_field () |
Field for triangular polar cells.
double TriangularPolar2D_Cell_Field::get_value | ( | TriangularPolar2D_Cell & | cell | ) |
Retrieve from the field the value correspponding to the given cell.
cell |
void TriangularPolar2D_Cell_Field::set_value | ( | TriangularPolar2D_Cell & | cell, |
double | new_value | ||
) |
Set the value corresponding to the given cell.
cell | |
new_value |