Field for quadrilateral cylindrical cells. More...
#include <quadrilateral.hpp>
Public Member Functions | |
| QuadrilateralCylindrical3D_Cell_Field (double default_value) | |
| double | get_value (QuadrilateralCylindrical3D_Cell &cell) |
| Retrieve from the field the value correspponding to the given cell. | |
| void | set_value (QuadrilateralCylindrical3D_Cell &cell, double new_value) |
| Set the value corresponding to the given cell. | |
| QuadrilateralCylindrical3D_Cell_Field_t & | get_field () |
Field for quadrilateral cylindrical cells.
| double QuadrilateralCylindrical3D_Cell_Field::get_value | ( | QuadrilateralCylindrical3D_Cell & | cell | ) |
Retrieve from the field the value correspponding to the given cell.
| cell |
| void QuadrilateralCylindrical3D_Cell_Field::set_value | ( | QuadrilateralCylindrical3D_Cell & | cell, |
| double | new_value | ||
| ) |
Set the value corresponding to the given cell.
| cell | |
| new_value |
1.8.1.2