public class Processing| Processing | Initializes a new instance of the Processing class |
| CalculateArea | Calculate the area below the given water level for the raw cross section points |
| CalculateAreas | Calculate the area below the given water levels by integrating up the storage widths of the processed data, or if the provided cross section has raw data, these are used instead to calculate the areas. |
| CalculateAreasFromRaw | Calculate the area below the given water levels using the raw points of the cross section. |
| CalculateAreasFromWidths | Calculate the area below the given water levels by integrating up the storage widths of the processed data. |
| CalculateProcessedData | m1dprcca processing of raw data |
| ConvertDarcyWeisbachToChezy | Converts from the Darcy Weisbach equivalent sand roughness to the Chezy roughness number. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| FindTopPointIndex | Find index of cross section point with highest z-value |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetPointsBetweenMarker1And3 | Get all cross section points between marker 1 and marker 3, those included, i.e. all points within the active part of the cross section. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| RemoveRedundantZeroAreaLevels | Remove the redundant zero area levels. |
| SetUniformResistanceIfSpecified | Correctly sets the uniform resistance if specified. |
| SortPointsWithTopFirst |
Order cross section points such that the point with the highest z-value comes first.
This is utilized by closed cross sections, to go from highest point, counterclockwise round to highest point again. An additional endpoint at the top may be add, such that the first and last cross section point are identical. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| UseM11Prcca | Use m11prcca for processing cross section. |