Accessor for triangular cartesian 3D cells. More...
#include <triangular.hpp>
Public Member Functions | |
double | get_value (TriangularCartesian3D_Cell &cell) |
Retrieve from the accessor the value correspponding to the given cell. | |
void | set_value (TriangularCartesian3D_Cell &cell, double new_value) |
Set the value corresponding to the given cell. | |
TriangularCartesian3D_Cell_Accessor_t & | get_accessor () |
Accessor for triangular cartesian 3D cells.
double TriangularCartesian3D_Cell_Accessor::get_value | ( | TriangularCartesian3D_Cell & | cell | ) |
Retrieve from the accessor the value correspponding to the given cell.
cell |
void TriangularCartesian3D_Cell_Accessor::set_value | ( | TriangularCartesian3D_Cell & | cell, |
double | new_value | ||
) |
Set the value corresponding to the given cell.
cell | |
new_value |