this class can track multiple flows and find in each mesh vertex the amount of water reached it Generated from class MR.FlowAggregator. This is the const half of the class.
More...
Inheritance diagram for MR.Const_FlowAggregator:Classes | |
| class | _ByValue_Flows |
This is used as a function parameter when the underlying function receives Flows by value. Usage: More... | |
| class | _InOptConst_Flows |
This is used for optional parameters of class Flows with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Flows. Usage: More... | |
| class | _InOptMut_Flows |
This is used for optional parameters of class Flows with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Flows. Usage: More... | |
| struct | _Underlying |
| class | Const_Flows |
Generated from class MR.FlowAggregator.Flows. This is the const half of the class. More... | |
| class | Flows |
Generated from class MR.FlowAggregator.Flows. This is the non-const half of the class. More... | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_FlowAggregator > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_FlowAggregator > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
this class can track multiple flows and find in each mesh vertex the amount of water reached it Generated from class MR.FlowAggregator. This is the const half of the class.
|
inline |
tracks multiple flows
| starts | the origin of each flow (should be uniformly sampled over the terrain) |
MR.FlowAggregator.computeFlow. Parameter out_ defaults to {}.
|
inline |
tracks multiple flows
| starts | the origin of each flow (should be uniformly sampled over the terrain) |
MR.FlowAggregator.computeFlowsPerBasin.