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

Accessor for tetrahedral cartesian 3D cells. More...

#include <tetrahedral.hpp>

Public Member Functions

double get_value (TetrahedralCartesian3D_Cell &cell)
 Retrieve from the accessor the value correspponding to the given cell.
void set_value (TetrahedralCartesian3D_Cell &cell, double new_value)
 Set the value corresponding to the given cell.
TetrahedralCartesian3D_Cell_Accessor_t get_accessor ()

Detailed Description

Accessor for tetrahedral cartesian 3D cells.

Since
0.1.0

Member Function Documentation

double TetrahedralCartesian3D_Cell_Accessor::get_value ( TetrahedralCartesian3D_Cell cell)

Retrieve from the accessor the value correspponding to the given cell.

Parameters
cell
Returns
the value associated to the cell
Since
0.1.0
void TetrahedralCartesian3D_Cell_Accessor::set_value ( TetrahedralCartesian3D_Cell cell,
double  new_value 
)

Set the value corresponding to the given cell.

Parameters
cell
new_value
Since
0.1.0

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