|
2.0.0b10
catchment modelling framework
|
A wrapper class for volume / height functional relations. More...
Inheritance diagram for volume_height_function:
Collaboration diagram for volume_height_function:A wrapper class for volume / height functional relations.
Public Member Functions | |
| volume_height_function (const IVolumeHeightFunction &for_copy) | |
| Wrapper for any IVolumeHeightFunction. | |
| volume_height_function (const volume_height_function &for_copy) | |
| Copy constructable. | |
| double | A (double V) const |
| Returns the area of the surface for a given volume. | |
| double | h (double V) const |
| Returns the depth of a given volume. | |