Accessor for quadrilateral cartesian 2D vertices. More...
#include <quadrilateral.hpp>
Public Member Functions | |
| double | get_value (QuadrilateralCartesian2D_Vertex &vertex) | 
| Retrieve from the accessor the value corresponding to the given vertex.   | |
| void | set_value (QuadrilateralCartesian2D_Vertex &vertex, double new_value) | 
| Set the value corresponding to the given vertex.   | |
| QuadrilateralCartesian2D_Vertex_Accessor_t | get_accessor () | 
Accessor for quadrilateral cartesian 2D vertices.
| double QuadrilateralCartesian2D_Vertex_Accessor::get_value | ( | QuadrilateralCartesian2D_Vertex & | vertex | ) | 
Retrieve from the accessor the value corresponding to the given vertex.
| vertex | 
| void QuadrilateralCartesian2D_Vertex_Accessor::set_value | ( | QuadrilateralCartesian2D_Vertex & | vertex, | 
| double | new_value | ||
| ) | 
Set the value corresponding to the given vertex.
| cell | |
| new_value | 
 1.8.1.2