Click or drag to resize

LTSCalculatorFromProxyTotal Class

Inheritance Hierarchy

Namespace:  DHI.Mike1D.Engine.ModuleLTS
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class LTSCalculatorFromProxyTotal : LTSCalculatorFromProxy

The LTSCalculatorFromProxyTotal type exposes the following members.

Constructors
  NameDescription
Public methodLTSCalculatorFromProxyTotal
Initializes a new instance of the LTSCalculatorFromProxyTotal class
Top
Properties
  NameDescription
Public propertyNetworkData (Inherited from LTSCalculator.)
Top
Methods
  NameDescription
Protected methodCreateEventCalculator (Inherited from LTSCalculatorFromProxy.)
Protected methodCreateGetterForGridPoint (Inherited from LTSCalculatorFromProxy.)
Protected methodCreateGetterForNode (Overrides LTSCalculatorFromProxyCreateGetterForNode(EngineNode, IQuantity).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFinalizeJob (Inherited from LTSCalculator.)
Public methodFinalizeSimulation (Inherited from LTSCalculator.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLargestNumberOfEvents (Inherited from LTSCalculator.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeSimulation (Inherited from LTSCalculator.)
Protected methodIterateOverGridPoints (Inherited from NetworkIterator.)
Protected methodIterateOverNodes (Inherited from NetworkIterator.)
Protected methodIterateOverReaches (Inherited from NetworkIterator.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodModifyEventCalculatorForGridPoint (Inherited from LTSCalculatorFromProxy.)
Protected methodModifyEventCalculatorForNode (Inherited from LTSCalculatorFromProxy.)
Protected methodPerformActionForGridPoint (Overrides LTSCalculatorFromProxyPerformActionForGridPoint(EngineReach, GridPoint).)
Protected methodPerformActionForNode (Overrides LTSCalculatorFromProxyPerformActionForNode(EngineNode).)
Protected methodPerformActionForReach (Inherited from NetworkIterator.)
Public methodPopulateCalculator (Inherited from LTSCalculator.)
Public methodPrepare (Inherited from LTSCalculator.)
Public methodRegisterUpdater (Inherited from LTSCalculator.)
Protected methodSkipGridPoint (Inherited from LTSCalculator.)
Protected methodSkipNode (Inherited from LTSCalculator.)
Protected methodSkipReach (Inherited from NetworkIterator.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateValues (Inherited from LTSCalculator.)
Top
Fields
  NameDescription
Protected field_engineNet (Inherited from NetworkIterator.)
Protected field_eventLimit (Inherited from LTSCalculator.)
Protected field_filter (Inherited from LTSCalculator.)
Protected field_intereventLevelCriterion (Inherited from LTSCalculator.)
Protected field_intereventTime (Inherited from LTSCalculator.)
Protected field_proxyUtil (Inherited from LTSCalculatorFromProxy.)
Protected field_quantityForProxy (Inherited from LTSCalculator.)
Protected field_resultType (Inherited from LTSCalculator.)
Top
See Also