ViennaGrid for Python
 All Classes Files Functions Variables
Public Member Functions | List of all members
QuadrilateralPolar2D_Vertex_Accessor Class Reference

Accessor for quadrilateral polar vertices. More...

#include <quadrilateral.hpp>

Public Member Functions

double get_value (QuadrilateralPolar2D_Vertex &vertex)
 Retrieve from the accessor the value corresponding to the given vertex.
void set_value (QuadrilateralPolar2D_Vertex &vertex, double new_value)
 Set the value corresponding to the given vertex.
QuadrilateralPolar2D_Vertex_Accessor_t get_accessor ()

Detailed Description

Accessor for quadrilateral polar vertices.

Since
0.1.0

Member Function Documentation

double QuadrilateralPolar2D_Vertex_Accessor::get_value ( QuadrilateralPolar2D_Vertex vertex)

Retrieve from the accessor the value corresponding to the given vertex.

Parameters
vertex
Returns
double
Since
0.1.0
void QuadrilateralPolar2D_Vertex_Accessor::set_value ( QuadrilateralPolar2D_Vertex vertex,
double  new_value 
)

Set the value corresponding to the given vertex.

Parameters
cell
new_value
Since
0.1.0

The documentation for this class was generated from the following files: