MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_PrecipitationSimulator.SimulationStep Class Reference

Generated from class MR.PrecipitationSimulator.SimulationStep. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Const_PrecipitationSimulator.SimulationStep:

Public Member Functions

unsafe SimulationStep ()
 Constructs an empty (default-constructed) instance.
 
unsafe SimulationStep (MR.PrecipitationSimulator.Event event_, float amount, MR.GraphVertId basin, MR.GraphVertId neiBasin)
 Constructs MR.PrecipitationSimulator.SimulationStep elementwise.
 
unsafe SimulationStep (MR.PrecipitationSimulator.Const_SimulationStep _other)
 Generated from constructor MR.PrecipitationSimulator.SimulationStep.SimulationStep.
 
unsafe MR.PrecipitationSimulator.SimulationStep assign (MR.PrecipitationSimulator.Const_SimulationStep _other)
 Generated from method MR.PrecipitationSimulator.SimulationStep.operator=.
 
- Public Member Functions inherited from MR.Const_PrecipitationSimulator.Const_SimulationStep
virtual void Dispose ()
 
unsafe Const_SimulationStep ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_SimulationStep (MR.PrecipitationSimulator.Event event_, float amount, MR.GraphVertId basin, MR.GraphVertId neiBasin)
 Constructs MR.PrecipitationSimulator.SimulationStep elementwise.
 
unsafe Const_SimulationStep (MR.PrecipitationSimulator.Const_SimulationStep _other)
 Generated from constructor MR.PrecipitationSimulator.SimulationStep.SimulationStep.
 

Properties

new unsafe ref MR.PrecipitationSimulator.Event event_ [get]
 amount of precipitation (in same units as mesh coordinates and water level)
 
new unsafe ref float amount [get]
 
new unsafe ref MR.GraphVertId basin [get]
 
new unsafe ref MR.GraphVertId neiBasin [get]
 
- Properties inherited from MR.Const_PrecipitationSimulator.Const_SimulationStep
unsafe MR.PrecipitationSimulator.Event event_ [get]
 amount of precipitation (in same units as mesh coordinates and water level)
 
unsafe float amount [get]
 
unsafe ref readonly MR.GraphVertId basin [get]
 
unsafe ref readonly MR.GraphVertId neiBasin [get]
 
- Properties inherited from MR.Misc.Object< Const_SimulationStep >
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.
 

Additional Inherited Members

- Protected Member Functions inherited from MR.Const_PrecipitationSimulator.Const_SimulationStep
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_SimulationStep >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.PrecipitationSimulator.SimulationStep. This is the non-const half of the class.

Property Documentation

◆ amount

new unsafe ref float MR.Const_PrecipitationSimulator.SimulationStep.amount
get

BasinFull: this basin just became full Merge: this basin just absorbed the other basin

◆ basin

new unsafe ref MR.GraphVertId MR.Const_PrecipitationSimulator.SimulationStep.basin
get

BasinFull: the flow from full basin will first go here (may be not the last destination) Merge: this basin was just absorbed


The documentation for this class was generated from the following file: