EngineDataReachT Class |
Namespace: DHI.Mike1D.Engine.ModuleData
public class EngineDataReach<T> : EngineData<T>, IEngineDataReach<T>, IEngineData<T>, IVectorGetter<T>
[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Engine.ModuleData.EngineDataReach`1"]
The EngineDataReachT type exposes the following members.
Name | Description | |
---|---|---|
EngineDataReachT | Initializes a new instance of the EngineDataReachT class |
Name | Description | |
---|---|---|
ElementCount |
Number of element values
(Inherited from EngineDataT.) | |
IndexList |
Indices of gridpoints that data belongs to
| |
Item |
Element value by index. It may not support setting.
(Inherited from EngineDataT.) | |
Values |
Values
(Inherited from EngineDataT.) |
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.
(Inherited from EngineDataT.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Prepare |
Prepare for new simulation
(Inherited from EngineDataT.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.) |