SummedQuantityCalculatorData Class |
Namespace: DHI.Mike1D.Engine.AddOns
The SummedQuantityCalculatorData type exposes the following members.
| Name | Description | |
|---|---|---|
| SummedQuantityCalculatorData | Initializes a new instance of the SummedQuantityCalculatorData class |
| Name | Description | |
|---|---|---|
| ElementCount |
Number of elements in vector
(Inherited from AbstractEngineDataGeneric.) | |
| ElementSet |
ElementSet describing geometry of each value.
(Inherited from AbstractEngineDataGeneric.) | |
| GridPointQuantity | Grid point quantity used to obtain getters from the proxy system. | |
| Item |
Element value by index. It may not support setting.
(Inherited from AbstractEngineDataGeneric.) | |
| NodeQuantity | Node quantity used to obtain getters from the proxy system. |
| Name | Description | |
|---|---|---|
| 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue |
Get value of specified element.
(Overrides AbstractEngineDataGenericGetValue(Int32).) | |
| Initialize | Initialize. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Prepare |
Interface for an updatable object.
(Overrides AbstractEngineDataGenericPrepare.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateValues |
Update data values. For pull versions this is the empty function.
|