Detailed Description
Definition at line 11 of file densitymap.hpp.
List of all members.
Public Member Functions |
double | computePotentiel (Facet *f) |
| Call this function to know how much a facet will increase the density of a map if it is add to the map.
|
void | updateDensity (Facet *f) |
| Call this function when you add a facet to the map, the function will change the value of the density on the grid.
|
double | mapTotalValue () |
Private Member Functions |
double | computeValue (double v, int i, int j, double oo) |
Member Function Documentation
Call this function to know how much a facet will increase the density of a map if it is add to the map.
- Parameters:
-
- Returns:
- the sum of the augmentation of all points of the maillage
- Returns:
- total value of the map
Call this function when you add a facet to the map, the function will change the value of the density on the grid.
- Parameters:
-
f | facet which is add to the map |
The documentation for this class was generated from the following file: