AbstractEngineDataReachT Class | 
Namespace: DHI.Mike1D.Engine.ModuleData
public abstract class AbstractEngineDataReach<T> : IEngineDataReach<T>, IEngineData<T>, IVectorGetter<T>
[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Engine.ModuleData.AbstractEngineDataReach`1"]
The AbstractEngineDataReachT type exposes the following members.
| Name | Description | |
|---|---|---|
| AbstractEngineDataReachT | Initializes a new instance of the AbstractEngineDataReachT class  | 
| Name | Description | |
|---|---|---|
| ElementCount | 
            Number of element values
              | |
| IndexList | 
            Indices of gridpoints that data belongs to
              | |
| Item | 
            Element value by index. It may not support setting.
              | 
| 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 the current values.
              | |
| 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
              | 
| Name | Description | |
|---|---|---|
| FirstT | (Defined by DataModuleExtensions.) | |
| GetValuesT | Overloaded. (Defined by GenericExtensions.) | |
| GetValuesT(T) | Overloaded. (Defined by GenericExtensions.) | |
| LastT | (Defined by DataModuleExtensions.) | |
| ToArrayT | (Defined by DataModuleExtensions.) |