public class SummedQuantityCalculator : NetworkIterator| SummedQuantityCalculator(EngineNet, IRes1DSpatialFilter) | Initializes a new instance of the SummedQuantityCalculator class |
| SummedQuantityCalculator(EngineNet, ListIRes1DSpatialFilter) | Initializes a new instance of the SummedQuantityCalculator class |
| GridPointQuantity | Grid point quantity used to obtain getters from the proxy system. |
| NodeQuantity | Node quantity used to obtain getters from the proxy system. |
| 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 | Gets the summed value from the getters. |
| Initialize | Initialize |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| PerformActionForGridPoint | Perform an action for EngineNet reach grid point. (Overrides NetworkIterator.PerformActionForGridPoint(EngineReach, GridPoint)) |
| PerformActionForNode | Perform an action for EngineNet node. (Overrides NetworkIterator.PerformActionForNode(EngineNode)) |
| SkipGridPoint | Checks if action for reach grid points needs to be skipped. (Overrides NetworkIterator.SkipGridPoint(EngineReach, GridPoint)) |
| SkipNode | Checks if action for node needs to be skipped. (Overrides NetworkIterator.SkipNode(EngineNode)) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| _filters | List of filters defining the summed quantity. |
| _getters | List of getters constituting the summed quantity. |
| _proxyUtil | Class for easing handling of proxies, and providing proxy functionality for the entire EngineNet, spanning quantities from all its modules. |