HDWaterMaxVolumeCalculator Class | 
Pull version only calculates values on request.
Namespace: DHI.Mike1D.Engine.AddOns
The HDWaterMaxVolumeCalculator type exposes the following members.
| Name | Description | |
|---|---|---|
| DataGeneric | 
            Get engine data for the specified index reference.
              (Inherited from EngineDataItemAllBaseT.) | |
| Detailed | 
            Indicating whether detailed volume data are calculated.
              | |
| IsLazy | 
            Flag indicating if data item should apply lazy evaluation
              (Inherited from EngineDataItemAllT.) | |
| M11Compatibility | 
            If true, then water volume is calculated from water level at time nph. If false, then
            water level at np1 is used.
              | |
| Quantity | 
            Quantity of the data in this IEngineDataItemT  (Inherited from EngineDataItemAllBaseT.) | 
| Name | Description | |
|---|---|---|
| ContainsDataGeneric | 
            Check whether there is data for the index reference
              (Inherited from EngineDataItemAllBaseT.) | |
| ContainsDataNode | 
            Check whether there is data for the specified node
              (Inherited from EngineDataItemAllT.) | |
| ContainsDataReach | 
            Check whether there is data for the specified reach
              (Inherited from EngineDataItemAllT.) | |
| ContainsDataReachGeneric | 
            Check whether there is generic data for the specified reach
              (Inherited from EngineDataItemAllBaseT.) | |
| Create | 
             Create helper class for calculating the maximum volume in a reach
              | |
| CreateGridPointMap | 
            For every reach, create a mapping from grid point index in reach to grid point index in enginedata item.
              (Inherited from EngineDataItemAllT.) | |
| CreateReachesData | 
            Create ReachesData, usually array of all reaches
              (Inherited from EngineDataItemAllT.) | |
| 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.) | |
| GetDataReach | 
            Get engine data for the specified reach.
              (Inherited from EngineDataItemAllT.) | |
| GetDataReachGeneric | 
            Get generic engine data for the specified reach.
              (Inherited from EngineDataItemAllBaseT.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetNodeData | 
            Get engine data for the specified node.
              (Inherited from EngineDataItemAllT.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| GetValue | 
            Get engine data for the specified node.
              (Inherited from EngineDataItemAllT.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Prepare | (Overrides EngineDataItemAllBaseTPrepare.) | |
| SetEngineDataReach | 
            Set reach data to reaches array
              (Inherited from EngineDataItemAllT.) | |
| SetupDataForNodes(EngineNet) | 
            Setup data for all nodes
              (Inherited from EngineDataItemAllT.) | |
| SetupDataForNodes(EngineNet, EngineDataItemAllTDCreateNodeDataT) | 
            Setup data for all nodes
              (Inherited from EngineDataItemAllT.) | |
| SetupDataForReaches(EngineNet) | 
            Set up reach data, data on all gridpoints
              (Inherited from EngineDataItemAllBaseT.) | |
| SetupDataForReaches(EngineNet, EngineDataItemAllTDCreateReachDataT) | 
            Set up reach data, based on delegate
              (Inherited from EngineDataItemAllT.) | |
| SetupDataForReaches(EngineNet, PredicateGridPoint) | 
            Set up reach data, data on all gridpoints of a given instance type
              (Inherited from EngineDataItemAllT.) | |
| SetupDataForReaches(EngineNet, Type) | 
            Set up reach data, data on all gridpoints of a given instance type
              (Inherited from EngineDataItemAllT.) | |
| SetupDetailed | 
            Enable detailed calculations, for all nodes and grid points in the network
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| UpdateValues | 
            Update values of all pull items
              (Overrides EngineDataItemAllBaseTUpdateValues.) | |
| ValueFractionGetter | 
            Valuegetter for engine data for the specified node.
              (Inherited from EngineDataItemAllT.) | |
| ValueGetter | 
            Valuegetter for engine data for the specified node.
              (Inherited from EngineDataItemAllT.) | 
| Name | Description | |
|---|---|---|
| _engineNet | 
            EngineNet variable
              (Inherited from EngineDataItemAllT.) | |
| GenericData | 
            Generic data
              (Inherited from EngineDataItemAllBaseT.) | |
| NodesData | 
            Data on nodes. Null if no data on nodes
              (Inherited from EngineDataItemAllT.) | |
| ReachesData | 
            Data on reaches. Null if no data on reaches
              (Inherited from EngineDataItemAllT.) | |
| ReachGenericData | 
            Generic data on reaches
              (Inherited from EngineDataItemAllBaseT.) |