IEngineDataItemT Interface |
An IEngineDataItemT contains data for one quantity.
Data can be present on a node, on a set of gridpoints of a reach, as general data on a reach, and as general data.
Namespace: DHI.Mike1D.Engine.ModuleData
[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Engine.ModuleData.IEngineDataItem`1"]
The IEngineDataItemT type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataGeneric |
Get engine data for the specified index reference.
|
![]() | Quantity |
Quantity of the data in this IEngineDataItemT |
Name | Description | |
---|---|---|
![]() | ContainsDataGeneric |
Check whether there is data for the index reference
|
![]() | ContainsDataNode |
Check whether there is data for the specified node
|
![]() | ContainsDataReach |
Check whether there is data for the specified reach
|
![]() | ContainsDataReachGeneric |
Check whether there is generic data for the specified reach
|
![]() | GetDataReach |
Get engine data for the specified reach.
|
![]() | GetDataReachGeneric |
Get generic engine data for the specified reach.
|
![]() | GetValue |
Get engine data for the specified node.
|
![]() | Prepare |
Prepare for new simulation
|
![]() | UpdateValues |
Update values
|
![]() | ValueFractionGetter |
Valuegetter for engine data for the specified node.
|
![]() | ValueGetter |
Valuegetter for engine data for the specified node.
|
Name | Description | |
---|---|---|
![]() | GetValueOrDefaultT |
Get engine data for the specified node, or returns null if node has no data
(Defined by EngineExtensions.) |