AbstractEngineDataReach Class |
Namespace: DHI.Mike1D.Engine.ModuleData
public abstract class AbstractEngineDataReach : IEngineDataReach<double>, IEngineData<double>, IVectorGetter<double>
The AbstractEngineDataReach type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbstractEngineDataReach | Initializes a new instance of the AbstractEngineDataReach class |
Name | Description | |
---|---|---|
![]() | ElementCount |
Number of element values
|
![]() | ElementValues |
element values
|
![]() | GridPointIndices |
Indices of gridpoints that data belongs to
|
![]() | Item |
Element value by index
|
Name | Description | |
---|---|---|
![]() | BuildIndexListForEndPoints |
Build the indexlist for the specified gridpoints
|
![]() | BuildIndexListForGridPoints |
Build the indexlist for the specified gridpoints
|
![]() ![]() | CreateDataItemForAllReaches |
Factory method for creating a dataitem containing data for all reaches.
The data for each reach are created by the delegate
|
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue |
Get the current values.
|
![]() | GetValues |
Get the current values. A new array will be returned every time this function is called.
|
![]() | GetValues(Double) |
Get the current values. Values are stored in provided array
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Prepare |
Prepare for new simulation. For pull versions, this is the empty function.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _indexList |
List of indexes into points in a reach
|